UNPKG

@make-software/csprclick-core-types

Version:

Typescript definitions for CSPR.click core packages

14 lines (13 loc) 894 B
export var WCConnectionStatusEvent; (function (WCConnectionStatusEvent) { WCConnectionStatusEvent["WalletsPaired"] = "wallets-paired"; WCConnectionStatusEvent["ShowPairingQR"] = "show-pairing-qr-code"; WCConnectionStatusEvent["AccountListUpdated"] = "account-list-updated"; WCConnectionStatusEvent["SignatureRequestedToUser"] = "signature-requested-to-user"; WCConnectionStatusEvent["SignatureCompleted"] = "signature-completed"; WCConnectionStatusEvent["SignatureCanceled"] = "signature-cancelled"; WCConnectionStatusEvent["SignatureFailed"] = "signature-failed"; WCConnectionStatusEvent["InvalidSessionTopic"] = "invalid-session-topic"; WCConnectionStatusEvent["UserRejectedPairing"] = "user-rejected-pairing"; WCConnectionStatusEvent["ErrorConnectingWallet"] = "error-connecting-wallet"; })(WCConnectionStatusEvent || (WCConnectionStatusEvent = {}));