HDWalletPath class sealed

Implementers

Constructors

HDWalletPath.fromPurpose(HDWalletPurpose purpose, UTXONetworkType network)
factory

Properties

account0Path String
no setter
basePath String
no setter
coinType String
final
defaultPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
purpose HDWalletPurpose
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPath(int account, int change, int index) String
getWithAccount(int account) String
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

Static Methods

fromBasePath(String basePath) HDWalletPath?