Interface IStasisEvent

Emitted by UtxoContext when detecting a new coinbase transaction. Transactions are kept in "stasis" for the half of the coinbase maturity DAA period. A wallet should ignore these transactions until they are re-broadcasted via the "pending" event.

interface IStasisEvent {
    record: ITransactionRecord;
}

Properties

Properties

Generated using TypeDoc