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