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 = const {
  '1': 'CreateTokenAccount',
  '2': const [
    const {'1': 'main_address', '3': 1, '4': 1, '5': 9, '10': 'mainAddress'},
    const {
      '1': 'token_mint_address',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'tokenMintAddress'
    },
    const {'1': 'token_address', '3': 3, '4': 1, '5': 9, '10': 'tokenAddress'},
  ],
};