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