privateKeyToViewKey function

String privateKeyToViewKey({
  1. required String privateKey,
  2. dynamic hint,
})

Implementation

String privateKeyToViewKey({required String privateKey, dynamic hint}) =>
    RustLib.instance.api
        .privateKeyToViewKey(privateKey: privateKey, hint: hint);