RespondParams constructor

RespondParams({
  1. required int id,
  2. CacaoSignature? signature,
  3. WalletConnectError? error,
})

Implementation

RespondParams({
  required this.id,
  this.signature,
  this.error,
});