Type alias UseStargateClient

UseStargateClient: {
    isLoading: boolean;
    stargateClient?: StargateClient;
}

A type that represents the return value of the useStargateClient hook.

Param

Boolean value for when the initial loading is happening. Set to true if the client is unavailable.

Param

The requested StargateClient.

Type declaration

  • isLoading: boolean
  • Optional stargateClient?: StargateClient

Generated using TypeDoc