bip44Path property

String bip44Path
final

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.

Implementation

final String bip44Path;