bip32/wif library

Classes

WIF

Functions

decode(String string, [int? version]) WIF
decodeRaw(Uint8List buffer, [int? version]) WIF
encode(WIF wif) String
encodeRaw(int version, Uint8List privateKey, bool compressed) Uint8List