diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index 4c5c954..e0d11ec 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -47644,6 +47644,11 @@ paths: type: string asset_registry_path: type: string + dao_machine_funding_amount: + type: string + format: uint64 + dao_machine_funding_denom: + type: string description: >- QueryParamsResponse is response type for the Query/Params RPC method. @@ -77177,6 +77182,11 @@ definitions: type: string asset_registry_path: type: string + dao_machine_funding_amount: + type: string + format: uint64 + dao_machine_funding_denom: + type: string description: Params defines the parameters for the module. planetmintgo.machine.QueryGetLiquidAssetsByMachineidResponse: type: object @@ -77300,6 +77310,11 @@ definitions: type: string asset_registry_path: type: string + dao_machine_funding_amount: + type: string + format: uint64 + dao_machine_funding_denom: + type: string description: QueryParamsResponse is response type for the Query/Params RPC method. planetmintgo.machine.TrustAnchor: type: object