TokenTransfer$json top-level constant
Implementation
@$core.Deprecated('Use tokenTransferDescriptor instead')
const TokenTransfer$json = const {
'1': 'TokenTransfer',
'2': const [
const {
'1': 'token_mint_address',
'3': 1,
'4': 1,
'5': 9,
'10': 'tokenMintAddress'
},
const {
'1': 'sender_token_address',
'3': 2,
'4': 1,
'5': 9,
'10': 'senderTokenAddress'
},
const {
'1': 'recipient_token_address',
'3': 3,
'4': 1,
'5': 9,
'10': 'recipientTokenAddress'
},
const {'1': 'amount', '3': 4, '4': 1, '5': 4, '10': 'amount'},
const {'1': 'decimals', '3': 5, '4': 1, '5': 13, '10': 'decimals'},
const {'1': 'memo', '3': 6, '4': 1, '5': 9, '10': 'memo'},
const {'1': 'references', '3': 7, '4': 3, '5': 9, '10': 'references'},
],
};