CreateTokenAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use createTokenAccountDescriptor instead')
const CreateTokenAccount$json = {
  '1': 'CreateTokenAccount',
  '2': [
    {'1': 'main_address', '3': 1, '4': 1, '5': 9, '10': 'mainAddress'},
    {
      '1': 'token_mint_address',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'tokenMintAddress'
    },
    {'1': 'token_address', '3': 3, '4': 1, '5': 9, '10': 'tokenAddress'},
    {
      '1': 'token_program_id',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.TW.Solana.Proto.TokenProgramId',
      '10': 'tokenProgramId'
    },
  ],
};