RpcConfig class

RpcBlockchain configuration options

Constructors

RpcConfig.new({required String url, required Auth auth, required Network network, required String walletName, RpcSyncParams? syncParams})
const

Properties

auth Auth
The bitcoin node authentication mechanism
final
hashCode int
The hash code for this object.
no setteroverride
network Network
The network we are using (it will be checked the bitcoin node network matches this)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncParams RpcSyncParams?
Sync parameters
final
url String
The bitcoin node url
final
walletName String
The wallet name in the bitcoin node.
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.
override