Type alias UseSigningCosmWasmClient

UseSigningCosmWasmClient: {
    isLoading: boolean;
    signingCosmWasmClient?: SigningCosmWasmClient;
}

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

Param

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

Param

The requested SigningCosmWasmClient.

Type declaration

  • isLoading: boolean
  • Optional signingCosmWasmClient?: SigningCosmWasmClient

Generated using TypeDoc