Interface ITransactionDataIncoming

Contains UTXO entries and value for an incoming transaction.

interface ITransactionDataIncoming {
    utxoEntries: IUtxoRecord[];
    value: bigint;
}

Properties

Properties

utxoEntries: IUtxoRecord[]
value: bigint

Generated using TypeDoc