Tx: {
    asset: Asset;
    date: Date;
    from: TxFrom[];
    hash: string;
    to: TxTo[];
    type: TxType;
}

Type definition for a transaction.

Type declaration

Generated using TypeDoc