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

interface QueryParamsResponseSDKType {
    params: undefined | ParamsSDKType;
}

Properties

Properties

params: undefined | ParamsSDKType