RpcAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcAccountDescriptor instead')
const RpcAccount$json = {
  '1': 'RpcAccount',
  '2': [
    {'1': 'owner', '3': 1, '4': 1, '5': 9, '10': 'owner'},
    {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
    {'1': 'executable', '3': 3, '4': 1, '5': 8, '10': 'executable'},
    {'1': 'lamports', '3': 4, '4': 1, '5': 4, '10': 'lamports'},
    {'1': 'rent_epoch', '3': 5, '4': 1, '5': 9, '10': 'rentEpoch'},
  ],
};