Emitted by UtxoContext when detecting a pending transaction. This notification will be followed by the "balance" event.

interface IPendingEvent {
    record: ITransactionRecord;
}

Properties

Properties

Generated using TypeDoc