menu
walletkit_dart
walletkit_dart.dart
HDWalletPath
getPath method
getPath
dark_mode
light_mode
getPath
method
String
getPath
(
int
account
,
int
change
,
int
index
)
Implementation
String getPath(int account, int change, int index) { return "$basePath/$account'/$change/$index"; }
walletkit_dart
walletkit_dart
HDWalletPath
getPath method
HDWalletPath class