Skip to content

WalletStatusReturnType

WalletStatusReturnType = { interactionToken?: string; key: "connected"; wallet: `0x${string}`; } | { interactionToken?: undefined; key: "not-connected"; wallet?: undefined; }

Defined in: types/rpc/walletStatus.ts:7

RPC Response for the method frak_listenToWalletStatus