Skip to content

Commit d54d55b

Browse files
author
Developer Experience team at Ignite
committed
Initialized with Ignite CLI
1 parent 0ca9aa4 commit d54d55b

36 files changed

+1
-3731
lines changed

docs/static/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"id":"pchain","consumes":["application/json"],"produces":["application/json"],"swagger":"2.0","info":{"description":"Chain pchain REST API","title":"HTTP API Console","contact":{"name":"pchain"},"version":"version not set"},"paths":{"/pchain.pchain.Msg/UpdateParams":{"post":{"tags":["Msg"],"summary":"UpdateParams defines a (governance) operation for updating the module\nparameters. The authority defaults to the x/gov module account.","operationId":"PchainMsg_UpdateParams","parameters":[{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/pchain.pchain.MsgUpdateParams"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/pchain.pchain.MsgUpdateParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/pchain/pchain/params":{"get":{"tags":["Query"],"summary":"Parameters queries the parameters of the module.","operationId":"PchainQuery_Params","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/pchain.pchain.QueryParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}}},"definitions":{"google.protobuf.Any":{"type":"object","properties":{"@type":{"type":"string"}},"additionalProperties":{}},"google.rpc.Status":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"details":{"type":"array","items":{"type":"object","$ref":"#/definitions/google.protobuf.Any"}},"message":{"type":"string"}}},"pchain.pchain.MsgUpdateParams":{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","type":"object","properties":{"authority":{"description":"authority is the address that controls the module (defaults to x/gov unless overwritten).","type":"string"},"params":{"description":"params defines the module parameters to update.\n\nNOTE: All parameters must be supplied.","$ref":"#/definitions/pchain.pchain.Params"}}},"pchain.pchain.MsgUpdateParamsResponse":{"description":"MsgUpdateParamsResponse defines the response structure for executing a\nMsgUpdateParams message.","type":"object"},"pchain.pchain.Params":{"description":"Params defines the parameters for the module.","type":"object"},"pchain.pchain.QueryParamsResponse":{"description":"QueryParamsResponse is response type for the Query/Params RPC method.","type":"object","properties":{"params":{"description":"params holds all the parameters of this module.","$ref":"#/definitions/pchain.pchain.Params"}}}},"tags":[{"name":"Query"},{"name":"Msg"}]}
1+
{"id":"pchain","consumes":["application/json"],"produces":["application/json"],"swagger":"2.0","info":{"description":"Chain pchain REST API","title":"HTTP API Console","contact":{"name":"pchain"},"version":"version not set"},"paths":{"/pchain.pchain.Msg/UpdateParams":{"post":{"tags":["Msg"],"summary":"UpdateParams defines a (governance) operation for updating the module\nparameters. The authority defaults to the x/gov module account.","operationId":"PchainMsg_UpdateParams","parameters":[{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/pchain.pchain.MsgUpdateParams"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/pchain.pchain.MsgUpdateParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}}},"definitions":{"google.protobuf.Any":{"type":"object","properties":{"@type":{"type":"string"}},"additionalProperties":{}},"google.rpc.Status":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"details":{"type":"array","items":{"type":"object","$ref":"#/definitions/google.protobuf.Any"}},"message":{"type":"string"}}},"pchain.pchain.MsgUpdateParams":{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","type":"object","properties":{"authority":{"description":"authority is the address that controls the module (defaults to x/gov unless overwritten).","type":"string"},"params":{"description":"params defines the module parameters to update.\n\nNOTE: All parameters must be supplied.","$ref":"#/definitions/pchain.pchain.Params"}}},"pchain.pchain.MsgUpdateParamsResponse":{"description":"MsgUpdateParamsResponse defines the response structure for executing a\nMsgUpdateParams message.","type":"object"},"pchain.pchain.Params":{"description":"Params defines the parameters for the module.","type":"object"}},"tags":[{"name":"Msg"}]}

pchain/.github/workflows/release.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

pchain/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

pchain/Makefile

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)