TrxTransferAssetTransaction: {
    amount: Amount;
    asset: string;
    blockNumber: number;
    feeLimit?: Amount;
    from: BlockchainAddress;
    hash: string;
    kind: TransferAssetContract;
    receipt: TrxReceipt;
    to: BlockchainAddress;
}

Type declaration

Generated using TypeDoc