menu
web3_cloud_sdk package
documentation
bip32/wif.dart
decode function
decode function
dark_mode
light_mode
decode
function
WIF
decode
(
String
string
, [
int
?
version
])
Implementation
WIF decode(String string, [int? version]) { return decodeRaw(bs58check.decode(string), version); }
web3_cloud_sdk package
documentation
bip32/wif
decode function
wif library