GetBlockchainInfoResponse_BitcoinNet$json top-level constant

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

Implementation

@$core.Deprecated('Use getBlockchainInfoResponseDescriptor instead')
const GetBlockchainInfoResponse_BitcoinNet$json = const {
  '1': 'BitcoinNet',
  '2': const [
    const {'1': 'MAINNET', '2': 0},
    const {'1': 'REGTEST', '2': 1},
    const {'1': 'TESTNET3', '2': 2},
    const {'1': 'SIMNET', '2': 3},
  ],
};