menu
bsv package
documentation
bsv.dart
PrivKey
toWif method
toWif method
dark_mode
light_mode
toWif
method
String
toWif
(
)
Implementation
String toWif() { return Base58Check.encode(Uint8List.fromList(this.toBuffer())); }
bsv package
documentation
bsv
PrivKey
toWif method
PrivKey class