WalletConnectSession constructor
WalletConnectSession({
- required List<
String> accounts, - String protocol = 'wc',
- int version = 1,
- bool connected = false,
- int chainId = 0,
- String bridge = '',
- Uint8List? key,
- String clientId = '',
- PeerMeta? clientMeta,
- String peerId = '',
- PeerMeta? peerMeta,
- int handshakeId = 0,
- String handshakeTopic = '',
- int networkId = 0,
- String rpcUrl = '',
Implementation
WalletConnectSession({
required this.accounts,
this.protocol = 'wc',
this.version = 1,
this.connected = false,
this.chainId = 0,
this.bridge = '',
this.key,
this.clientId = '',
this.clientMeta,
this.peerId = '',
this.peerMeta,
this.handshakeId = 0,
this.handshakeTopic = '',
this.networkId = 0,
this.rpcUrl = '',
});