Blockchain$json top-level constant

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

Implementation

@$core.Deprecated('Use blockchainDescriptor instead')
const Blockchain$json = {
  '1': 'Blockchain',
  '2': [
    {'1': 'ETHEREUM', '2': 0},
    {'1': 'POLYGON', '2': 1},
    {'1': 'STRIDE', '2': 2},
    {'1': 'BNB_BSC', '2': 3},
    {'1': 'APTOS', '2': 4},
  ],
};