TrxTransferTransaction: {
    amount: Amount;
    blockNumber: number;
    feeLimit?: Amount;
    from: BlockchainAddress;
    hash: string;
    kind: TransferContract;
    receipt: TrxReceipt;
    to: BlockchainAddress;
}

Type declaration

Generated using TypeDoc