Interface IMaturityEvent

Emitted by UtxoContext when transaction is considered to be confirmed. This notification will be followed by the "balance" event.

interface IMaturityEvent {
    record: ITransactionRecord;
}

Properties

Properties

Generated using TypeDoc