Interface ITransactionDataExternal

Contains UTXO entries and value for an external transaction. An external transaction is a transaction that was not issued by this instance of the wallet but belongs to this address set.

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

Properties

Properties

utxoEntries: IUtxoRecord[]
value: bigint

Generated using TypeDoc