import type { ContextExState } from '@ariestools/sdk-react/shared'; import type { MetaMaskConnector } from '@xyo-network/sdk'; /** State for the wallet service context holding a MetaMask connector. */ export type WalletServiceState = ContextExState<{ metaMaskWallet: MetaMaskConnector; }>; //# sourceMappingURL=State.d.ts.map