TransferTRC20Contract$json top-level constant
- @Deprecated('Use transferTRC20ContractDescriptor instead')
Implementation
@$core.Deprecated('Use transferTRC20ContractDescriptor instead')
const TransferTRC20Contract$json = {
'1': 'TransferTRC20Contract',
'2': [
{'1': 'contract_address', '3': 1, '4': 1, '5': 9, '10': 'contractAddress'},
{'1': 'owner_address', '3': 2, '4': 1, '5': 9, '10': 'ownerAddress'},
{'1': 'to_address', '3': 3, '4': 1, '5': 9, '10': 'toAddress'},
{'1': 'amount', '3': 4, '4': 1, '5': 12, '10': 'amount'},
],
};