Interface ITransactionDataStasis

Contains UTXO entries and value for a stasis transaction.

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

Properties

Properties

utxoEntries: IUtxoRecord[]
value: bigint

Generated using TypeDoc