ConfChain class

To save config of chain, including mainnet wallet setting and testnet one. The name is a unique identification.

Implementers

Constructors

ConfChain({required String name, required WalletSetting mainnet, required WalletSetting testnet})

Properties

hashCode → int
The hash code for this object.
no setterinherited
mainnet → WalletSetting
Chain conf for mainnet.
final
name → String
Chain name for selected.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
testnet → WalletSetting
Chain conf for testnet.
final

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