SignedMsgType$json top-level constant

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

Implementation

@$core.Deprecated('Use signedMsgTypeDescriptor instead')
const SignedMsgType$json = const {
  '1': 'SignedMsgType',
  '2': const [
    const {'1': 'SIGNED_MSG_TYPE_UNKNOWN', '2': 0, '3': const {}},
    const {'1': 'SIGNED_MSG_TYPE_PREVOTE', '2': 1, '3': const {}},
    const {'1': 'SIGNED_MSG_TYPE_PRECOMMIT', '2': 2, '3': const {}},
    const {'1': 'SIGNED_MSG_TYPE_PROPOSAL', '2': 32, '3': const {}},
  ],
  '3': const {},
};