rpc property

Map<int, String> rpc

Chain id and rpc url map.

Implementation

Map<int, String> get rpc => (convertToDart(getProperty(impl, 'rpc')) as Map)
    .map((key, value) => MapEntry(int.parse(key), value.toString()));