UNPKG

walletlink-e

Version:
13 lines (12 loc) 392 B
export declare enum RelayMessageType { SESSION_ID_REQUEST = "SESSION_ID_REQUEST", SESSION_ID_RESPONSE = "SESSION_ID_RESPONSE", LINKED = "LINKED", UNLINKED = "UNLINKED", WEB3_REQUEST = "WEB3_REQUEST", WEB3_REQUEST_CANCELED = "WEB3_REQUEST_CANCELED", WEB3_RESPONSE = "WEB3_RESPONSE" } export interface RelayMessage<T extends RelayMessageType = any> { type: T; }