Interface ITransactionRecord

interface ITransactionRecord {
    binding: string;
    blockDaaScore: bigint;
    data: ITransactionData;
    id: string;
    metadata?: string;
    network: NetworkId;
    note?: string;
    unixtimeMsec?: bigint;
    value: bigint;
}

Properties

binding: string
blockDaaScore: bigint
id: string
metadata?: string
network: NetworkId
note?: string
unixtimeMsec?: bigint
value: bigint

Generated using TypeDoc