QueryParamsResponse is the response type for the Query/Params RPC method.

interface QueryParamsResponseSDKType {
    params?: ParamsSDKType;
}

Properties

Properties

params?: ParamsSDKType