WalletSetting class

Constructors

WalletSetting({required String bip44Path, String prefix = '', NetworkType? networkType, int bech32Length = 38, String regExp = COMMON_REG, AddressType addressType = AddressType.NONE})

Properties

addressType ↔ AddressType
getter/setter pair
bech32Length ↔ int
getter/setter pair
bip44Path → String
WalletSetting stores the essential information required for wallet generation. bip44Path m/44'/60'/0'/0/0 prefix ckb, kaspa... addressType bech32, base58.. For further details, refer to AddressType. networkType default bitcoin type. bech32Length Employed for bech32 address verification. regExp A regular expression for addresses, utilized in address verification.
final
hashCode → int
The hash code for this object.
no setterinherited
networkType ↔ NetworkType?
getter/setter pair
prefix ↔ String
getter/setter pair
regExp ↔ String
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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