Interface: WalletConnectSignerOptions
Properties
chain
• chain: string
Defined in
packages/walletconnect-v2/src/signer.ts:27
qrCodeModalController
• Optional
qrCodeModalController: QrCodeModalController
Optional modal controller that will be used to
display a QR that once scanned will
initiate the WalletConnect session.
If not provided, will be used the one provided from
the @desmjs/desmjs-walletconnect-qrcode-modal
package.
Defined in
packages/walletconnect-v2/src/signer.ts:35
sessionsCacheStorage
• Optional
sessionsCacheStorage: LocalStorageI
Optional object that will be used to cache the sessions
in a non-volatile storage. If not provided,
the global localStorage
instance will be used.
NOTE: This is intended to be used in environments where the localStorage
instance is undefined, like in Node or React Native applications.
Defined in
packages/walletconnect-v2/src/signer.ts:43
signingMode
• signingMode: SigningMode