BlockMsgType$json top-level constant

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

Implementation

@$core.Deprecated('Use blockMsgTypeDescriptor instead')
const BlockMsgType$json = {
  '1': 'BlockMsgType',
  '2': [
    {'1': 'BLK_CONNECTED', '2': 0},
    {'1': 'BLK_DISCONNECTED', '2': 1},
    {'1': 'BLK_FINALIZED', '2': 2},
    {'1': 'BLK_INVALIDATED', '2': 3},
  ],
};