RpcConfig class

Constructors

RpcConfig({required String url, String? authCookie, UserPass? authUserPass, required Network network, required String walletName, RpcSyncParams? syncParams})
const

Properties

authCookie String?
The bitcoin node authentication mechanism
final
authUserPass UserPass?
final
hashCode int
The hash code for this object.
no setterinherited
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.
inherited