From 4abcee89572fbcd32e48f80a8012ebd139b72582 Mon Sep 17 00:00:00 2001 From: Lorenz Herzberger Date: Mon, 1 Jul 2024 21:26:22 +0200 Subject: [PATCH] chore: generated openapi.yml Signed-off-by: Lorenz Herzberger --- docs/static/openapi.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index 88419cc..94ce6b2 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -47048,6 +47048,9 @@ paths: tx_gas_limit: type: string format: uint64 + validator_pop_reward: + type: string + format: uint64 description: >- QueryParamsResponse is response type for the Query/Params RPC method. @@ -76722,6 +76725,9 @@ definitions: tx_gas_limit: type: string format: uint64 + validator_pop_reward: + type: string + format: uint64 description: Params defines the parameters for the module. planetmintgo.dao.QueryAllRedeemClaimResponse: type: object @@ -76997,6 +77003,9 @@ definitions: tx_gas_limit: type: string format: uint64 + validator_pop_reward: + type: string + format: uint64 description: QueryParamsResponse is response type for the Query/Params RPC method. planetmintgo.dao.QueryRedeemClaimByLiquidTxHashResponse: type: object