Interface XmtpContextValue

interface XmtpContextValue {
    client: null | Client<any>;
    setClient: Dispatch<SetStateAction<null | Client<any>>>;
}

Properties

Properties

client: null | Client<any>

The XMTP client instance

setClient: Dispatch<SetStateAction<null | Client<any>>>

Set the XMTP client instance

Generated using TypeDoc