Type alias UseCosmWasmClient

UseCosmWasmClient: {
    cosmWasmClient?: CosmWasmClient;
    isLoading: boolean;
}

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

Param

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

Param

The requested CosmWasmClient.

Type declaration

  • Optional cosmWasmClient?: CosmWasmClient
  • isLoading: boolean

Generated using TypeDoc