WCSessionRequestResponse constructor

WCSessionRequestResponse({
  1. required bool approved,
  2. required int? chainId,
  3. required List<String> accounts,
  4. required String? peerId,
  5. required PeerMeta? peerMeta,
})

Implementation

WCSessionRequestResponse({
  required this.approved,
  required this.chainId,
  required this.accounts,
  required this.peerId,
  required this.peerMeta,
});