WalletConnectSession: {
    accounts: string[];
    bridge: string;
    chainId: IntegerPositiveStrict;
    clientId: string;
    clientMeta?: WalletConnectClientMeta;
    handshakeId: IntegerPositiveStrict;
    handshakeTopic: string;
    key: string;
    peerId: string;
    peerMeta?: WalletConnectClientMeta;
}

Type declaration

Generated using TypeDoc