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