CreateAndTransferToken$json top-level constant
Implementation
@$core.Deprecated('Use createAndTransferTokenDescriptor instead')
const CreateAndTransferToken$json = {
'1': 'CreateAndTransferToken',
'2': [
{
'1': 'recipient_main_address',
'3': 1,
'4': 1,
'5': 9,
'10': 'recipientMainAddress'
},
{
'1': 'token_mint_address',
'3': 2,
'4': 1,
'5': 9,
'10': 'tokenMintAddress'
},
{
'1': 'recipient_token_address',
'3': 3,
'4': 1,
'5': 9,
'10': 'recipientTokenAddress'
},
{
'1': 'sender_token_address',
'3': 4,
'4': 1,
'5': 9,
'10': 'senderTokenAddress'
},
{'1': 'amount', '3': 5, '4': 1, '5': 4, '10': 'amount'},
{'1': 'decimals', '3': 6, '4': 1, '5': 13, '10': 'decimals'},
{'1': 'memo', '3': 7, '4': 1, '5': 9, '10': 'memo'},
{'1': 'references', '3': 8, '4': 3, '5': 9, '10': 'references'},
{
'1': 'token_program_id',
'3': 9,
'4': 1,
'5': 14,
'6': '.TW.Solana.Proto.TokenProgramId',
'10': 'tokenProgramId'
},
],
};