ChainParams class

Annotations
  • @JS()
  • @anonymous

Constructors

ChainParams({required String chainId, required String chainName, required CurrencyParams nativeCurrency, required List<String> rpcUrls, List<String>? blockExplorerUrls})
factory

Properties

blockExplorerUrls List<String>
no setter
chainId String
no setter
chainName String
no setter
hashCode int
The hash code for this object.
no setterinherited
nativeCurrency CurrencyParams
no setter
rpcUrls List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited