CreateNonceAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use createNonceAccountDescriptor instead')
const CreateNonceAccount$json = {
  '1': 'CreateNonceAccount',
  '2': [
    {'1': 'nonce_account', '3': 1, '4': 1, '5': 9, '10': 'nonceAccount'},
    {'1': 'rent', '3': 2, '4': 1, '5': 4, '10': 'rent'},
    {
      '1': 'nonce_account_private_key',
      '3': 3,
      '4': 1,
      '5': 12,
      '10': 'nonceAccountPrivateKey'
    },
  ],
};