CreateAndTransferToken$json top-level constant

  1. @Deprecated('Use createAndTransferTokenDescriptor instead')
Map<String, Object> const CreateAndTransferToken$json

Implementation

@$core.Deprecated('Use createAndTransferTokenDescriptor instead')
const CreateAndTransferToken$json = const {
  '1': 'CreateAndTransferToken',
  '2': const [
    const {
      '1': 'recipient_main_address',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'recipientMainAddress'
    },
    const {
      '1': 'token_mint_address',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'tokenMintAddress'
    },
    const {
      '1': 'recipient_token_address',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'recipientTokenAddress'
    },
    const {
      '1': 'sender_token_address',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'senderTokenAddress'
    },
    const {'1': 'amount', '3': 5, '4': 1, '5': 4, '10': 'amount'},
    const {'1': 'decimals', '3': 6, '4': 1, '5': 13, '10': 'decimals'},
    const {'1': 'memo', '3': 7, '4': 1, '5': 9, '10': 'memo'},
    const {'1': 'references', '3': 8, '4': 3, '5': 9, '10': 'references'},
  ],
};