NostrWalletConnectUri constructor

NostrWalletConnectUri({
  1. required String walletPubkey,
  2. required String relay,
  3. required String secret,
  4. String? lud16,
})

Implementation

NostrWalletConnectUri({
  required this.walletPubkey,
  required this.relay,
  required this.secret,
  this.lud16,
});