toWif method

String toWif()

Implementation

String toWif() {
  return Base58Check.encode(Uint8List.fromList(this.toBuffer()));
}