Type alias UseSigningClient

UseSigningClient: {
    isLoading: boolean;
    signingClient?: SigningStargateClient;
}

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

Param

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

Param

The requested SigningStargateClient.

Type declaration

  • isLoading: boolean
  • Optional signingClient?: SigningStargateClient

Generated using TypeDoc