TrxTransaction: {
    blockNumber: number;
    feeLimit?: Amount;
    from: BlockchainAddress;
    hash: string;
    receipt: TrxReceipt;
}

Type declaration

Generated using TypeDoc