BlockchainConfig class sealed
- Annotations
-
- @freezed
Constructors
- BlockchainConfig.electrum({required ElectrumConfig config})
-
Electrum client
constfactory
- BlockchainConfig.esplora({required EsploraConfig config})
-
Esplora client
constfactory
- BlockchainConfig.rpc({required RpcConfig config})
-
Bitcoin Core RPC client
constfactory
Properties
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