Interface QueryUpgradedClientStateResponseSDKType

QueryUpgradedClientStateResponse is the response type for the Query/UpgradedClientState RPC method.

interface QueryUpgradedClientStateResponseSDKType {
    upgraded_client_state?: AnySDKType;
}

Properties

upgraded_client_state?: AnySDKType