TxRaw$json top-level constant

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

Implementation

@$core.Deprecated('Use txRawDescriptor instead')
const TxRaw$json = const {
  '1': 'TxRaw',
  '2': const [
    const {'1': 'body_bytes', '3': 1, '4': 1, '5': 12, '10': 'bodyBytes'},
    const {'1': 'auth_info_bytes', '3': 2, '4': 1, '5': 12, '10': 'authInfoBytes'},
    const {'1': 'signatures', '3': 3, '4': 3, '5': 12, '10': 'signatures'},
  ],
};