diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index bd04872c..39986245 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -1 +1 @@ -{"id":"github.com/DecentralCardGame/cardchain","consumes":["application/json"],"produces":["application/json"],"swagger":"2.0","info":{"description":"Chain github.com/DecentralCardGame/cardchain REST API","title":"HTTP API Console","contact":{"name":"github.com/DecentralCardGame/cardchain"},"version":"version not set"},"paths":{"/DecentralCardGame/cardchain/cardchain/account_from_zealy/{zealyId}":{"get":{"tags":["Query"],"summary":"Queries a list of AccountFromZealy items.","operationId":"GithubComDecentralCardGamecardchainQuery_AccountFromZealy","parameters":[{"type":"string","name":"zealyId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryAccountFromZealyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/card/{cardId}":{"get":{"tags":["Query"],"summary":"Queries a list of Card items.","operationId":"GithubComDecentralCardGamecardchainQuery_Card","parameters":[{"type":"string","format":"uint64","name":"cardId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/card_content/{cardId}":{"get":{"tags":["Query"],"summary":"Queries a list of CardContent items.","operationId":"GithubComDecentralCardGamecardchainQuery_CardContent","parameters":[{"type":"string","format":"uint64","name":"cardId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardContentResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/card_contents":{"get":{"tags":["Query"],"summary":"Queries a list of CardContents items.","operationId":"GithubComDecentralCardGamecardchainQuery_CardContents","parameters":[{"type":"array","items":{"type":"string","format":"uint64"},"collectionFormat":"multi","name":"cardIds","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardContentsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/cardchain_info":{"get":{"tags":["Query"],"summary":"Queries a list of CardchainInfo items.","operationId":"GithubComDecentralCardGamecardchainQuery_CardchainInfo","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardchainInfoResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/cards":{"get":{"tags":["Query"],"summary":"Queries a list of Cards items.","operationId":"GithubComDecentralCardGamecardchainQuery_Cards","parameters":[{"type":"string","name":"owner","in":"query"},{"type":"array","items":{"enum":["none","scheme","prototype","trial","permanent","suspended","banned","bannedSoon","bannedVerySoon","adventureItem"],"type":"string"},"collectionFormat":"multi","name":"status","in":"query"},{"type":"array","items":{"enum":["place","action","entity","headquarter"],"type":"string"},"collectionFormat":"multi","name":"cardType","in":"query"},{"type":"array","items":{"enum":["nature","culture","mysticism","technology"],"type":"string"},"collectionFormat":"multi","name":"class","in":"query"},{"type":"string","name":"sortBy","in":"query"},{"type":"string","name":"nameContains","in":"query"},{"type":"string","name":"keywordsContains","in":"query"},{"type":"string","name":"notesContains","in":"query"},{"type":"boolean","name":"onlyStarterCard","in":"query"},{"type":"boolean","name":"onlyBalanceAnchors","in":"query"},{"type":"array","items":{"enum":["common","uncommon","rare","exceptional","unique"],"type":"string"},"collectionFormat":"multi","name":"rarities","in":"query"},{"type":"boolean","name":"multiClassOnly","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/council/{councilId}":{"get":{"tags":["Query"],"summary":"Queries a list of Council items.","operationId":"GithubComDecentralCardGamecardchainQuery_Council","parameters":[{"type":"string","format":"uint64","name":"councilId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCouncilResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounter/{encounterId}":{"get":{"tags":["Query"],"summary":"Queries a list of Encounter items.","operationId":"GithubComDecentralCardGamecardchainQuery_Encounter","parameters":[{"type":"string","format":"uint64","name":"encounterId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncounterResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounter_with_image/{encounterId}":{"get":{"tags":["Query"],"summary":"Queries a list of EncounterWithImage items.","operationId":"GithubComDecentralCardGamecardchainQuery_EncounterWithImage","parameters":[{"type":"string","format":"uint64","name":"encounterId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncounterWithImageResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounters":{"get":{"tags":["Query"],"summary":"Queries a list of Encounters items.","operationId":"GithubComDecentralCardGamecardchainQuery_Encounters","parameters":[{"type":"string","name":"owner","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncountersResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounters_with_image":{"get":{"tags":["Query"],"summary":"Queries a list of EncountersWithImage items.","operationId":"GithubComDecentralCardGamecardchainQuery_EncountersWithImage","parameters":[{"type":"string","name":"owner","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncountersWithImageResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/match/{matchId}":{"get":{"tags":["Query"],"summary":"Queries a list of Match items.","operationId":"GithubComDecentralCardGamecardchainQuery_Match","parameters":[{"type":"string","format":"uint64","name":"matchId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryMatchResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/matches":{"get":{"tags":["Query"],"summary":"Queries a list of Matches items.","operationId":"GithubComDecentralCardGamecardchainQuery_Matches","parameters":[{"type":"string","format":"uint64","name":"timestampDown","in":"query"},{"type":"string","format":"uint64","name":"timestampUp","in":"query"},{"type":"array","items":{"type":"string"},"collectionFormat":"multi","name":"containsUsers","in":"query"},{"type":"string","name":"reporter","in":"query"},{"enum":["Undefined","AWon","BWon","Draw","Aborted"],"type":"string","default":"Undefined","name":"outcome","in":"query"},{"type":"array","items":{"type":"string","format":"uint64"},"collectionFormat":"multi","name":"cardsPlayed","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryMatchesResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/params":{"get":{"tags":["Query"],"summary":"Parameters queries the parameters of the module.","operationId":"GithubComDecentralCardGamecardchainQuery_Params","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/sell_offer/{sellOfferId}":{"get":{"tags":["Query"],"summary":"Queries a list of SellOffer items.","operationId":"GithubComDecentralCardGamecardchainQuery_SellOffer","parameters":[{"type":"string","format":"uint64","name":"sellOfferId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySellOfferResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/sell_offers":{"get":{"tags":["Query"],"summary":"Queries a list of SellOffers items.","operationId":"GithubComDecentralCardGamecardchainQuery_SellOffers","parameters":[{"type":"string","name":"priceDown.denom","in":"query"},{"type":"string","name":"priceDown.amount","in":"query"},{"type":"string","name":"priceUp.denom","in":"query"},{"type":"string","name":"priceUp.amount","in":"query"},{"type":"string","name":"seller","in":"query"},{"type":"string","name":"buyer","in":"query"},{"type":"string","format":"uint64","name":"card","in":"query"},{"enum":["empty","open","sold","removed"],"type":"string","default":"empty","name":"status","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySellOffersResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/server/{serverId}":{"get":{"tags":["Query"],"summary":"Queries a list of Server items.","operationId":"GithubComDecentralCardGamecardchainQuery_Server","parameters":[{"type":"string","format":"uint64","name":"serverId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryServerResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/set/{setId}":{"get":{"tags":["Query"],"summary":"Queries a list of Set items.","operationId":"GithubComDecentralCardGamecardchainQuery_Set","parameters":[{"type":"string","format":"uint64","name":"setId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/set_rarity_distribution/{setId}":{"get":{"tags":["Query"],"summary":"Queries a list of SetRarityDistribution items.","operationId":"GithubComDecentralCardGamecardchainQuery_SetRarityDistribution","parameters":[{"type":"string","format":"uint64","name":"setId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySetRarityDistributionResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/sets/{status}":{"get":{"tags":["Query"],"summary":"Queries a list of Sets items.","operationId":"GithubComDecentralCardGamecardchainQuery_Sets","parameters":[{"enum":["undefined","design","finalized","active","archived"],"type":"string","name":"status","in":"path","required":true},{"type":"array","items":{"type":"string"},"collectionFormat":"multi","name":"contributors","in":"query"},{"type":"array","items":{"type":"string","format":"uint64"},"collectionFormat":"multi","name":"containsCards","in":"query"},{"type":"string","name":"owner","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySetsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/user/{address}":{"get":{"tags":["Query"],"summary":"Queries a list of User items.","operationId":"GithubComDecentralCardGamecardchainQuery_User","parameters":[{"type":"string","name":"address","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryUserResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/voting_results":{"get":{"tags":["Query"],"summary":"Queries a list of VotingResults items.","operationId":"GithubComDecentralCardGamecardchainQuery_VotingResults","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryVotingResultsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/featureflag/flag/{module}/{name}":{"get":{"tags":["Query"],"summary":"Queries a list of Flag items.","operationId":"GithubComDecentralCardGamecardchainQuery_Flag","parameters":[{"type":"string","name":"module","in":"path","required":true},{"type":"string","name":"name","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.QueryFlagResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/featureflag/flags":{"get":{"tags":["Query"],"summary":"Queries a list of Flags items.","operationId":"GithubComDecentralCardGamecardchainQuery_Flags","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.QueryFlagsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/featureflag/params":{"get":{"tags":["Query"],"summary":"Parameters queries the parameters of the module.","operationId":"GithubComDecentralCardGamecardchainQuery_ParamsMixin25","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.QueryParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/BoosterPackBuy":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_BoosterPackBuy","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackBuy"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackBuyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/BoosterPackOpen":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_BoosterPackOpen","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackOpen"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackOpenResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/BoosterPackTransfer":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_BoosterPackTransfer","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackTransfer"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackTransferResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardArtistChange":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardArtistChange","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtistChange"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtistChangeResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardArtworkAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardArtworkAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtworkAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtworkAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardBan":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardBan","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardBan"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardBanResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardCopyrightClaim":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardCopyrightClaim","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardCopyrightClaim"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardCopyrightClaimResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardDonate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardDonate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardDonate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardDonateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardRaritySet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardRaritySet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardRaritySet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardRaritySetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardSaveContent":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardSaveContent","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSaveContent"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSaveContentResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardSchemeBuy":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardSchemeBuy","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSchemeBuy"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSchemeBuyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardTransfer":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardTransfer","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardTransfer"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardTransferResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardVote":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardVote","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVote"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVoteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardVoteMulti":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardVoteMulti","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVoteMulti"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVoteMultiResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilDeregister":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilDeregister","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilDeregister"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilDeregisterResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilRegister":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilRegister","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRegister"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRegisterResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilResponseCommit":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilResponseCommit","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseCommit"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseCommitResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilResponseReveal":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilResponseReveal","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseReveal"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseRevealResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilRestart":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilRestart","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRestart"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRestartResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EarlyAccessDisinvite":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EarlyAccessDisinvite","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessDisinvite"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessDisinviteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EarlyAccessGrant":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EarlyAccessGrant","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessGrant"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessGrantResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EarlyAccessInvite":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EarlyAccessInvite","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessInvite"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessInviteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterClose":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterClose","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterClose"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterCloseResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterDo":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterDo","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterDo"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterDoResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterEdit":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterEdit","parameters":[{"description":"MsgEncounterEdit defines the MsgEncounterEdit message.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterEdit"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterEditResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchConfirm":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchConfirm","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchConfirm"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchConfirmResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchOpen":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchOpen","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchOpen"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchOpenResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchReport":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchReport","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReport"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReportResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchReporterAppoint":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchReporterAppoint","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReporterAppoint"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReporterAppointResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileAliasSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileAliasSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileAliasSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileAliasSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileBioSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileBioSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileBioSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileBioSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileCardSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileCardSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileCardSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileCardSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileWebsiteSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileWebsiteSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileWebsiteSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileWebsiteSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SellOfferBuy":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SellOfferBuy","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferBuy"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferBuyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SellOfferCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SellOfferCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SellOfferRemove":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SellOfferRemove","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferRemove"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferRemoveResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetActivate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetActivate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetActivate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetActivateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetArtistSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetArtistSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtistSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtistSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetArtworkAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetArtworkAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtworkAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtworkAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetCardAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetCardAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetCardRemove":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetCardRemove","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardRemove"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardRemoveResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetContributorAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetContributorAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetContributorRemove":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetContributorRemove","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorRemove"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorRemoveResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetFinalize":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetFinalize","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetFinalize"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetFinalizeResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetNameSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetNameSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetNameSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetNameSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetStoryAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetStoryAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetStoryWriterSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetStoryWriterSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryWriterSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryWriterSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.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":"GithubComDecentralCardGamecardchainMsg_UpdateParams","parameters":[{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUpdateParams"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUpdateParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/UserCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_UserCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUserCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUserCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ZealyConnect":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ZealyConnect","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgZealyConnect"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgZealyConnectResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.featureflag.Msg/Set":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_Set","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.featureflag.MsgSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.MsgSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.featureflag.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":"GithubComDecentralCardGamecardchainMsg_UpdateParamsMixin26","parameters":[{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.featureflag.MsgUpdateParams"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.MsgUpdateParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}}},"definitions":{"cardchain.cardchain.AddrWithQuantity":{"type":"object","properties":{"addr":{"type":"string"},"payment":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"q":{"type":"integer","format":"int64"}}},"cardchain.cardchain.AirDrops":{"type":"object","properties":{"buy":{"type":"boolean"},"create":{"type":"boolean"},"play":{"type":"boolean"},"user":{"type":"boolean"},"vote":{"type":"boolean"}}},"cardchain.cardchain.BoosterPack":{"type":"object","properties":{"dropRatiosPerPack":{"type":"array","title":"The chances of the rare beeing a normal rare, an exceptional or a unique","items":{"type":"string","format":"uint64"}},"raritiesPerPack":{"type":"array","title":"How often the different rarities will appear in a BoosterPack","items":{"type":"string","format":"uint64"}},"setId":{"type":"string","format":"uint64"},"timeStamp":{"type":"string","format":"int64"}}},"cardchain.cardchain.Card":{"type":"object","properties":{"artist":{"type":"string"},"balanceAnchor":{"type":"boolean"},"content":{"type":"string","format":"byte"},"fairEnoughVotes":{"type":"string","format":"uint64"},"fullArt":{"type":"boolean"},"image_id":{"type":"string","format":"uint64"},"inappropriateVotes":{"type":"string","format":"uint64"},"nerflevel":{"type":"string","format":"int64"},"notes":{"type":"string"},"overpoweredVotes":{"type":"string","format":"uint64"},"owner":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}},"rarity":{"$ref":"#/definitions/cardchain.cardchain.CardRarity"},"starterCard":{"type":"boolean"},"status":{"$ref":"#/definitions/cardchain.cardchain.CardStatus"},"underpoweredVotes":{"type":"string","format":"uint64"},"votePool":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"voters":{"type":"array","items":{"type":"string"}}}},"cardchain.cardchain.CardClass":{"type":"string","default":"nature","enum":["nature","culture","mysticism","technology"]},"cardchain.cardchain.CardContent":{"type":"object","properties":{"content":{"type":"string"},"hash":{"type":"string"}}},"cardchain.cardchain.CardRarity":{"type":"string","default":"common","enum":["common","uncommon","rare","exceptional","unique"]},"cardchain.cardchain.CardStatus":{"type":"string","default":"none","enum":["none","scheme","prototype","trial","permanent","suspended","banned","bannedSoon","bannedVerySoon","adventureItem"]},"cardchain.cardchain.CardType":{"type":"string","default":"place","enum":["place","action","entity","headquarter"]},"cardchain.cardchain.CardWithImage":{"type":"object","properties":{"card":{"$ref":"#/definitions/cardchain.cardchain.Card"},"hash":{"type":"string"},"image":{"type":"string"}}},"cardchain.cardchain.CouncelingStatus":{"type":"string","default":"councilOpen","enum":["councilOpen","councilCreated","councilClosed","commited","revealed","suggestionsMade"]},"cardchain.cardchain.Council":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"clearResponses":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.WrapClearResponse"}},"hashResponses":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.WrapHashResponse"}},"status":{"$ref":"#/definitions/cardchain.cardchain.CouncelingStatus"},"treasury":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"trialStart":{"type":"string","format":"uint64"},"voters":{"type":"array","items":{"type":"string"}}}},"cardchain.cardchain.CouncilStatus":{"type":"string","default":"available","enum":["available","unavailable","openCouncil","startedCouncil"]},"cardchain.cardchain.EarlyAccess":{"type":"object","properties":{"active":{"type":"boolean"},"invitedByUser":{"type":"string"},"invitedUser":{"type":"string"}}},"cardchain.cardchain.Encounter":{"type":"object","properties":{"drawlist":{"type":"array","items":{"type":"string","format":"uint64"}},"id":{"type":"string","format":"uint64"},"imageId":{"type":"string","format":"uint64"},"name":{"type":"string"},"owner":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}},"proven":{"type":"boolean"}}},"cardchain.cardchain.EncounterWithImage":{"type":"object","properties":{"encounter":{"$ref":"#/definitions/cardchain.cardchain.Encounter"},"image":{"type":"string"}}},"cardchain.cardchain.InnerRarities":{"type":"object","properties":{"R":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.Match":{"type":"object","properties":{"coinsDistributed":{"type":"boolean"},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"playerA":{"$ref":"#/definitions/cardchain.cardchain.MatchPlayer"},"playerB":{"$ref":"#/definitions/cardchain.cardchain.MatchPlayer"},"reporter":{"type":"string"},"serverConfirmed":{"type":"boolean"},"timestamp":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MatchPlayer":{"type":"object","properties":{"addr":{"type":"string"},"confirmed":{"type":"boolean"},"deck":{"type":"array","items":{"type":"string","format":"uint64"}},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"playedCards":{"type":"array","items":{"type":"string","format":"uint64"}},"votedCards":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SingleVote"}}}},"cardchain.cardchain.MsgBoosterPackBuy":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgBoosterPackBuyResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgBoosterPackOpen":{"type":"object","properties":{"boosterPackId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgBoosterPackOpenResponse":{"type":"object","properties":{"cardIds":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.MsgBoosterPackTransfer":{"type":"object","properties":{"boosterPackId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"receiver":{"type":"string"}}},"cardchain.cardchain.MsgBoosterPackTransferResponse":{"type":"object"},"cardchain.cardchain.MsgCardArtistChange":{"type":"object","properties":{"artist":{"type":"string"},"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCardArtistChangeResponse":{"type":"object"},"cardchain.cardchain.MsgCardArtworkAdd":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"fullArt":{"type":"boolean"},"image":{"type":"string","format":"byte"}}},"cardchain.cardchain.MsgCardArtworkAddResponse":{"type":"object"},"cardchain.cardchain.MsgCardBan":{"type":"object","properties":{"authority":{"type":"string"},"cardId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardBanResponse":{"type":"object"},"cardchain.cardchain.MsgCardCopyrightClaim":{"type":"object","properties":{"authority":{"type":"string"},"cardId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardCopyrightClaimResponse":{"type":"object"},"cardchain.cardchain.MsgCardDonate":{"type":"object","properties":{"amount":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCardDonateResponse":{"type":"object"},"cardchain.cardchain.MsgCardRaritySet":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"rarity":{"$ref":"#/definitions/cardchain.cardchain.CardRarity"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardRaritySetResponse":{"type":"object"},"cardchain.cardchain.MsgCardSaveContent":{"type":"object","properties":{"artist":{"type":"string"},"balanceAnchor":{"type":"boolean"},"cardId":{"type":"string","format":"uint64"},"content":{"type":"string","format":"byte"},"creator":{"type":"string"},"notes":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}}}},"cardchain.cardchain.MsgCardSaveContentResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgCardSchemeBuy":{"type":"object","properties":{"bid":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCardSchemeBuyResponse":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardTransfer":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"receiver":{"type":"string"}}},"cardchain.cardchain.MsgCardTransferResponse":{"type":"object"},"cardchain.cardchain.MsgCardVote":{"type":"object","properties":{"creator":{"type":"string"},"vote":{"$ref":"#/definitions/cardchain.cardchain.SingleVote"}}},"cardchain.cardchain.MsgCardVoteMulti":{"type":"object","properties":{"creator":{"type":"string"},"votes":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SingleVote"}}}},"cardchain.cardchain.MsgCardVoteMultiResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgCardVoteResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgCouncilCreate":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilCreateResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilDeregister":{"type":"object","properties":{"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilDeregisterResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilRegister":{"type":"object","properties":{"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilRegisterResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilResponseCommit":{"type":"object","properties":{"councilId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"response":{"type":"string"},"suggestion":{"type":"string"}}},"cardchain.cardchain.MsgCouncilResponseCommitResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilResponseReveal":{"type":"object","properties":{"councilId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"response":{"$ref":"#/definitions/cardchain.cardchain.Response"},"secret":{"type":"string"}}},"cardchain.cardchain.MsgCouncilResponseRevealResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilRestart":{"type":"object","properties":{"councilId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilRestartResponse":{"type":"object"},"cardchain.cardchain.MsgEarlyAccessDisinvite":{"type":"object","properties":{"creator":{"type":"string"},"user":{"type":"string"}}},"cardchain.cardchain.MsgEarlyAccessDisinviteResponse":{"type":"object"},"cardchain.cardchain.MsgEarlyAccessGrant":{"type":"object","properties":{"authority":{"type":"string"},"users":{"type":"array","items":{"type":"string"}}}},"cardchain.cardchain.MsgEarlyAccessGrantResponse":{"type":"object"},"cardchain.cardchain.MsgEarlyAccessInvite":{"type":"object","properties":{"creator":{"type":"string"},"user":{"type":"string"}}},"cardchain.cardchain.MsgEarlyAccessInviteResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterClose":{"type":"object","properties":{"creator":{"type":"string"},"encounterId":{"type":"string","format":"uint64"},"user":{"type":"string"},"won":{"type":"boolean"}}},"cardchain.cardchain.MsgEncounterCloseResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterCreate":{"type":"object","properties":{"creator":{"type":"string"},"drawlist":{"type":"array","items":{"type":"string","format":"uint64"}},"image":{"type":"string","format":"byte"},"name":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}}}},"cardchain.cardchain.MsgEncounterCreateResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterDo":{"type":"object","properties":{"creator":{"type":"string"},"encounterId":{"type":"string","format":"uint64"},"user":{"type":"string"}}},"cardchain.cardchain.MsgEncounterDoResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterEdit":{"description":"MsgEncounterEdit defines the MsgEncounterEdit message.","type":"object","properties":{"creator":{"type":"string"},"drawlist":{"type":"array","items":{"type":"string","format":"uint64"}},"id":{"type":"string","format":"uint64"},"image":{"type":"string","format":"byte"},"name":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}}}},"cardchain.cardchain.MsgEncounterEditResponse":{"description":"MsgEncounterEditResponse defines the MsgEncounterEditResponse message.","type":"object"},"cardchain.cardchain.MsgMatchConfirm":{"type":"object","properties":{"creator":{"type":"string"},"matchId":{"type":"string","format":"uint64"},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"votedCards":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SingleVote"}}}},"cardchain.cardchain.MsgMatchConfirmResponse":{"type":"object"},"cardchain.cardchain.MsgMatchOpen":{"type":"object","properties":{"creator":{"type":"string"},"playerA":{"type":"string"},"playerADeck":{"type":"array","items":{"type":"string","format":"uint64"}},"playerB":{"type":"string"},"playerBDeck":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.MsgMatchOpenResponse":{"type":"object","properties":{"matchId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgMatchReport":{"type":"object","properties":{"creator":{"type":"string"},"matchId":{"type":"string","format":"uint64"},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"playedCardsA":{"type":"array","items":{"type":"string","format":"uint64"}},"playedCardsB":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.MsgMatchReportResponse":{"type":"object"},"cardchain.cardchain.MsgMatchReporterAppoint":{"type":"object","properties":{"authority":{"type":"string"},"reporter":{"type":"string"}}},"cardchain.cardchain.MsgMatchReporterAppointResponse":{"type":"object"},"cardchain.cardchain.MsgProfileAliasSet":{"type":"object","properties":{"alias":{"type":"string"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgProfileAliasSetResponse":{"type":"object"},"cardchain.cardchain.MsgProfileBioSet":{"type":"object","properties":{"bio":{"type":"string"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgProfileBioSetResponse":{"type":"object"},"cardchain.cardchain.MsgProfileCardSet":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgProfileCardSetResponse":{"type":"object"},"cardchain.cardchain.MsgProfileWebsiteSet":{"type":"object","properties":{"creator":{"type":"string"},"website":{"type":"string"}}},"cardchain.cardchain.MsgProfileWebsiteSetResponse":{"type":"object"},"cardchain.cardchain.MsgSellOfferBuy":{"type":"object","properties":{"creator":{"type":"string"},"sellOfferId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSellOfferBuyResponse":{"type":"object"},"cardchain.cardchain.MsgSellOfferCreate":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"price":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"}}},"cardchain.cardchain.MsgSellOfferCreateResponse":{"type":"object"},"cardchain.cardchain.MsgSellOfferRemove":{"type":"object","properties":{"creator":{"type":"string"},"sellOfferId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSellOfferRemoveResponse":{"type":"object"},"cardchain.cardchain.MsgSetActivate":{"type":"object","properties":{"authority":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetActivateResponse":{"type":"object"},"cardchain.cardchain.MsgSetArtistSet":{"type":"object","properties":{"artist":{"type":"string"},"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetArtistSetResponse":{"type":"object"},"cardchain.cardchain.MsgSetArtworkAdd":{"type":"object","properties":{"creator":{"type":"string"},"image":{"type":"string","format":"byte"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetArtworkAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetCardAdd":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetCardAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetCardRemove":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetCardRemoveResponse":{"type":"object"},"cardchain.cardchain.MsgSetContributorAdd":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"user":{"type":"string"}}},"cardchain.cardchain.MsgSetContributorAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetContributorRemove":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"user":{"type":"string"}}},"cardchain.cardchain.MsgSetContributorRemoveResponse":{"type":"object"},"cardchain.cardchain.MsgSetCreate":{"type":"object","properties":{"artist":{"type":"string"},"contributors":{"type":"array","items":{"type":"string"}},"creator":{"type":"string"},"name":{"type":"string"},"storyWriter":{"type":"string"}}},"cardchain.cardchain.MsgSetCreateResponse":{"type":"object"},"cardchain.cardchain.MsgSetFinalize":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetFinalizeResponse":{"type":"object"},"cardchain.cardchain.MsgSetNameSet":{"type":"object","properties":{"creator":{"type":"string"},"name":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetNameSetResponse":{"type":"object"},"cardchain.cardchain.MsgSetStoryAdd":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"story":{"type":"string"}}},"cardchain.cardchain.MsgSetStoryAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetStoryWriterSet":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"storyWriter":{"type":"string"}}},"cardchain.cardchain.MsgSetStoryWriterSetResponse":{"type":"object"},"cardchain.cardchain.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\noverwritten).","type":"string"},"params":{"description":"NOTE: All parameters must be supplied.","$ref":"#/definitions/cardchain.cardchain.Params"}}},"cardchain.cardchain.MsgUpdateParamsResponse":{"description":"MsgUpdateParamsResponse defines the response structure for executing a\nMsgUpdateParams message.","type":"object"},"cardchain.cardchain.MsgUserCreate":{"type":"object","properties":{"alias":{"type":"string"},"creator":{"type":"string"},"newUser":{"type":"string"}}},"cardchain.cardchain.MsgUserCreateResponse":{"type":"object"},"cardchain.cardchain.MsgZealyConnect":{"type":"object","properties":{"creator":{"type":"string"},"zealyId":{"type":"string"}}},"cardchain.cardchain.MsgZealyConnectResponse":{"type":"object"},"cardchain.cardchain.Outcome":{"type":"string","default":"Undefined","enum":["Undefined","AWon","BWon","Draw","Aborted"]},"cardchain.cardchain.Parameter":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"cardchain.cardchain.Params":{"description":"Params defines the parameters for the module.","type":"object","properties":{"activeSetsAmount":{"type":"string","format":"uint64"},"airDropMaxBlockHeight":{"type":"string","format":"int64"},"airDropValue":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"cardAuctionPriceReductionPeriod":{"type":"string","format":"int64"},"collateralDeposit":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"commonsPerPack":{"type":"string","format":"uint64"},"exceptionalDropRatio":{"type":"string","format":"uint64"},"gameVoteRatio":{"type":"string","format":"int64"},"hourlyFaucet":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"inflationRate":{"type":"string"},"matchWorkerDelay":{"type":"string","format":"uint64"},"rareDropRatio":{"type":"string","format":"uint64"},"raresPerPack":{"type":"string","format":"uint64"},"setCreationFee":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"setPrice":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"setSize":{"type":"string","format":"uint64"},"trialPeriod":{"type":"string","format":"uint64"},"trialVoteReward":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"unCommonsPerPack":{"type":"string","format":"uint64"},"uniqueDropRatio":{"type":"string","format":"uint64"},"votePoolFraction":{"type":"string","format":"int64"},"votingRewardCap":{"type":"string","format":"int64"},"votingRightsExpirationTime":{"type":"string","format":"int64"},"winnerReward":{"type":"string","format":"int64"}}},"cardchain.cardchain.QueryAccountFromZealyResponse":{"type":"object","properties":{"address":{"type":"string"}}},"cardchain.cardchain.QueryCardContentResponse":{"type":"object","properties":{"cardContent":{"$ref":"#/definitions/cardchain.cardchain.CardContent"}}},"cardchain.cardchain.QueryCardContentsResponse":{"type":"object","properties":{"cardContents":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.CardContent"}}}},"cardchain.cardchain.QueryCardResponse":{"type":"object","properties":{"card":{"$ref":"#/definitions/cardchain.cardchain.CardWithImage"}}},"cardchain.cardchain.QueryCardchainInfoResponse":{"type":"object","properties":{"activeSets":{"type":"array","items":{"type":"string","format":"uint64"}},"cardAuctionPrice":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"cardsNumber":{"type":"string","format":"uint64"},"councilsNumber":{"type":"string","format":"uint64"},"lastCardModified":{"type":"string","format":"uint64"},"matchesNumber":{"type":"string","format":"uint64"},"sellOffersNumber":{"type":"string","format":"uint64"}}},"cardchain.cardchain.QueryCardsResponse":{"type":"object","properties":{"cardIds":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.QueryCouncilResponse":{"type":"object","properties":{"council":{"$ref":"#/definitions/cardchain.cardchain.Council"}}},"cardchain.cardchain.QueryEncounterResponse":{"type":"object","properties":{"encounter":{"$ref":"#/definitions/cardchain.cardchain.Encounter"}}},"cardchain.cardchain.QueryEncounterWithImageResponse":{"type":"object","properties":{"encounter":{"$ref":"#/definitions/cardchain.cardchain.EncounterWithImage"}}},"cardchain.cardchain.QueryEncountersResponse":{"type":"object","properties":{"encounters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Encounter"}}}},"cardchain.cardchain.QueryEncountersWithImageResponse":{"type":"object","properties":{"encounters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.EncounterWithImage"}}}},"cardchain.cardchain.QueryMatchResponse":{"type":"object","properties":{"match":{"$ref":"#/definitions/cardchain.cardchain.Match"}}},"cardchain.cardchain.QueryMatchesResponse":{"type":"object","properties":{"matchIds":{"type":"array","items":{"type":"string","format":"uint64"}},"matches":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Match"}}}},"cardchain.cardchain.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/cardchain.cardchain.Params"}}},"cardchain.cardchain.QuerySellOfferResponse":{"type":"object","properties":{"sellOffer":{"$ref":"#/definitions/cardchain.cardchain.SellOffer"}}},"cardchain.cardchain.QuerySellOffersResponse":{"type":"object","properties":{"sellOfferIds":{"type":"array","items":{"type":"string","format":"uint64"}},"sellOffers":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SellOffer"}}}},"cardchain.cardchain.QueryServerResponse":{"type":"object","properties":{"server":{"$ref":"#/definitions/cardchain.cardchain.Server"}}},"cardchain.cardchain.QuerySetRarityDistributionResponse":{"type":"object","properties":{"current":{"type":"array","items":{"type":"string","format":"uint64"}},"wanted":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.QuerySetResponse":{"type":"object","properties":{"set":{"$ref":"#/definitions/cardchain.cardchain.SetWithArtwork"}}},"cardchain.cardchain.QuerySetsResponse":{"type":"object","properties":{"setIds":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.QueryUserResponse":{"type":"object","properties":{"user":{"$ref":"#/definitions/cardchain.cardchain.User"}}},"cardchain.cardchain.QueryVotingResultsResponse":{"type":"object","properties":{"lastVotingResults":{"$ref":"#/definitions/cardchain.cardchain.VotingResults"}}},"cardchain.cardchain.Response":{"type":"string","default":"Yes","enum":["Yes","No","Suggestion"]},"cardchain.cardchain.SellOffer":{"type":"object","properties":{"buyer":{"type":"string"},"card":{"type":"string","format":"uint64"},"price":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"seller":{"type":"string"},"status":{"$ref":"#/definitions/cardchain.cardchain.SellOfferStatus"}}},"cardchain.cardchain.SellOfferStatus":{"type":"string","default":"empty","enum":["empty","open","sold","removed"]},"cardchain.cardchain.Server":{"type":"object","properties":{"invalidReports":{"type":"string","format":"uint64"},"reporter":{"type":"string"},"validReports":{"type":"string","format":"uint64"}}},"cardchain.cardchain.Set":{"type":"object","properties":{"artist":{"type":"string"},"artworkId":{"type":"string","format":"uint64"},"cards":{"type":"array","items":{"type":"string","format":"uint64"}},"contributors":{"type":"array","items":{"type":"string"}},"contributorsDistribution":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.AddrWithQuantity"}},"name":{"type":"string"},"rarities":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.InnerRarities"}},"status":{"$ref":"#/definitions/cardchain.cardchain.SetStatus"},"story":{"type":"string"},"storyWriter":{"type":"string"},"timeStamp":{"type":"string","format":"int64"}}},"cardchain.cardchain.SetStatus":{"type":"string","default":"undefined","enum":["undefined","design","finalized","active","archived"]},"cardchain.cardchain.SetWithArtwork":{"type":"object","properties":{"artwork":{"type":"string","format":"byte"},"set":{"$ref":"#/definitions/cardchain.cardchain.Set"}}},"cardchain.cardchain.SingleVote":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"voteType":{"$ref":"#/definitions/cardchain.cardchain.VoteType"}}},"cardchain.cardchain.User":{"type":"object","properties":{"airDrops":{"$ref":"#/definitions/cardchain.cardchain.AirDrops"},"alias":{"type":"string"},"biography":{"type":"string"},"boosterPacks":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.BoosterPack"}},"cards":{"type":"array","items":{"type":"string","format":"uint64"}},"councilStatus":{"$ref":"#/definitions/cardchain.cardchain.CouncilStatus"},"earlyAccess":{"$ref":"#/definitions/cardchain.cardchain.EarlyAccess"},"openEncounters":{"type":"array","items":{"type":"string","format":"uint64"}},"ownedCardSchemes":{"type":"array","items":{"type":"string","format":"uint64"}},"ownedPrototypes":{"type":"array","items":{"type":"string","format":"uint64"}},"profileCard":{"type":"string","format":"uint64"},"reportMatches":{"type":"boolean"},"votableCards":{"type":"array","items":{"type":"string","format":"uint64"}},"votedCards":{"type":"array","items":{"type":"string","format":"uint64"}},"website":{"type":"string"},"wonEncounters":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.VoteType":{"type":"string","default":"fairEnough","enum":["fairEnough","inappropriate","overpowered","underpowered"]},"cardchain.cardchain.VotingResult":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"fairEnoughVotes":{"type":"string","format":"uint64"},"inappropriateVotes":{"type":"string","format":"uint64"},"overpoweredVotes":{"type":"string","format":"uint64"},"result":{"type":"string"},"underpoweredVotes":{"type":"string","format":"uint64"}}},"cardchain.cardchain.VotingResults":{"type":"object","properties":{"cardResults":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.VotingResult"}},"notes":{"type":"string"},"totalFairEnoughVotes":{"type":"string","format":"uint64"},"totalInappropriateVotes":{"type":"string","format":"uint64"},"totalOverpoweredVotes":{"type":"string","format":"uint64"},"totalUnderpoweredVotes":{"type":"string","format":"uint64"},"totalVotes":{"type":"string","format":"uint64"}}},"cardchain.cardchain.WrapClearResponse":{"type":"object","properties":{"response":{"$ref":"#/definitions/cardchain.cardchain.Response"},"suggestion":{"type":"string"},"user":{"type":"string"}}},"cardchain.cardchain.WrapHashResponse":{"type":"object","properties":{"hash":{"type":"string"},"user":{"type":"string"}}},"cardchain.featureflag.Flag":{"type":"object","properties":{"Module":{"type":"string"},"Name":{"type":"string"},"Set":{"type":"boolean"}}},"cardchain.featureflag.MsgSet":{"type":"object","properties":{"authority":{"type":"string"},"module":{"type":"string"},"name":{"type":"string"},"value":{"type":"boolean"}}},"cardchain.featureflag.MsgSetResponse":{"type":"object"},"cardchain.featureflag.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\noverwritten).","type":"string"},"params":{"description":"NOTE: All parameters must be supplied.","$ref":"#/definitions/cardchain.featureflag.Params"}}},"cardchain.featureflag.MsgUpdateParamsResponse":{"description":"MsgUpdateParamsResponse defines the response structure for executing a\nMsgUpdateParams message.","type":"object"},"cardchain.featureflag.Params":{"description":"Params defines the parameters for the module.","type":"object"},"cardchain.featureflag.QueryFlagResponse":{"type":"object","properties":{"flag":{"$ref":"#/definitions/cardchain.featureflag.Flag"}}},"cardchain.featureflag.QueryFlagsResponse":{"type":"object","properties":{"flags":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.featureflag.Flag"}}}},"cardchain.featureflag.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/cardchain.featureflag.Params"}}},"cosmos.base.v1beta1.Coin":{"description":"Coin defines a token with a denomination and an amount.\n\nNOTE: The amount field is an Int which implements the custom method\nsignatures required by gogoproto.","type":"object","properties":{"amount":{"type":"string"},"denom":{"type":"string"}}},"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"}}}},"tags":[{"name":"Query"},{"name":"Msg"}]} \ No newline at end of file +{"id":"github.com/DecentralCardGame/cardchain","consumes":["application/json"],"produces":["application/json"],"swagger":"2.0","info":{"description":"Chain github.com/DecentralCardGame/cardchain REST API","title":"HTTP API Console","contact":{"name":"github.com/DecentralCardGame/cardchain"},"version":"version not set"},"paths":{"/DecentralCardGame/cardchain/cardchain/account_from_zealy/{zealyId}":{"get":{"tags":["Query"],"summary":"Queries a list of AccountFromZealy items.","operationId":"GithubComDecentralCardGamecardchainQuery_AccountFromZealy","parameters":[{"type":"string","name":"zealyId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryAccountFromZealyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/card/{cardId}":{"get":{"tags":["Query"],"summary":"Queries a list of Card items.","operationId":"GithubComDecentralCardGamecardchainQuery_Card","parameters":[{"type":"string","format":"uint64","name":"cardId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/card_content/{cardId}":{"get":{"tags":["Query"],"summary":"Queries a list of CardContent items.","operationId":"GithubComDecentralCardGamecardchainQuery_CardContent","parameters":[{"type":"string","format":"uint64","name":"cardId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardContentResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/card_contents":{"get":{"tags":["Query"],"summary":"Queries a list of CardContents items.","operationId":"GithubComDecentralCardGamecardchainQuery_CardContents","parameters":[{"type":"array","items":{"type":"string","format":"uint64"},"collectionFormat":"multi","name":"cardIds","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardContentsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/cardchain_info":{"get":{"tags":["Query"],"summary":"Queries a list of CardchainInfo items.","operationId":"GithubComDecentralCardGamecardchainQuery_CardchainInfo","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardchainInfoResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/cards":{"get":{"tags":["Query"],"summary":"Queries a list of Cards items.","operationId":"GithubComDecentralCardGamecardchainQuery_Cards","parameters":[{"type":"string","name":"owner","in":"query"},{"type":"array","items":{"enum":["none","scheme","prototype","trial","permanent","suspended","banned","bannedSoon","bannedVerySoon","adventureItem"],"type":"string"},"collectionFormat":"multi","name":"status","in":"query"},{"type":"array","items":{"enum":["place","action","entity","headquarter"],"type":"string"},"collectionFormat":"multi","name":"cardType","in":"query"},{"type":"array","items":{"enum":["nature","culture","mysticism","technology"],"type":"string"},"collectionFormat":"multi","name":"class","in":"query"},{"type":"string","name":"sortBy","in":"query"},{"type":"string","name":"nameContains","in":"query"},{"type":"string","name":"keywordsContains","in":"query"},{"type":"string","name":"notesContains","in":"query"},{"type":"boolean","name":"onlyStarterCard","in":"query"},{"type":"boolean","name":"onlyBalanceAnchors","in":"query"},{"type":"array","items":{"enum":["common","uncommon","rare","exceptional","unique"],"type":"string"},"collectionFormat":"multi","name":"rarities","in":"query"},{"type":"boolean","name":"multiClassOnly","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCardsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/council/{councilId}":{"get":{"tags":["Query"],"summary":"Queries a list of Council items.","operationId":"GithubComDecentralCardGamecardchainQuery_Council","parameters":[{"type":"string","format":"uint64","name":"councilId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryCouncilResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounter/{encounterId}":{"get":{"tags":["Query"],"summary":"Queries a list of Encounter items.","operationId":"GithubComDecentralCardGamecardchainQuery_Encounter","parameters":[{"type":"string","format":"uint64","name":"encounterId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncounterResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounter_with_image/{encounterId}":{"get":{"tags":["Query"],"summary":"Queries a list of EncounterWithImage items.","operationId":"GithubComDecentralCardGamecardchainQuery_EncounterWithImage","parameters":[{"type":"string","format":"uint64","name":"encounterId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncounterWithImageResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounters":{"get":{"tags":["Query"],"summary":"Queries a list of Encounters items.","operationId":"GithubComDecentralCardGamecardchainQuery_Encounters","parameters":[{"type":"string","name":"owner","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncountersResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/encounters_with_image":{"get":{"tags":["Query"],"summary":"Queries a list of EncountersWithImage items.","operationId":"GithubComDecentralCardGamecardchainQuery_EncountersWithImage","parameters":[{"type":"string","name":"owner","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryEncountersWithImageResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/match/{matchId}":{"get":{"tags":["Query"],"summary":"Queries a list of Match items.","operationId":"GithubComDecentralCardGamecardchainQuery_Match","parameters":[{"type":"string","format":"uint64","name":"matchId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryMatchResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/matches":{"get":{"tags":["Query"],"summary":"Queries a list of Matches items.","operationId":"GithubComDecentralCardGamecardchainQuery_Matches","parameters":[{"type":"string","format":"uint64","name":"timestampDown","in":"query"},{"type":"string","format":"uint64","name":"timestampUp","in":"query"},{"type":"array","items":{"type":"string"},"collectionFormat":"multi","name":"containsUsers","in":"query"},{"type":"string","name":"reporter","in":"query"},{"enum":["Undefined","AWon","BWon","Draw","Aborted"],"type":"string","default":"Undefined","name":"outcome","in":"query"},{"type":"array","items":{"type":"string","format":"uint64"},"collectionFormat":"multi","name":"cardsPlayed","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryMatchesResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/params":{"get":{"tags":["Query"],"summary":"Parameters queries the parameters of the module.","operationId":"GithubComDecentralCardGamecardchainQuery_Params","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/sell_offer/{sellOfferId}":{"get":{"tags":["Query"],"summary":"Queries a list of SellOffer items.","operationId":"GithubComDecentralCardGamecardchainQuery_SellOffer","parameters":[{"type":"string","format":"uint64","name":"sellOfferId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySellOfferResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/sell_offers":{"get":{"tags":["Query"],"summary":"Queries a list of SellOffers items.","operationId":"GithubComDecentralCardGamecardchainQuery_SellOffers","parameters":[{"type":"string","name":"priceDown.denom","in":"query"},{"type":"string","name":"priceDown.amount","in":"query"},{"type":"string","name":"priceUp.denom","in":"query"},{"type":"string","name":"priceUp.amount","in":"query"},{"type":"string","name":"seller","in":"query"},{"type":"string","name":"buyer","in":"query"},{"type":"string","format":"uint64","name":"card","in":"query"},{"enum":["empty","open","sold","removed"],"type":"string","default":"empty","name":"status","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySellOffersResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/server/{serverId}":{"get":{"tags":["Query"],"summary":"Queries a list of Server items.","operationId":"GithubComDecentralCardGamecardchainQuery_Server","parameters":[{"type":"string","format":"uint64","name":"serverId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryServerResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/set/{setId}":{"get":{"tags":["Query"],"summary":"Queries a list of Set items.","operationId":"GithubComDecentralCardGamecardchainQuery_Set","parameters":[{"type":"string","format":"uint64","name":"setId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/set_rarity_distribution/{setId}":{"get":{"tags":["Query"],"summary":"Queries a list of SetRarityDistribution items.","operationId":"GithubComDecentralCardGamecardchainQuery_SetRarityDistribution","parameters":[{"type":"string","format":"uint64","name":"setId","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySetRarityDistributionResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/sets/{status}":{"get":{"tags":["Query"],"summary":"Queries a list of Sets items.","operationId":"GithubComDecentralCardGamecardchainQuery_Sets","parameters":[{"enum":["undefined","design","finalized","active","archived"],"type":"string","name":"status","in":"path","required":true},{"type":"array","items":{"type":"string"},"collectionFormat":"multi","name":"contributors","in":"query"},{"type":"array","items":{"type":"string","format":"uint64"},"collectionFormat":"multi","name":"containsCards","in":"query"},{"type":"string","name":"owner","in":"query"}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QuerySetsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/user/{address}":{"get":{"tags":["Query"],"summary":"Queries a list of User items.","operationId":"GithubComDecentralCardGamecardchainQuery_User","parameters":[{"type":"string","name":"address","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryUserResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/cardchain/voting_results":{"get":{"tags":["Query"],"summary":"Queries a list of VotingResults items.","operationId":"GithubComDecentralCardGamecardchainQuery_VotingResults","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.QueryVotingResultsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/featureflag/flag/{module}/{name}":{"get":{"tags":["Query"],"summary":"Queries a list of Flag items.","operationId":"GithubComDecentralCardGamecardchainQuery_Flag","parameters":[{"type":"string","name":"module","in":"path","required":true},{"type":"string","name":"name","in":"path","required":true}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.QueryFlagResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/featureflag/flags":{"get":{"tags":["Query"],"summary":"Queries a list of Flags items.","operationId":"GithubComDecentralCardGamecardchainQuery_Flags","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.QueryFlagsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/DecentralCardGame/cardchain/featureflag/params":{"get":{"tags":["Query"],"summary":"Parameters queries the parameters of the module.","operationId":"GithubComDecentralCardGamecardchainQuery_ParamsMixin25","responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.QueryParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/BoosterPackBuy":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_BoosterPackBuy","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackBuy"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackBuyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/BoosterPackOpen":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_BoosterPackOpen","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackOpen"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackOpenResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/BoosterPackTransfer":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_BoosterPackTransfer","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackTransfer"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgBoosterPackTransferResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardArtistChange":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardArtistChange","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtistChange"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtistChangeResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardArtworkAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardArtworkAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtworkAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardArtworkAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardBan":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardBan","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardBan"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardBanResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardCopyrightClaim":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardCopyrightClaim","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardCopyrightClaim"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardCopyrightClaimResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardDonate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardDonate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardDonate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardDonateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardRaritySet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardRaritySet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardRaritySet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardRaritySetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardSaveContent":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardSaveContent","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSaveContent"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSaveContentResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardSchemeBuy":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardSchemeBuy","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSchemeBuy"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardSchemeBuyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardTransfer":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardTransfer","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardTransfer"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardTransferResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardVote":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardVote","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVote"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVoteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CardVoteMulti":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CardVoteMulti","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVoteMulti"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCardVoteMultiResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilDeregister":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilDeregister","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilDeregister"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilDeregisterResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilRegister":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilRegister","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRegister"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRegisterResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilResponseCommit":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilResponseCommit","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseCommit"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseCommitResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilResponseReveal":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilResponseReveal","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseReveal"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilResponseRevealResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/CouncilRestart":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_CouncilRestart","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRestart"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgCouncilRestartResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EarlyAccessDisinvite":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EarlyAccessDisinvite","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessDisinvite"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessDisinviteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EarlyAccessGrant":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EarlyAccessGrant","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessGrant"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessGrantResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EarlyAccessInvite":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EarlyAccessInvite","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessInvite"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEarlyAccessInviteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterClose":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterClose","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterClose"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterCloseResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterDelete":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterDelete","parameters":[{"description":"MsgEncounterDelete defines the MsgEncounterDelete message.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterDelete"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterDeleteResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterDo":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterDo","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterDo"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterDoResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/EncounterEdit":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_EncounterEdit","parameters":[{"description":"MsgEncounterEdit defines the MsgEncounterEdit message.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterEdit"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgEncounterEditResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchConfirm":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchConfirm","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchConfirm"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchConfirmResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchOpen":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchOpen","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchOpen"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchOpenResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchReport":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchReport","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReport"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReportResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/MatchReporterAppoint":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_MatchReporterAppoint","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReporterAppoint"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgMatchReporterAppointResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileAliasSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileAliasSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileAliasSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileAliasSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileBioSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileBioSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileBioSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileBioSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileCardSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileCardSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileCardSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileCardSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ProfileWebsiteSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ProfileWebsiteSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileWebsiteSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgProfileWebsiteSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SellOfferBuy":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SellOfferBuy","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferBuy"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferBuyResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SellOfferCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SellOfferCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SellOfferRemove":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SellOfferRemove","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferRemove"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSellOfferRemoveResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetActivate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetActivate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetActivate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetActivateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetArtistSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetArtistSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtistSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtistSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetArtworkAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetArtworkAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtworkAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetArtworkAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetCardAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetCardAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetCardRemove":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetCardRemove","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardRemove"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCardRemoveResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetContributorAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetContributorAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetContributorRemove":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetContributorRemove","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorRemove"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetContributorRemoveResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetFinalize":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetFinalize","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetFinalize"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetFinalizeResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetNameSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetNameSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetNameSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetNameSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetStoryAdd":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetStoryAdd","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryAdd"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryAddResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/SetStoryWriterSet":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_SetStoryWriterSet","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryWriterSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgSetStoryWriterSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.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":"GithubComDecentralCardGamecardchainMsg_UpdateParams","parameters":[{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUpdateParams"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUpdateParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/UserCreate":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_UserCreate","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUserCreate"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgUserCreateResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.cardchain.Msg/ZealyConnect":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_ZealyConnect","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.cardchain.MsgZealyConnect"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.cardchain.MsgZealyConnectResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.featureflag.Msg/Set":{"post":{"tags":["Msg"],"operationId":"GithubComDecentralCardGamecardchainMsg_Set","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.featureflag.MsgSet"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.MsgSetResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}},"/cardchain.featureflag.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":"GithubComDecentralCardGamecardchainMsg_UpdateParamsMixin26","parameters":[{"description":"MsgUpdateParams is the Msg/UpdateParams request type.","name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/cardchain.featureflag.MsgUpdateParams"}}],"responses":{"200":{"description":"A successful response.","schema":{"$ref":"#/definitions/cardchain.featureflag.MsgUpdateParamsResponse"}},"default":{"description":"An unexpected error response.","schema":{"$ref":"#/definitions/google.rpc.Status"}}}}}},"definitions":{"cardchain.cardchain.AddrWithQuantity":{"type":"object","properties":{"addr":{"type":"string"},"payment":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"q":{"type":"integer","format":"int64"}}},"cardchain.cardchain.AirDrops":{"type":"object","properties":{"buy":{"type":"boolean"},"create":{"type":"boolean"},"play":{"type":"boolean"},"user":{"type":"boolean"},"vote":{"type":"boolean"}}},"cardchain.cardchain.BoosterPack":{"type":"object","properties":{"dropRatiosPerPack":{"type":"array","title":"The chances of the rare beeing a normal rare, an exceptional or a unique","items":{"type":"string","format":"uint64"}},"raritiesPerPack":{"type":"array","title":"How often the different rarities will appear in a BoosterPack","items":{"type":"string","format":"uint64"}},"setId":{"type":"string","format":"uint64"},"timeStamp":{"type":"string","format":"int64"}}},"cardchain.cardchain.Card":{"type":"object","properties":{"artist":{"type":"string"},"balanceAnchor":{"type":"boolean"},"content":{"type":"string","format":"byte"},"fairEnoughVotes":{"type":"string","format":"uint64"},"fullArt":{"type":"boolean"},"image_id":{"type":"string","format":"uint64"},"inappropriateVotes":{"type":"string","format":"uint64"},"nerflevel":{"type":"string","format":"int64"},"notes":{"type":"string"},"overpoweredVotes":{"type":"string","format":"uint64"},"owner":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}},"rarity":{"$ref":"#/definitions/cardchain.cardchain.CardRarity"},"starterCard":{"type":"boolean"},"status":{"$ref":"#/definitions/cardchain.cardchain.CardStatus"},"underpoweredVotes":{"type":"string","format":"uint64"},"votePool":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"voters":{"type":"array","items":{"type":"string"}}}},"cardchain.cardchain.CardClass":{"type":"string","default":"nature","enum":["nature","culture","mysticism","technology"]},"cardchain.cardchain.CardContent":{"type":"object","properties":{"content":{"type":"string"},"hash":{"type":"string"}}},"cardchain.cardchain.CardRarity":{"type":"string","default":"common","enum":["common","uncommon","rare","exceptional","unique"]},"cardchain.cardchain.CardStatus":{"type":"string","default":"none","enum":["none","scheme","prototype","trial","permanent","suspended","banned","bannedSoon","bannedVerySoon","adventureItem"]},"cardchain.cardchain.CardType":{"type":"string","default":"place","enum":["place","action","entity","headquarter"]},"cardchain.cardchain.CardWithImage":{"type":"object","properties":{"card":{"$ref":"#/definitions/cardchain.cardchain.Card"},"hash":{"type":"string"},"image":{"type":"string"}}},"cardchain.cardchain.CouncelingStatus":{"type":"string","default":"councilOpen","enum":["councilOpen","councilCreated","councilClosed","commited","revealed","suggestionsMade"]},"cardchain.cardchain.Council":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"clearResponses":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.WrapClearResponse"}},"hashResponses":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.WrapHashResponse"}},"status":{"$ref":"#/definitions/cardchain.cardchain.CouncelingStatus"},"treasury":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"trialStart":{"type":"string","format":"uint64"},"voters":{"type":"array","items":{"type":"string"}}}},"cardchain.cardchain.CouncilStatus":{"type":"string","default":"available","enum":["available","unavailable","openCouncil","startedCouncil"]},"cardchain.cardchain.EarlyAccess":{"type":"object","properties":{"active":{"type":"boolean"},"invitedByUser":{"type":"string"},"invitedUser":{"type":"string"}}},"cardchain.cardchain.Encounter":{"type":"object","properties":{"drawlist":{"type":"array","items":{"type":"string","format":"uint64"}},"id":{"type":"string","format":"uint64"},"imageId":{"type":"string","format":"uint64"},"name":{"type":"string"},"owner":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}},"proven":{"type":"boolean"}}},"cardchain.cardchain.EncounterWithImage":{"type":"object","properties":{"encounter":{"$ref":"#/definitions/cardchain.cardchain.Encounter"},"image":{"type":"string"}}},"cardchain.cardchain.InnerRarities":{"type":"object","properties":{"R":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.Match":{"type":"object","properties":{"coinsDistributed":{"type":"boolean"},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"playerA":{"$ref":"#/definitions/cardchain.cardchain.MatchPlayer"},"playerB":{"$ref":"#/definitions/cardchain.cardchain.MatchPlayer"},"reporter":{"type":"string"},"serverConfirmed":{"type":"boolean"},"timestamp":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MatchPlayer":{"type":"object","properties":{"addr":{"type":"string"},"confirmed":{"type":"boolean"},"deck":{"type":"array","items":{"type":"string","format":"uint64"}},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"playedCards":{"type":"array","items":{"type":"string","format":"uint64"}},"votedCards":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SingleVote"}}}},"cardchain.cardchain.MsgBoosterPackBuy":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgBoosterPackBuyResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgBoosterPackOpen":{"type":"object","properties":{"boosterPackId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgBoosterPackOpenResponse":{"type":"object","properties":{"cardIds":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.MsgBoosterPackTransfer":{"type":"object","properties":{"boosterPackId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"receiver":{"type":"string"}}},"cardchain.cardchain.MsgBoosterPackTransferResponse":{"type":"object"},"cardchain.cardchain.MsgCardArtistChange":{"type":"object","properties":{"artist":{"type":"string"},"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCardArtistChangeResponse":{"type":"object"},"cardchain.cardchain.MsgCardArtworkAdd":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"fullArt":{"type":"boolean"},"image":{"type":"string","format":"byte"}}},"cardchain.cardchain.MsgCardArtworkAddResponse":{"type":"object"},"cardchain.cardchain.MsgCardBan":{"type":"object","properties":{"authority":{"type":"string"},"cardId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardBanResponse":{"type":"object"},"cardchain.cardchain.MsgCardCopyrightClaim":{"type":"object","properties":{"authority":{"type":"string"},"cardId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardCopyrightClaimResponse":{"type":"object"},"cardchain.cardchain.MsgCardDonate":{"type":"object","properties":{"amount":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCardDonateResponse":{"type":"object"},"cardchain.cardchain.MsgCardRaritySet":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"rarity":{"$ref":"#/definitions/cardchain.cardchain.CardRarity"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardRaritySetResponse":{"type":"object"},"cardchain.cardchain.MsgCardSaveContent":{"type":"object","properties":{"artist":{"type":"string"},"balanceAnchor":{"type":"boolean"},"cardId":{"type":"string","format":"uint64"},"content":{"type":"string","format":"byte"},"creator":{"type":"string"},"notes":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}}}},"cardchain.cardchain.MsgCardSaveContentResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgCardSchemeBuy":{"type":"object","properties":{"bid":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCardSchemeBuyResponse":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgCardTransfer":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"receiver":{"type":"string"}}},"cardchain.cardchain.MsgCardTransferResponse":{"type":"object"},"cardchain.cardchain.MsgCardVote":{"type":"object","properties":{"creator":{"type":"string"},"vote":{"$ref":"#/definitions/cardchain.cardchain.SingleVote"}}},"cardchain.cardchain.MsgCardVoteMulti":{"type":"object","properties":{"creator":{"type":"string"},"votes":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SingleVote"}}}},"cardchain.cardchain.MsgCardVoteMultiResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgCardVoteResponse":{"type":"object","properties":{"airdropClaimed":{"type":"boolean"}}},"cardchain.cardchain.MsgCouncilCreate":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilCreateResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilDeregister":{"type":"object","properties":{"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilDeregisterResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilRegister":{"type":"object","properties":{"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilRegisterResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilResponseCommit":{"type":"object","properties":{"councilId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"response":{"type":"string"},"suggestion":{"type":"string"}}},"cardchain.cardchain.MsgCouncilResponseCommitResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilResponseReveal":{"type":"object","properties":{"councilId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"response":{"$ref":"#/definitions/cardchain.cardchain.Response"},"secret":{"type":"string"}}},"cardchain.cardchain.MsgCouncilResponseRevealResponse":{"type":"object"},"cardchain.cardchain.MsgCouncilRestart":{"type":"object","properties":{"councilId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgCouncilRestartResponse":{"type":"object"},"cardchain.cardchain.MsgEarlyAccessDisinvite":{"type":"object","properties":{"creator":{"type":"string"},"user":{"type":"string"}}},"cardchain.cardchain.MsgEarlyAccessDisinviteResponse":{"type":"object"},"cardchain.cardchain.MsgEarlyAccessGrant":{"type":"object","properties":{"authority":{"type":"string"},"users":{"type":"array","items":{"type":"string"}}}},"cardchain.cardchain.MsgEarlyAccessGrantResponse":{"type":"object"},"cardchain.cardchain.MsgEarlyAccessInvite":{"type":"object","properties":{"creator":{"type":"string"},"user":{"type":"string"}}},"cardchain.cardchain.MsgEarlyAccessInviteResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterClose":{"type":"object","properties":{"creator":{"type":"string"},"encounterId":{"type":"string","format":"uint64"},"user":{"type":"string"},"won":{"type":"boolean"}}},"cardchain.cardchain.MsgEncounterCloseResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterCreate":{"type":"object","properties":{"creator":{"type":"string"},"drawlist":{"type":"array","items":{"type":"string","format":"uint64"}},"image":{"type":"string","format":"byte"},"name":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}}}},"cardchain.cardchain.MsgEncounterCreateResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterDelete":{"description":"MsgEncounterDelete defines the MsgEncounterDelete message.","type":"object","properties":{"creator":{"type":"string"},"id":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgEncounterDeleteResponse":{"description":"MsgEncounterDeleteResponse defines the MsgEncounterDeleteResponse message.","type":"object"},"cardchain.cardchain.MsgEncounterDo":{"type":"object","properties":{"creator":{"type":"string"},"encounterId":{"type":"string","format":"uint64"},"user":{"type":"string"}}},"cardchain.cardchain.MsgEncounterDoResponse":{"type":"object"},"cardchain.cardchain.MsgEncounterEdit":{"description":"MsgEncounterEdit defines the MsgEncounterEdit message.","type":"object","properties":{"creator":{"type":"string"},"drawlist":{"type":"array","items":{"type":"string","format":"uint64"}},"id":{"type":"string","format":"uint64"},"image":{"type":"string","format":"byte"},"name":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Parameter"}}}},"cardchain.cardchain.MsgEncounterEditResponse":{"description":"MsgEncounterEditResponse defines the MsgEncounterEditResponse message.","type":"object"},"cardchain.cardchain.MsgMatchConfirm":{"type":"object","properties":{"creator":{"type":"string"},"matchId":{"type":"string","format":"uint64"},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"votedCards":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SingleVote"}}}},"cardchain.cardchain.MsgMatchConfirmResponse":{"type":"object"},"cardchain.cardchain.MsgMatchOpen":{"type":"object","properties":{"creator":{"type":"string"},"playerA":{"type":"string"},"playerADeck":{"type":"array","items":{"type":"string","format":"uint64"}},"playerB":{"type":"string"},"playerBDeck":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.MsgMatchOpenResponse":{"type":"object","properties":{"matchId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgMatchReport":{"type":"object","properties":{"creator":{"type":"string"},"matchId":{"type":"string","format":"uint64"},"outcome":{"$ref":"#/definitions/cardchain.cardchain.Outcome"},"playedCardsA":{"type":"array","items":{"type":"string","format":"uint64"}},"playedCardsB":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.MsgMatchReportResponse":{"type":"object"},"cardchain.cardchain.MsgMatchReporterAppoint":{"type":"object","properties":{"authority":{"type":"string"},"reporter":{"type":"string"}}},"cardchain.cardchain.MsgMatchReporterAppointResponse":{"type":"object"},"cardchain.cardchain.MsgProfileAliasSet":{"type":"object","properties":{"alias":{"type":"string"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgProfileAliasSetResponse":{"type":"object"},"cardchain.cardchain.MsgProfileBioSet":{"type":"object","properties":{"bio":{"type":"string"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgProfileBioSetResponse":{"type":"object"},"cardchain.cardchain.MsgProfileCardSet":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"}}},"cardchain.cardchain.MsgProfileCardSetResponse":{"type":"object"},"cardchain.cardchain.MsgProfileWebsiteSet":{"type":"object","properties":{"creator":{"type":"string"},"website":{"type":"string"}}},"cardchain.cardchain.MsgProfileWebsiteSetResponse":{"type":"object"},"cardchain.cardchain.MsgSellOfferBuy":{"type":"object","properties":{"creator":{"type":"string"},"sellOfferId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSellOfferBuyResponse":{"type":"object"},"cardchain.cardchain.MsgSellOfferCreate":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"price":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"}}},"cardchain.cardchain.MsgSellOfferCreateResponse":{"type":"object"},"cardchain.cardchain.MsgSellOfferRemove":{"type":"object","properties":{"creator":{"type":"string"},"sellOfferId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSellOfferRemoveResponse":{"type":"object"},"cardchain.cardchain.MsgSetActivate":{"type":"object","properties":{"authority":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetActivateResponse":{"type":"object"},"cardchain.cardchain.MsgSetArtistSet":{"type":"object","properties":{"artist":{"type":"string"},"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetArtistSetResponse":{"type":"object"},"cardchain.cardchain.MsgSetArtworkAdd":{"type":"object","properties":{"creator":{"type":"string"},"image":{"type":"string","format":"byte"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetArtworkAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetCardAdd":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetCardAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetCardRemove":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetCardRemoveResponse":{"type":"object"},"cardchain.cardchain.MsgSetContributorAdd":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"user":{"type":"string"}}},"cardchain.cardchain.MsgSetContributorAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetContributorRemove":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"user":{"type":"string"}}},"cardchain.cardchain.MsgSetContributorRemoveResponse":{"type":"object"},"cardchain.cardchain.MsgSetCreate":{"type":"object","properties":{"artist":{"type":"string"},"contributors":{"type":"array","items":{"type":"string"}},"creator":{"type":"string"},"name":{"type":"string"},"storyWriter":{"type":"string"}}},"cardchain.cardchain.MsgSetCreateResponse":{"type":"object"},"cardchain.cardchain.MsgSetFinalize":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetFinalizeResponse":{"type":"object"},"cardchain.cardchain.MsgSetNameSet":{"type":"object","properties":{"creator":{"type":"string"},"name":{"type":"string"},"setId":{"type":"string","format":"uint64"}}},"cardchain.cardchain.MsgSetNameSetResponse":{"type":"object"},"cardchain.cardchain.MsgSetStoryAdd":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"story":{"type":"string"}}},"cardchain.cardchain.MsgSetStoryAddResponse":{"type":"object"},"cardchain.cardchain.MsgSetStoryWriterSet":{"type":"object","properties":{"creator":{"type":"string"},"setId":{"type":"string","format":"uint64"},"storyWriter":{"type":"string"}}},"cardchain.cardchain.MsgSetStoryWriterSetResponse":{"type":"object"},"cardchain.cardchain.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\noverwritten).","type":"string"},"params":{"description":"NOTE: All parameters must be supplied.","$ref":"#/definitions/cardchain.cardchain.Params"}}},"cardchain.cardchain.MsgUpdateParamsResponse":{"description":"MsgUpdateParamsResponse defines the response structure for executing a\nMsgUpdateParams message.","type":"object"},"cardchain.cardchain.MsgUserCreate":{"type":"object","properties":{"alias":{"type":"string"},"creator":{"type":"string"},"newUser":{"type":"string"}}},"cardchain.cardchain.MsgUserCreateResponse":{"type":"object"},"cardchain.cardchain.MsgZealyConnect":{"type":"object","properties":{"creator":{"type":"string"},"zealyId":{"type":"string"}}},"cardchain.cardchain.MsgZealyConnectResponse":{"type":"object"},"cardchain.cardchain.Outcome":{"type":"string","default":"Undefined","enum":["Undefined","AWon","BWon","Draw","Aborted"]},"cardchain.cardchain.Parameter":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"cardchain.cardchain.Params":{"description":"Params defines the parameters for the module.","type":"object","properties":{"activeSetsAmount":{"type":"string","format":"uint64"},"airDropMaxBlockHeight":{"type":"string","format":"int64"},"airDropValue":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"cardAuctionPriceReductionPeriod":{"type":"string","format":"int64"},"collateralDeposit":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"commonsPerPack":{"type":"string","format":"uint64"},"exceptionalDropRatio":{"type":"string","format":"uint64"},"gameVoteRatio":{"type":"string","format":"int64"},"hourlyFaucet":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"inflationRate":{"type":"string"},"matchWorkerDelay":{"type":"string","format":"uint64"},"rareDropRatio":{"type":"string","format":"uint64"},"raresPerPack":{"type":"string","format":"uint64"},"setCreationFee":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"setPrice":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"setSize":{"type":"string","format":"uint64"},"trialPeriod":{"type":"string","format":"uint64"},"trialVoteReward":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"unCommonsPerPack":{"type":"string","format":"uint64"},"uniqueDropRatio":{"type":"string","format":"uint64"},"votePoolFraction":{"type":"string","format":"int64"},"votingRewardCap":{"type":"string","format":"int64"},"votingRightsExpirationTime":{"type":"string","format":"int64"},"winnerReward":{"type":"string","format":"int64"}}},"cardchain.cardchain.QueryAccountFromZealyResponse":{"type":"object","properties":{"address":{"type":"string"}}},"cardchain.cardchain.QueryCardContentResponse":{"type":"object","properties":{"cardContent":{"$ref":"#/definitions/cardchain.cardchain.CardContent"}}},"cardchain.cardchain.QueryCardContentsResponse":{"type":"object","properties":{"cardContents":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.CardContent"}}}},"cardchain.cardchain.QueryCardResponse":{"type":"object","properties":{"card":{"$ref":"#/definitions/cardchain.cardchain.CardWithImage"}}},"cardchain.cardchain.QueryCardchainInfoResponse":{"type":"object","properties":{"activeSets":{"type":"array","items":{"type":"string","format":"uint64"}},"cardAuctionPrice":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"cardsNumber":{"type":"string","format":"uint64"},"councilsNumber":{"type":"string","format":"uint64"},"lastCardModified":{"type":"string","format":"uint64"},"matchesNumber":{"type":"string","format":"uint64"},"sellOffersNumber":{"type":"string","format":"uint64"}}},"cardchain.cardchain.QueryCardsResponse":{"type":"object","properties":{"cardIds":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.QueryCouncilResponse":{"type":"object","properties":{"council":{"$ref":"#/definitions/cardchain.cardchain.Council"}}},"cardchain.cardchain.QueryEncounterResponse":{"type":"object","properties":{"encounter":{"$ref":"#/definitions/cardchain.cardchain.Encounter"}}},"cardchain.cardchain.QueryEncounterWithImageResponse":{"type":"object","properties":{"encounter":{"$ref":"#/definitions/cardchain.cardchain.EncounterWithImage"}}},"cardchain.cardchain.QueryEncountersResponse":{"type":"object","properties":{"encounters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Encounter"}}}},"cardchain.cardchain.QueryEncountersWithImageResponse":{"type":"object","properties":{"encounters":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.EncounterWithImage"}}}},"cardchain.cardchain.QueryMatchResponse":{"type":"object","properties":{"match":{"$ref":"#/definitions/cardchain.cardchain.Match"}}},"cardchain.cardchain.QueryMatchesResponse":{"type":"object","properties":{"matchIds":{"type":"array","items":{"type":"string","format":"uint64"}},"matches":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.Match"}}}},"cardchain.cardchain.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/cardchain.cardchain.Params"}}},"cardchain.cardchain.QuerySellOfferResponse":{"type":"object","properties":{"sellOffer":{"$ref":"#/definitions/cardchain.cardchain.SellOffer"}}},"cardchain.cardchain.QuerySellOffersResponse":{"type":"object","properties":{"sellOfferIds":{"type":"array","items":{"type":"string","format":"uint64"}},"sellOffers":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.SellOffer"}}}},"cardchain.cardchain.QueryServerResponse":{"type":"object","properties":{"server":{"$ref":"#/definitions/cardchain.cardchain.Server"}}},"cardchain.cardchain.QuerySetRarityDistributionResponse":{"type":"object","properties":{"current":{"type":"array","items":{"type":"string","format":"uint64"}},"wanted":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.QuerySetResponse":{"type":"object","properties":{"set":{"$ref":"#/definitions/cardchain.cardchain.SetWithArtwork"}}},"cardchain.cardchain.QuerySetsResponse":{"type":"object","properties":{"setIds":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.QueryUserResponse":{"type":"object","properties":{"user":{"$ref":"#/definitions/cardchain.cardchain.User"}}},"cardchain.cardchain.QueryVotingResultsResponse":{"type":"object","properties":{"lastVotingResults":{"$ref":"#/definitions/cardchain.cardchain.VotingResults"}}},"cardchain.cardchain.Response":{"type":"string","default":"Yes","enum":["Yes","No","Suggestion"]},"cardchain.cardchain.SellOffer":{"type":"object","properties":{"buyer":{"type":"string"},"card":{"type":"string","format":"uint64"},"price":{"$ref":"#/definitions/cosmos.base.v1beta1.Coin"},"seller":{"type":"string"},"status":{"$ref":"#/definitions/cardchain.cardchain.SellOfferStatus"}}},"cardchain.cardchain.SellOfferStatus":{"type":"string","default":"empty","enum":["empty","open","sold","removed"]},"cardchain.cardchain.Server":{"type":"object","properties":{"invalidReports":{"type":"string","format":"uint64"},"reporter":{"type":"string"},"validReports":{"type":"string","format":"uint64"}}},"cardchain.cardchain.Set":{"type":"object","properties":{"artist":{"type":"string"},"artworkId":{"type":"string","format":"uint64"},"cards":{"type":"array","items":{"type":"string","format":"uint64"}},"contributors":{"type":"array","items":{"type":"string"}},"contributorsDistribution":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.AddrWithQuantity"}},"name":{"type":"string"},"rarities":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.InnerRarities"}},"status":{"$ref":"#/definitions/cardchain.cardchain.SetStatus"},"story":{"type":"string"},"storyWriter":{"type":"string"},"timeStamp":{"type":"string","format":"int64"}}},"cardchain.cardchain.SetStatus":{"type":"string","default":"undefined","enum":["undefined","design","finalized","active","archived"]},"cardchain.cardchain.SetWithArtwork":{"type":"object","properties":{"artwork":{"type":"string","format":"byte"},"set":{"$ref":"#/definitions/cardchain.cardchain.Set"}}},"cardchain.cardchain.SingleVote":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"voteType":{"$ref":"#/definitions/cardchain.cardchain.VoteType"}}},"cardchain.cardchain.User":{"type":"object","properties":{"airDrops":{"$ref":"#/definitions/cardchain.cardchain.AirDrops"},"alias":{"type":"string"},"biography":{"type":"string"},"boosterPacks":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.BoosterPack"}},"cards":{"type":"array","items":{"type":"string","format":"uint64"}},"councilStatus":{"$ref":"#/definitions/cardchain.cardchain.CouncilStatus"},"earlyAccess":{"$ref":"#/definitions/cardchain.cardchain.EarlyAccess"},"openEncounters":{"type":"array","items":{"type":"string","format":"uint64"}},"ownedCardSchemes":{"type":"array","items":{"type":"string","format":"uint64"}},"ownedPrototypes":{"type":"array","items":{"type":"string","format":"uint64"}},"profileCard":{"type":"string","format":"uint64"},"reportMatches":{"type":"boolean"},"votableCards":{"type":"array","items":{"type":"string","format":"uint64"}},"votedCards":{"type":"array","items":{"type":"string","format":"uint64"}},"website":{"type":"string"},"wonEncounters":{"type":"array","items":{"type":"string","format":"uint64"}}}},"cardchain.cardchain.VoteType":{"type":"string","default":"fairEnough","enum":["fairEnough","inappropriate","overpowered","underpowered"]},"cardchain.cardchain.VotingResult":{"type":"object","properties":{"cardId":{"type":"string","format":"uint64"},"fairEnoughVotes":{"type":"string","format":"uint64"},"inappropriateVotes":{"type":"string","format":"uint64"},"overpoweredVotes":{"type":"string","format":"uint64"},"result":{"type":"string"},"underpoweredVotes":{"type":"string","format":"uint64"}}},"cardchain.cardchain.VotingResults":{"type":"object","properties":{"cardResults":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.cardchain.VotingResult"}},"notes":{"type":"string"},"totalFairEnoughVotes":{"type":"string","format":"uint64"},"totalInappropriateVotes":{"type":"string","format":"uint64"},"totalOverpoweredVotes":{"type":"string","format":"uint64"},"totalUnderpoweredVotes":{"type":"string","format":"uint64"},"totalVotes":{"type":"string","format":"uint64"}}},"cardchain.cardchain.WrapClearResponse":{"type":"object","properties":{"response":{"$ref":"#/definitions/cardchain.cardchain.Response"},"suggestion":{"type":"string"},"user":{"type":"string"}}},"cardchain.cardchain.WrapHashResponse":{"type":"object","properties":{"hash":{"type":"string"},"user":{"type":"string"}}},"cardchain.featureflag.Flag":{"type":"object","properties":{"Module":{"type":"string"},"Name":{"type":"string"},"Set":{"type":"boolean"}}},"cardchain.featureflag.MsgSet":{"type":"object","properties":{"authority":{"type":"string"},"module":{"type":"string"},"name":{"type":"string"},"value":{"type":"boolean"}}},"cardchain.featureflag.MsgSetResponse":{"type":"object"},"cardchain.featureflag.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\noverwritten).","type":"string"},"params":{"description":"NOTE: All parameters must be supplied.","$ref":"#/definitions/cardchain.featureflag.Params"}}},"cardchain.featureflag.MsgUpdateParamsResponse":{"description":"MsgUpdateParamsResponse defines the response structure for executing a\nMsgUpdateParams message.","type":"object"},"cardchain.featureflag.Params":{"description":"Params defines the parameters for the module.","type":"object"},"cardchain.featureflag.QueryFlagResponse":{"type":"object","properties":{"flag":{"$ref":"#/definitions/cardchain.featureflag.Flag"}}},"cardchain.featureflag.QueryFlagsResponse":{"type":"object","properties":{"flags":{"type":"array","items":{"type":"object","$ref":"#/definitions/cardchain.featureflag.Flag"}}}},"cardchain.featureflag.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/cardchain.featureflag.Params"}}},"cosmos.base.v1beta1.Coin":{"description":"Coin defines a token with a denomination and an amount.\n\nNOTE: The amount field is an Int which implements the custom method\nsignatures required by gogoproto.","type":"object","properties":{"amount":{"type":"string"},"denom":{"type":"string"}}},"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"}}}},"tags":[{"name":"Query"},{"name":"Msg"}]} \ No newline at end of file diff --git a/proto/cardchain/cardchain/tx.proto b/proto/cardchain/cardchain/tx.proto index 428dc3df..3b1c6e23 100644 --- a/proto/cardchain/cardchain/tx.proto +++ b/proto/cardchain/cardchain/tx.proto @@ -71,6 +71,7 @@ service Msg { rpc EncounterEdit (MsgEncounterEdit) returns (MsgEncounterEditResponse); rpc EncounterDo (MsgEncounterDo) returns (MsgEncounterDoResponse); rpc EncounterClose (MsgEncounterClose) returns (MsgEncounterCloseResponse); + rpc EncounterDelete (MsgEncounterDelete) returns (MsgEncounterDeleteResponse); rpc EarlyAccessDisinvite (MsgEarlyAccessDisinvite) returns (MsgEarlyAccessDisinviteResponse); rpc CardBan (MsgCardBan) returns (MsgCardBanResponse); rpc EarlyAccessGrant (MsgEarlyAccessGrant) returns (MsgEarlyAccessGrantResponse); @@ -78,6 +79,8 @@ service Msg { rpc CardCopyrightClaim (MsgCardCopyrightClaim) returns (MsgCardCopyrightClaimResponse); // EncounterEdit defines the EncounterEdit RPC. + + // EncounterDelete defines the EncounterDelete RPC. } // MsgUpdateParams is the Msg/UpdateParams request type. message MsgUpdateParams { @@ -119,12 +122,12 @@ message MsgCardSchemeBuyResponse { message MsgCardSaveContent { option (cosmos.msg.v1.signer) = "creator"; - string creator = 1; - uint64 cardId = 2; - bytes content = 3; - string notes = 4; - string artist = 5; - bool balanceAnchor = 6; + string creator = 1; + uint64 cardId = 2; + bytes content = 3; + string notes = 4; + string artist = 5; + bool balanceAnchor = 6; repeated Parameter parameters = 7; } @@ -507,18 +510,17 @@ message MsgEncounterCreateResponse {} // MsgEncounterEdit defines the MsgEncounterEdit message. message MsgEncounterEdit { option (cosmos.msg.v1.signer) = "creator"; - string creator = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; - uint64 id = 2; - string name = 3; - repeated uint64 drawlist = 4; + string creator = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; + uint64 id = 2; + string name = 3; + repeated uint64 drawlist = 4; repeated Parameter parameters = 5; - bytes image = 6; + bytes image = 6; } // MsgEncounterEditResponse defines the MsgEncounterEditResponse message. message MsgEncounterEditResponse {} - message MsgEncounterDo { option (cosmos.msg.v1.signer) = "creator"; string creator = 1; @@ -577,3 +579,14 @@ message MsgCardCopyrightClaim { } message MsgCardCopyrightClaimResponse {} + +// MsgEncounterDelete defines the MsgEncounterDelete message. +message MsgEncounterDelete { + option (cosmos.msg.v1.signer) = "creator"; + string creator = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; + uint64 id = 2; +} + +// MsgEncounterDeleteResponse defines the MsgEncounterDeleteResponse message. +message MsgEncounterDeleteResponse {} + diff --git a/x/cardchain/keeper/msg_server_encounter_delete.go b/x/cardchain/keeper/msg_server_encounter_delete.go new file mode 100644 index 00000000..a06e8978 --- /dev/null +++ b/x/cardchain/keeper/msg_server_encounter_delete.go @@ -0,0 +1,30 @@ +package keeper + +import ( + "context" + + errorsmod "cosmossdk.io/errors" + "github.com/DecentralCardGame/cardchain/x/cardchain/types" + sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/cosmos/cosmos-sdk/types/errors" +) + +func (k msgServer) EncounterDelete(goCtx context.Context, msg *types.MsgEncounterDelete) (*types.MsgEncounterDeleteResponse, error) { + ctx := sdk.UnwrapSDKContext(goCtx) + + if _, err := k.addressCodec.StringToBytes(msg.Creator); err != nil { + return nil, errorsmod.Wrap(err, "invalid authority address") + } + + encounter := k.Encounterk.Get(ctx, msg.Id) + + if encounter.Owner != msg.Creator { + return nil, errorsmod.Wrap(errors.ErrUnauthorized, "incorrect owner") + + } + + k.Images.Set(ctx, encounter.ImageId, nil) + k.Encounterk.Set(ctx, msg.Id, nil) + + return &types.MsgEncounterDeleteResponse{}, nil +} diff --git a/x/cardchain/module/autocli.go b/x/cardchain/module/autocli.go index cbccf450..953f9c0a 100644 --- a/x/cardchain/module/autocli.go +++ b/x/cardchain/module/autocli.go @@ -490,7 +490,13 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions { PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "cardId"}}, }, - // this line is used by ignite scaffolding # autocli/tx + { + RpcMethod: "EncounterDelete", + Use: "encounter-delete [id]", + Short: "Send a EncounterDelete tx", + PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "id"}}, + }, + // this line is used by ignite scaffolding # autocli/tx }, }, } diff --git a/x/cardchain/module/simulation.go b/x/cardchain/module/simulation.go index 8e2add48..eae98ee2 100644 --- a/x/cardchain/module/simulation.go +++ b/x/cardchain/module/simulation.go @@ -825,6 +825,21 @@ func (am AppModule) WeightedOperations(simState module.SimulationState) []simtyp weightMsgEncounterEdit, cardchainsimulation.SimulateMsgEncounterEdit(am.accountKeeper, am.bankKeeper, am.keeper), )) + const ( + opWeightMsgEncounterDelete = "op_weight_msg_cardchain" + defaultWeightMsgEncounterDelete int = 100 + ) + + var weightMsgEncounterDelete int + simState.AppParams.GetOrGenerate(opWeightMsgEncounterDelete, &weightMsgEncounterDelete, nil, + func(_ *rand.Rand) { + weightMsgEncounterDelete = defaultWeightMsgEncounterDelete + }, + ) + operations = append(operations, simulation.NewWeightedOperation( + weightMsgEncounterDelete, + cardchainsimulation.SimulateMsgEncounterDelete(am.accountKeeper, am.bankKeeper, am.keeper), + )) // this line is used by starport scaffolding # simapp/module/operation diff --git a/x/cardchain/simulation/encounter_delete.go b/x/cardchain/simulation/encounter_delete.go new file mode 100644 index 00000000..8fe92e0e --- /dev/null +++ b/x/cardchain/simulation/encounter_delete.go @@ -0,0 +1,30 @@ +package simulation + +import ( + "math/rand" + + "github.com/cosmos/cosmos-sdk/baseapp" + sdk "github.com/cosmos/cosmos-sdk/types" + simtypes "github.com/cosmos/cosmos-sdk/types/simulation" + + "github.com/DecentralCardGame/cardchain/x/cardchain/keeper" + "github.com/DecentralCardGame/cardchain/x/cardchain/types" +) + +func SimulateMsgEncounterDelete( + ak types.AccountKeeper, + bk types.BankKeeper, + k keeper.Keeper, +) simtypes.Operation { + return func(r *rand.Rand, app *baseapp.BaseApp, ctx sdk.Context, accs []simtypes.Account, chainID string, + ) (simtypes.OperationMsg, []simtypes.FutureOperation, error) { + simAccount, _ := simtypes.RandomAcc(r, accs) + msg := &types.MsgEncounterDelete{ + Creator: simAccount.Address.String(), + } + + // TODO: Handle the EncounterDelete simulation + + return simtypes.NoOpMsg(types.ModuleName, sdk.MsgTypeURL(msg), "EncounterDelete simulation not implemented"), nil, nil + } +} diff --git a/x/cardchain/types/codec.go b/x/cardchain/types/codec.go index c5085fd5..785862c5 100644 --- a/x/cardchain/types/codec.go +++ b/x/cardchain/types/codec.go @@ -8,6 +8,10 @@ import ( ) func RegisterInterfaces(registrar cdctypes.InterfaceRegistry) { + registrar.RegisterImplementations((*sdk.Msg)(nil), + &MsgEncounterDelete{}, + ) + registrar.RegisterImplementations((*sdk.Msg)(nil), &MsgEncounterEdit{}, ) @@ -170,4 +174,4 @@ func RegisterInterfaces(registrar cdctypes.InterfaceRegistry) { &MsgUpdateParams{}, ) msgservice.RegisterMsgServiceDesc(registrar, &_Msg_serviceDesc) -} +} \ No newline at end of file diff --git a/x/cardchain/types/tx.pb.go b/x/cardchain/types/tx.pb.go index 6ff78421..838438fb 100644 --- a/x/cardchain/types/tx.pb.go +++ b/x/cardchain/types/tx.pb.go @@ -5136,6 +5136,96 @@ func (m *MsgCardCopyrightClaimResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgCardCopyrightClaimResponse proto.InternalMessageInfo +// MsgEncounterDelete defines the MsgEncounterDelete message. +type MsgEncounterDelete struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` +} + +func (m *MsgEncounterDelete) Reset() { *m = MsgEncounterDelete{} } +func (m *MsgEncounterDelete) String() string { return proto.CompactTextString(m) } +func (*MsgEncounterDelete) ProtoMessage() {} +func (*MsgEncounterDelete) Descriptor() ([]byte, []int) { + return fileDescriptor_3b4a3aba0ac94bc8, []int{106} +} +func (m *MsgEncounterDelete) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgEncounterDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgEncounterDelete.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgEncounterDelete) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgEncounterDelete.Merge(m, src) +} +func (m *MsgEncounterDelete) XXX_Size() int { + return m.Size() +} +func (m *MsgEncounterDelete) XXX_DiscardUnknown() { + xxx_messageInfo_MsgEncounterDelete.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgEncounterDelete proto.InternalMessageInfo + +func (m *MsgEncounterDelete) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgEncounterDelete) GetId() uint64 { + if m != nil { + return m.Id + } + return 0 +} + +// MsgEncounterDeleteResponse defines the MsgEncounterDeleteResponse message. +type MsgEncounterDeleteResponse struct { +} + +func (m *MsgEncounterDeleteResponse) Reset() { *m = MsgEncounterDeleteResponse{} } +func (m *MsgEncounterDeleteResponse) String() string { return proto.CompactTextString(m) } +func (*MsgEncounterDeleteResponse) ProtoMessage() {} +func (*MsgEncounterDeleteResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_3b4a3aba0ac94bc8, []int{107} +} +func (m *MsgEncounterDeleteResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgEncounterDeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgEncounterDeleteResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgEncounterDeleteResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgEncounterDeleteResponse.Merge(m, src) +} +func (m *MsgEncounterDeleteResponse) XXX_Size() int { + return m.Size() +} +func (m *MsgEncounterDeleteResponse) XXX_DiscardUnknown() { + xxx_messageInfo_MsgEncounterDeleteResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgEncounterDeleteResponse proto.InternalMessageInfo + func init() { proto.RegisterType((*MsgUpdateParams)(nil), "cardchain.cardchain.MsgUpdateParams") proto.RegisterType((*MsgUpdateParamsResponse)(nil), "cardchain.cardchain.MsgUpdateParamsResponse") @@ -5243,199 +5333,204 @@ func init() { proto.RegisterType((*MsgSetActivateResponse)(nil), "cardchain.cardchain.MsgSetActivateResponse") proto.RegisterType((*MsgCardCopyrightClaim)(nil), "cardchain.cardchain.MsgCardCopyrightClaim") proto.RegisterType((*MsgCardCopyrightClaimResponse)(nil), "cardchain.cardchain.MsgCardCopyrightClaimResponse") + proto.RegisterType((*MsgEncounterDelete)(nil), "cardchain.cardchain.MsgEncounterDelete") + proto.RegisterType((*MsgEncounterDeleteResponse)(nil), "cardchain.cardchain.MsgEncounterDeleteResponse") } func init() { proto.RegisterFile("cardchain/cardchain/tx.proto", fileDescriptor_3b4a3aba0ac94bc8) } var fileDescriptor_3b4a3aba0ac94bc8 = []byte{ - // 2992 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5b, 0x4f, 0x6f, 0x1b, 0xc7, - 0x15, 0x37, 0x45, 0x51, 0x7f, 0xc6, 0xb2, 0x9c, 0xac, 0x15, 0x9b, 0x5e, 0xdb, 0x92, 0x4c, 0x4b, - 0xb6, 0x6c, 0xcb, 0x52, 0x2c, 0xc7, 0x4e, 0x6a, 0xb4, 0x2e, 0x44, 0xc9, 0x0d, 0x02, 0x54, 0xb1, - 0xbb, 0x6c, 0x92, 0x3a, 0x2d, 0x1a, 0x0c, 0x97, 0x23, 0x6a, 0x2b, 0x72, 0x97, 0xd9, 0x5d, 0x52, - 0x91, 0x81, 0x00, 0x85, 0x7b, 0x29, 0xda, 0x4b, 0x3f, 0x40, 0x2f, 0xbd, 0xe5, 0x54, 0x18, 0x68, - 0x3f, 0x41, 0x7b, 0xc9, 0xa1, 0x87, 0x20, 0xa7, 0x9e, 0x8a, 0xc2, 0x3e, 0x18, 0xed, 0xa7, 0x28, - 0xe6, 0xcf, 0xce, 0xce, 0x0e, 0x67, 0x66, 0x97, 0x74, 0x73, 0x49, 0x38, 0xb3, 0xbf, 0x79, 0xef, - 0xcd, 0x9b, 0xf7, 0xe6, 0xbd, 0x79, 0xcf, 0x02, 0x17, 0x5d, 0x18, 0xb6, 0xdc, 0x03, 0xe8, 0xf9, - 0x9b, 0xe9, 0xaf, 0xf8, 0x8b, 0x8d, 0x5e, 0x18, 0xc4, 0x81, 0x75, 0x86, 0xcf, 0x6d, 0xf0, 0x5f, - 0xf6, 0x9b, 0xb0, 0xeb, 0xf9, 0xc1, 0x26, 0xf9, 0x2f, 0xc5, 0xd9, 0xe7, 0xdc, 0x20, 0xea, 0x06, - 0xd1, 0x66, 0x37, 0x6a, 0x6f, 0x0e, 0x6e, 0xe3, 0xff, 0xb1, 0x0f, 0xe7, 0xe9, 0x87, 0xcf, 0xc8, - 0x68, 0x93, 0x0e, 0xd8, 0xa7, 0x85, 0x76, 0xd0, 0x0e, 0xe8, 0x3c, 0xfe, 0xc5, 0x66, 0x97, 0x55, - 0xf2, 0xf4, 0x60, 0x08, 0xbb, 0xc9, 0xba, 0x45, 0xc6, 0xab, 0x09, 0x23, 0xb4, 0x39, 0xb8, 0xdd, - 0x44, 0x31, 0xbc, 0xbd, 0xe9, 0x06, 0x9e, 0x6f, 0xa2, 0x30, 0x08, 0x62, 0xcf, 0x4f, 0x84, 0x5a, - 0x52, 0x21, 0xba, 0x30, 0x76, 0x0f, 0x18, 0xe0, 0xb2, 0x0a, 0xe0, 0x06, 0x7d, 0xdf, 0xf5, 0x3a, - 0x0c, 0x72, 0x45, 0x05, 0x41, 0x3e, 0x06, 0xc5, 0x28, 0xe4, 0xa2, 0xaa, 0xe8, 0xc0, 0xb0, 0x65, - 0x22, 0x42, 0x36, 0x8b, 0x38, 0x91, 0xda, 0xdf, 0x4b, 0xe0, 0xf4, 0x5e, 0xd4, 0xfe, 0xa8, 0xd7, - 0x82, 0x31, 0x7a, 0x4c, 0x34, 0x61, 0xdd, 0x03, 0xb3, 0xb0, 0x1f, 0x1f, 0x04, 0xa1, 0x17, 0x1f, - 0x57, 0x4b, 0xcb, 0xa5, 0xb5, 0xd9, 0x7a, 0xf5, 0xdb, 0xbf, 0xde, 0x5a, 0x60, 0x0a, 0xde, 0x6e, - 0xb5, 0x42, 0x14, 0x45, 0x8d, 0x38, 0xf4, 0xfc, 0xb6, 0x93, 0x42, 0xad, 0x07, 0x60, 0x8a, 0xea, - 0xb2, 0x3a, 0xb1, 0x5c, 0x5a, 0x3b, 0xb9, 0x75, 0x61, 0x43, 0x71, 0xc0, 0x1b, 0x94, 0x49, 0x7d, - 0xf6, 0xeb, 0x7f, 0x2d, 0x9d, 0xf8, 0xea, 0xd5, 0xf3, 0x1b, 0x25, 0x87, 0xad, 0xba, 0xff, 0xde, - 0xb3, 0x57, 0xcf, 0x6f, 0xa4, 0xf4, 0x7e, 0xf7, 0xea, 0xf9, 0x8d, 0xd5, 0x54, 0xf2, 0x2f, 0x84, - 0x5d, 0x48, 0x12, 0xd7, 0xce, 0x83, 0x73, 0xd2, 0x94, 0x83, 0xa2, 0x5e, 0xe0, 0x47, 0xa8, 0xd6, - 0x06, 0xa7, 0xf0, 0xa7, 0x08, 0x85, 0x3b, 0x21, 0x82, 0x31, 0xb2, 0xaa, 0x60, 0xda, 0xc5, 0xbf, - 0x82, 0x90, 0xee, 0xcd, 0x49, 0x86, 0xf8, 0x8b, 0x8f, 0x8e, 0x30, 0x94, 0x6c, 0x60, 0xd6, 0x49, - 0x86, 0xd6, 0x02, 0xa8, 0xc0, 0x8e, 0x07, 0xa3, 0x6a, 0x99, 0xcc, 0xd3, 0xc1, 0xfd, 0x39, 0x2c, - 0x6f, 0xb2, 0xba, 0x76, 0x0e, 0xbc, 0x95, 0x61, 0xc4, 0x25, 0xe8, 0x82, 0x37, 0xf6, 0xa2, 0xf6, - 0x0e, 0x0c, 0x5b, 0x0d, 0xf7, 0x00, 0x75, 0x51, 0xbd, 0x7f, 0x6c, 0x10, 0xe2, 0x36, 0x28, 0x37, - 0xbd, 0x16, 0xd3, 0xe0, 0xf9, 0x0d, 0xa6, 0x73, 0x6c, 0x8e, 0x1b, 0xcc, 0x1c, 0x37, 0x76, 0x02, - 0xcf, 0xaf, 0x4f, 0x62, 0xfd, 0x39, 0x18, 0x2b, 0xc9, 0xb1, 0x05, 0xaa, 0x32, 0xbb, 0x44, 0x14, - 0xeb, 0x2c, 0x98, 0xc2, 0x4a, 0xfc, 0xa0, 0x45, 0xb8, 0x4e, 0x3a, 0x6c, 0x54, 0x7b, 0x36, 0x01, - 0xac, 0x64, 0x11, 0x1c, 0xa0, 0x9d, 0xc0, 0x8f, 0x91, 0x1f, 0x1b, 0xa4, 0x4c, 0x09, 0x4d, 0x88, - 0x84, 0xc8, 0x0a, 0xba, 0x98, 0xa8, 0x6a, 0xce, 0x49, 0x86, 0x58, 0x85, 0x7e, 0x10, 0xa3, 0xa8, - 0x3a, 0x49, 0x55, 0x48, 0x06, 0x98, 0x0e, 0x0c, 0x63, 0x2f, 0x8a, 0xab, 0x15, 0x32, 0xcd, 0x46, - 0xd6, 0x0a, 0x38, 0xd5, 0x84, 0x1d, 0xe8, 0xbb, 0x68, 0xdb, 0x77, 0x0f, 0x82, 0xb0, 0x3a, 0xb5, - 0x5c, 0x5a, 0x9b, 0x71, 0xb2, 0x93, 0xd6, 0x03, 0x00, 0xb8, 0x3d, 0x47, 0xd5, 0xe9, 0xe5, 0xf2, - 0xda, 0xc9, 0xad, 0x45, 0xbd, 0xd1, 0x61, 0x98, 0x23, 0xac, 0x90, 0x14, 0xb7, 0x0b, 0xec, 0x61, - 0x1d, 0x70, 0xd5, 0x5d, 0x05, 0xf3, 0xd0, 0x0b, 0x5b, 0x61, 0xd0, 0xdb, 0xe9, 0x40, 0xaf, 0x8b, - 0xa8, 0x0a, 0x67, 0x1c, 0x69, 0xb6, 0xf6, 0x2b, 0x70, 0x92, 0x51, 0xf9, 0x38, 0x30, 0x5a, 0xdb, - 0x1d, 0x30, 0x39, 0x08, 0x62, 0xc4, 0x4e, 0x7a, 0x49, 0x29, 0x76, 0xc3, 0xf3, 0xdb, 0x1d, 0x84, - 0x09, 0x39, 0x04, 0x2c, 0x49, 0xfc, 0x03, 0x70, 0x46, 0xe0, 0x35, 0xb2, 0xa8, 0x5d, 0xe2, 0xfa, - 0x78, 0xf9, 0x4f, 0x43, 0xe8, 0x47, 0xfb, 0x28, 0x1c, 0xe3, 0xc4, 0x6d, 0x30, 0x13, 0x22, 0x17, - 0x79, 0x03, 0x14, 0x32, 0xef, 0xe0, 0x63, 0x49, 0x5a, 0xea, 0xa4, 0x22, 0x3b, 0xee, 0x22, 0xbf, - 0x2d, 0x11, 0x2f, 0xc5, 0xdf, 0x76, 0x03, 0xdf, 0xec, 0xa5, 0x3a, 0x41, 0xde, 0x05, 0x53, 0xb0, - 0x8b, 0x2f, 0x48, 0x22, 0x46, 0x01, 0xdf, 0x61, 0x70, 0xa5, 0x1b, 0xa7, 0x92, 0x70, 0x19, 0x7f, - 0x53, 0x02, 0x6f, 0xb2, 0x2f, 0xdb, 0x61, 0x7c, 0x14, 0x84, 0x87, 0xdb, 0xad, 0xd6, 0x18, 0x72, - 0x2e, 0x80, 0x8a, 0xd7, 0x85, 0x6d, 0xc4, 0x1c, 0x84, 0x0e, 0x30, 0x9d, 0xfd, 0x7e, 0xa7, 0xb3, - 0x1d, 0xc6, 0xc4, 0x41, 0x66, 0x9c, 0x64, 0x28, 0x89, 0x77, 0x01, 0x9c, 0x1f, 0x12, 0x42, 0xb8, - 0x69, 0xce, 0xa4, 0x1f, 0xbd, 0x28, 0xde, 0x39, 0x80, 0x7e, 0x7b, 0x1c, 0x5d, 0xa6, 0x6e, 0x59, - 0x16, 0xdd, 0x52, 0x92, 0xe5, 0x12, 0xb8, 0xa0, 0x60, 0xc7, 0xa5, 0xf9, 0x3e, 0xbd, 0x53, 0x68, - 0x60, 0x73, 0x50, 0xdb, 0x8b, 0x62, 0x93, 0x85, 0x49, 0xc4, 0x2f, 0x52, 0x6f, 0xcc, 0xae, 0xe6, - 0xb4, 0x1f, 0x80, 0x85, 0xf4, 0xeb, 0x2e, 0x0a, 0x47, 0xa5, 0xbe, 0x08, 0x2e, 0xaa, 0xd6, 0x73, - 0xfa, 0xdf, 0x96, 0xc0, 0xfc, 0x5e, 0xd4, 0xde, 0xc3, 0x61, 0xdb, 0x41, 0xbd, 0x20, 0x8c, 0xcd, - 0x71, 0x83, 0xc4, 0x77, 0xae, 0xc6, 0x64, 0x68, 0xd5, 0xc0, 0x5c, 0xaf, 0x03, 0x8f, 0x51, 0x0b, - 0x2b, 0x29, 0xda, 0xae, 0x96, 0x97, 0xcb, 0x6b, 0x93, 0x4e, 0x66, 0x4e, 0xc2, 0xd4, 0xab, 0x93, - 0x43, 0x98, 0xba, 0x75, 0x0f, 0x4c, 0x07, 0xfd, 0xd8, 0x0d, 0xba, 0x88, 0xdc, 0x93, 0xf3, 0x5b, - 0x17, 0x95, 0xd7, 0xc5, 0x23, 0x8a, 0x71, 0x12, 0xb0, 0xb4, 0xe9, 0x2a, 0x38, 0x9b, 0xdd, 0x13, - 0xdf, 0xae, 0x43, 0x43, 0x14, 0x55, 0x47, 0x6e, 0x9c, 0xd4, 0x58, 0x8d, 0xc4, 0xcd, 0xa6, 0x71, - 0x48, 0xa4, 0xc9, 0xf9, 0x7d, 0x49, 0xae, 0x02, 0x41, 0x12, 0x14, 0x6e, 0xf7, 0x7a, 0x81, 0xe7, - 0xc7, 0x63, 0x27, 0x1f, 0xe4, 0x1e, 0xa2, 0xa4, 0x58, 0xf4, 0xe6, 0xe3, 0xfb, 0xf3, 0xd9, 0xc4, - 0xa2, 0x76, 0x19, 0x2c, 0x69, 0xd8, 0x73, 0x09, 0xbf, 0x2a, 0x81, 0xb9, 0xbd, 0xa8, 0xdd, 0x40, - 0x71, 0xae, 0x3a, 0x2c, 0x30, 0xe9, 0xc3, 0x2e, 0x62, 0x5c, 0xc9, 0x6f, 0x9d, 0x03, 0x59, 0xcb, - 0xe0, 0x64, 0x14, 0x07, 0xe1, 0xf1, 0x27, 0xa1, 0x87, 0x05, 0xa5, 0xb1, 0x50, 0x9c, 0xc2, 0xe6, - 0x80, 0x43, 0x66, 0xe8, 0x35, 0xfb, 0x71, 0x10, 0x46, 0xd5, 0xca, 0x72, 0x79, 0x6d, 0xd6, 0xc9, - 0xcc, 0x49, 0x8a, 0x3e, 0x4b, 0x7c, 0x81, 0x4b, 0xca, 0xb7, 0x80, 0xc8, 0x9d, 0x8a, 0xe7, 0xb1, - 0x87, 0x1a, 0xef, 0xaa, 0x05, 0x50, 0x89, 0x50, 0xcc, 0x0f, 0x94, 0x0e, 0x84, 0x73, 0x2e, 0x1b, - 0xce, 0x99, 0x5e, 0x98, 0x29, 0x1b, 0xce, 0xff, 0x80, 0x18, 0x15, 0xfb, 0xe0, 0xa0, 0x6e, 0x30, - 0x40, 0xdf, 0x91, 0x08, 0xd4, 0xd4, 0x32, 0x9c, 0x04, 0x29, 0x12, 0xed, 0xa4, 0x1a, 0x1c, 0x47, - 0x19, 0x16, 0x98, 0xec, 0x47, 0x3c, 0xc6, 0x91, 0xdf, 0xca, 0x3b, 0x65, 0x88, 0x13, 0x97, 0xe4, - 0x90, 0x18, 0x7d, 0xf6, 0xfb, 0x98, 0x6a, 0xc9, 0x17, 0x86, 0x9a, 0xb8, 0x8a, 0x19, 0x97, 0xe7, - 0x43, 0x72, 0xc5, 0x35, 0x50, 0xfc, 0x23, 0xcf, 0x87, 0x1d, 0xef, 0xe9, 0xc8, 0x62, 0x28, 0xaf, - 0x17, 0x81, 0x1e, 0xe7, 0xb4, 0x9f, 0x58, 0x42, 0xa1, 0xc0, 0xa9, 0xde, 0xb2, 0x32, 0x6c, 0xea, - 0xec, 0x40, 0x11, 0x1b, 0x5b, 0xc9, 0x6e, 0x1b, 0xd8, 0xd9, 0xc6, 0x94, 0x80, 0x38, 0x6a, 0xf2, - 0x08, 0x20, 0x03, 0x9d, 0x0e, 0x12, 0x2e, 0x9c, 0xff, 0x4f, 0x48, 0xf6, 0x50, 0x0f, 0x02, 0x1c, - 0x67, 0x1e, 0x43, 0xf7, 0xd0, 0xfc, 0x0c, 0x28, 0xa2, 0xf0, 0x1d, 0x92, 0x0b, 0x64, 0x49, 0x8e, - 0x9c, 0x04, 0xfe, 0xbe, 0x44, 0xc2, 0x74, 0x03, 0x75, 0x3a, 0x8f, 0xf6, 0xf7, 0x0b, 0xbc, 0x92, - 0x74, 0x39, 0xc3, 0x5d, 0x50, 0xe9, 0x85, 0x9e, 0x8b, 0x8a, 0xa6, 0x5f, 0x14, 0xad, 0x8c, 0xfa, - 0x92, 0x30, 0x5c, 0x87, 0x3f, 0x27, 0x09, 0x2b, 0xff, 0x6a, 0xd6, 0x20, 0xbe, 0x6a, 0x13, 0x24, - 0x17, 0x56, 0x9c, 0x52, 0xa6, 0xa7, 0x22, 0x71, 0xce, 0xf7, 0x97, 0x59, 0x15, 0xe5, 0x3a, 0xed, - 0xa8, 0xac, 0xa5, 0x5d, 0x4b, 0x7e, 0xfa, 0xa7, 0x12, 0x7f, 0x40, 0x3a, 0x10, 0xc7, 0xaf, 0x06, - 0x8a, 0xc7, 0xcb, 0x3b, 0xa9, 0x45, 0x95, 0x45, 0xa3, 0x7e, 0x17, 0x4c, 0x85, 0x84, 0x28, 0x89, - 0x45, 0xf3, 0x9a, 0x77, 0x48, 0xca, 0xdb, 0x61, 0x70, 0x75, 0xb0, 0x17, 0x45, 0xe4, 0xf2, 0xff, - 0xb1, 0x24, 0x66, 0x02, 0xc9, 0xf4, 0x4e, 0xd0, 0xed, 0x7a, 0xa6, 0x7d, 0x5c, 0x04, 0xb3, 0xac, - 0x28, 0xc2, 0xb7, 0x92, 0x4e, 0xd0, 0x70, 0x4f, 0x29, 0xa5, 0xcf, 0x0e, 0x66, 0xfa, 0x8b, 0x00, - 0x44, 0xfd, 0x76, 0x1b, 0x45, 0xb1, 0x17, 0xf8, 0x2c, 0xc6, 0x0a, 0x33, 0x92, 0xe8, 0x35, 0xb0, - 0xac, 0x93, 0x8e, 0x6f, 0xe1, 0x2f, 0xca, 0x2d, 0x38, 0x68, 0x80, 0x60, 0x67, 0xec, 0x2d, 0x7c, - 0x4f, 0xda, 0xc2, 0xfc, 0xd6, 0x25, 0xa5, 0xf2, 0x39, 0xbb, 0x74, 0x87, 0x67, 0xc1, 0x54, 0x84, - 0xdc, 0x10, 0xc5, 0x6c, 0x77, 0x6c, 0x54, 0x64, 0x67, 0x54, 0x68, 0xbe, 0xb3, 0x27, 0xf4, 0x51, - 0xc3, 0x31, 0x31, 0x0c, 0xc7, 0x3e, 0x14, 0xf5, 0x53, 0x25, 0x43, 0x9a, 0xf3, 0xfd, 0x07, 0xad, - 0x3b, 0x91, 0x1c, 0x6c, 0x27, 0xf0, 0xf7, 0xbd, 0xb0, 0x3b, 0x56, 0x86, 0x2d, 0x64, 0xc6, 0xe5, - 0x11, 0x32, 0x63, 0xeb, 0x87, 0x00, 0xe0, 0x07, 0x35, 0x4d, 0xb0, 0x49, 0xce, 0x5d, 0xe0, 0x0d, - 0x2e, 0x2c, 0x51, 0x5e, 0x1e, 0xe2, 0x6e, 0xf8, 0x4e, 0x1b, 0x44, 0xc3, 0x8f, 0xc3, 0x60, 0xdf, - 0xeb, 0x20, 0x52, 0x5d, 0x18, 0xc7, 0x7d, 0x95, 0xba, 0xcd, 0x12, 0xe5, 0x1c, 0x7f, 0x46, 0x52, - 0x1e, 0xf6, 0xf1, 0x13, 0xd4, 0x8c, 0xbc, 0x18, 0x99, 0x99, 0x56, 0xc1, 0xf4, 0x11, 0xc5, 0x25, - 0x95, 0x2f, 0x36, 0x54, 0xa6, 0x38, 0x43, 0x94, 0x39, 0xe7, 0x1f, 0x93, 0x9b, 0x8a, 0x7d, 0xaf, - 0x7b, 0x81, 0x99, 0xeb, 0x1b, 0xa0, 0xdc, 0xf4, 0x02, 0xc6, 0x11, 0xff, 0x54, 0x5e, 0x2a, 0x19, - 0x6a, 0x9c, 0x53, 0x93, 0x5c, 0xc9, 0x42, 0xec, 0x7b, 0xd4, 0x43, 0xbe, 0x81, 0xd7, 0x0a, 0x38, - 0xd5, 0x4c, 0xc1, 0x5c, 0xbb, 0xd9, 0x49, 0x89, 0xff, 0x3d, 0x72, 0x2d, 0x4b, 0x3c, 0x78, 0x80, - 0xc5, 0xbc, 0xc8, 0xd1, 0x44, 0xd5, 0x12, 0x79, 0xb2, 0x25, 0xc3, 0xda, 0xb3, 0x12, 0xc9, 0x02, - 0x84, 0x85, 0x05, 0xea, 0x2b, 0x85, 0x04, 0x1c, 0xa1, 0xda, 0xb2, 0x0c, 0x16, 0xd5, 0x32, 0x70, - 0x15, 0x0e, 0x92, 0xcc, 0xb8, 0x91, 0x3e, 0x3f, 0xcc, 0x07, 0xa6, 0xce, 0x8b, 0xa4, 0x37, 0x4d, - 0x79, 0xe8, 0x4d, 0xa3, 0xcb, 0x93, 0xb3, 0x7c, 0x85, 0x8a, 0xed, 0x69, 0x9e, 0xc5, 0x79, 0x51, - 0x3c, 0x8e, 0x48, 0xc5, 0xea, 0x17, 0x49, 0xc4, 0x4f, 0x19, 0x71, 0x19, 0x3e, 0xe7, 0x21, 0x17, - 0x3b, 0xfe, 0x5e, 0xbf, 0x13, 0x7b, 0x06, 0x21, 0xee, 0x82, 0xca, 0x80, 0xd4, 0x36, 0x27, 0x8a, - 0xdd, 0x23, 0x14, 0x2d, 0x49, 0x53, 0xe7, 0x21, 0x94, 0xb3, 0x1c, 0x39, 0x99, 0xfb, 0x33, 0x7d, - 0xb5, 0x92, 0x7b, 0x28, 0xc7, 0x21, 0xaa, 0x60, 0x9a, 0x94, 0x18, 0xc2, 0xed, 0xc4, 0xe5, 0xd9, - 0x30, 0xfd, 0x52, 0x67, 0xda, 0x4b, 0x86, 0xf8, 0xa4, 0x19, 0x68, 0x17, 0xb9, 0x87, 0xac, 0x52, - 0x21, 0x4e, 0xa5, 0x88, 0x3a, 0x41, 0x54, 0x44, 0x04, 0x99, 0x92, 0x36, 0xfd, 0x36, 0xb1, 0x41, - 0x2e, 0xaf, 0xe8, 0x5c, 0xc9, 0x85, 0x5f, 0xca, 0x5c, 0xf8, 0x35, 0x98, 0xbc, 0x6a, 0x3f, 0x84, - 0x5d, 0x34, 0x8e, 0x6d, 0x24, 0xcf, 0xf5, 0x72, 0xfa, 0x5c, 0xd7, 0xbd, 0x68, 0x19, 0x0b, 0xa1, - 0x4c, 0x62, 0xa5, 0x17, 0xd2, 0x76, 0xc7, 0x83, 0x51, 0xae, 0x00, 0xb4, 0x6d, 0x30, 0xa1, 0x6f, - 0x1b, 0xd0, 0xdc, 0x4f, 0xa2, 0x29, 0x70, 0xc4, 0xfa, 0x79, 0x08, 0xc3, 0xce, 0xf1, 0xb6, 0xeb, - 0xa2, 0x28, 0xfa, 0xc0, 0x1f, 0x78, 0x79, 0xd5, 0x88, 0x7e, 0xda, 0xc1, 0xd0, 0xbf, 0x53, 0x87, - 0x68, 0x0a, 0x01, 0x0b, 0xfb, 0xdf, 0xa7, 0x08, 0x76, 0x8e, 0x77, 0x02, 0xdf, 0x47, 0x6e, 0x4e, - 0xe4, 0x78, 0x8a, 0x91, 0x4c, 0xcb, 0xb3, 0x4e, 0x32, 0x54, 0xfa, 0x9a, 0x48, 0x94, 0xf3, 0xfb, - 0x1b, 0x7d, 0x81, 0x3c, 0x4c, 0xda, 0x5b, 0x63, 0x15, 0x5c, 0x6c, 0x30, 0xd3, 0x0a, 0xe1, 0x51, - 0x87, 0xfa, 0x3c, 0xb6, 0x3a, 0x3e, 0x96, 0xda, 0x04, 0x93, 0xa3, 0xb6, 0x09, 0xd2, 0xa7, 0x67, - 0x45, 0xff, 0xf4, 0xa4, 0xc7, 0x28, 0xed, 0x81, 0x6f, 0xf1, 0xbf, 0x34, 0x85, 0xe7, 0x9f, 0x1f, - 0xb6, 0xbc, 0xd8, 0xda, 0x92, 0x36, 0x68, 0xa8, 0x73, 0xf1, 0xad, 0xcf, 0x83, 0x09, 0x2f, 0xb1, - 0xe7, 0x09, 0x4f, 0x69, 0xcc, 0x19, 0x55, 0x4c, 0x1a, 0x55, 0x51, 0x19, 0x5f, 0x15, 0x53, 0x79, - 0xaf, 0xf0, 0xcc, 0x5e, 0xb9, 0x22, 0x7c, 0xf2, 0x0a, 0xe7, 0xdf, 0x76, 0x03, 0xf3, 0x2b, 0x8a, - 0xb7, 0x3c, 0xd3, 0x57, 0x94, 0x30, 0x55, 0xa0, 0x0c, 0x42, 0xdf, 0xe3, 0x02, 0x3f, 0xb9, 0x9c, - 0x9f, 0x9e, 0x58, 0x27, 0x88, 0xd0, 0xff, 0x5b, 0x1a, 0x9c, 0xe2, 0x1c, 0xb1, 0x37, 0xc8, 0x8c, - 0x83, 0x7f, 0x2a, 0xf3, 0xb8, 0xac, 0x10, 0x5c, 0xc4, 0x8f, 0x88, 0xcf, 0x08, 0x8e, 0xba, 0xeb, - 0x45, 0xde, 0xeb, 0xfb, 0x3f, 0x2d, 0x0d, 0xa9, 0xc8, 0x72, 0xce, 0x1d, 0x00, 0x58, 0x2c, 0xaa, - 0x43, 0x7f, 0xec, 0x92, 0xac, 0x2e, 0x95, 0x95, 0xcb, 0xb1, 0x0b, 0xbc, 0xf9, 0x58, 0x87, 0x3c, - 0x04, 0xd4, 0x22, 0xd2, 0xcc, 0x10, 0xc4, 0x7c, 0x3f, 0x84, 0xaf, 0x51, 0x1f, 0x5e, 0x00, 0x15, - 0xac, 0x0b, 0x1a, 0xa3, 0x67, 0x1d, 0x3a, 0x18, 0x12, 0x85, 0xb6, 0x34, 0x64, 0xa6, 0x92, 0xf9, - 0xe2, 0x8c, 0xc1, 0x8d, 0xbd, 0x01, 0xbe, 0xa5, 0x5e, 0x43, 0x1c, 0x45, 0x7d, 0x47, 0x16, 0x87, - 0x97, 0x93, 0x12, 0x7e, 0x5c, 0x92, 0x23, 0xde, 0xa6, 0xda, 0x09, 0x7a, 0xc7, 0xa1, 0xd7, 0x3e, - 0x88, 0x49, 0x12, 0xf0, 0x9d, 0x1f, 0xd6, 0x12, 0xb8, 0xa4, 0x64, 0x9c, 0x48, 0xb6, 0xf5, 0x9f, - 0x9b, 0xa0, 0xbc, 0x17, 0xb5, 0xad, 0x26, 0x98, 0xcb, 0xfc, 0xab, 0x82, 0x15, 0xe5, 0x35, 0x23, - 0xb5, 0xed, 0xed, 0xf5, 0x22, 0x28, 0x9e, 0x26, 0xfc, 0x02, 0x00, 0xa1, 0xb3, 0x5f, 0xd3, 0xae, - 0xe5, 0x18, 0xfb, 0x46, 0x3e, 0x86, 0x53, 0x47, 0xe0, 0x54, 0xb6, 0x6b, 0xbf, 0xaa, 0x5b, 0x9c, - 0x81, 0xd9, 0xb7, 0x0a, 0xc1, 0x38, 0x9b, 0x43, 0x70, 0x5a, 0x6e, 0xbc, 0x5f, 0x33, 0x52, 0x48, - 0x81, 0xf6, 0x66, 0x41, 0x20, 0x67, 0xf6, 0x31, 0x98, 0xe1, 0xbd, 0xe9, 0x65, 0xd3, 0x62, 0x8c, - 0xb0, 0xd7, 0xf2, 0x10, 0x9c, 0x6e, 0x13, 0xcc, 0x65, 0x1a, 0xc9, 0x2b, 0xa6, 0x95, 0x09, 0x4a, - 0x7f, 0xda, 0xaa, 0x2e, 0x31, 0x3e, 0x6d, 0xa1, 0x43, 0x5c, 0x33, 0xad, 0xa5, 0x18, 0xfd, 0x69, - 0x0f, 0xf7, 0x77, 0xad, 0x03, 0x30, 0x2f, 0xf5, 0x76, 0xaf, 0x9a, 0x56, 0xa7, 0x38, 0x7b, 0xa3, - 0x18, 0x8e, 0x73, 0xf2, 0xc1, 0x1b, 0x43, 0x3d, 0xda, 0xb5, 0x1c, 0x1a, 0x1c, 0x69, 0xbf, 0x5d, - 0x14, 0x99, 0x31, 0x30, 0xa9, 0x0b, 0xab, 0x37, 0xb0, 0x2c, 0xd0, 0x60, 0x60, 0xea, 0xce, 0xac, - 0xf5, 0x39, 0x78, 0x73, 0xb8, 0x2d, 0x7b, 0x3d, 0x87, 0x4a, 0x0a, 0xb5, 0x6f, 0x17, 0x86, 0x72, - 0x96, 0x9f, 0x81, 0x93, 0x62, 0xa3, 0xf6, 0x8a, 0x8e, 0x82, 0x00, 0xb2, 0x6f, 0x16, 0x00, 0x65, - 0x2e, 0x82, 0x4c, 0x6f, 0x74, 0x35, 0x47, 0x48, 0x76, 0xd9, 0xdc, 0x2a, 0x04, 0xe3, 0x6c, 0x9e, - 0x82, 0x05, 0x65, 0x4b, 0x74, 0xbd, 0x80, 0xac, 0x1c, 0x6d, 0xbf, 0x33, 0x0a, 0x9a, 0xf3, 0x7e, - 0x02, 0x66, 0xd3, 0x5e, 0xe7, 0x65, 0x1d, 0x09, 0x0e, 0xb1, 0xaf, 0xe7, 0x42, 0x44, 0xb7, 0x15, - 0x9a, 0x90, 0x35, 0xd3, 0x42, 0x8a, 0xd1, 0xbb, 0xed, 0x70, 0x97, 0x11, 0x9f, 0x4d, 0xb6, 0xc5, - 0xb8, 0x9a, 0xb3, 0x98, 0xc2, 0xf4, 0x67, 0xa3, 0x6c, 0x23, 0x62, 0xb3, 0x1e, 0xee, 0x21, 0x1a, - 0x95, 0x90, 0x81, 0xea, 0xcd, 0x5a, 0xdb, 0x2f, 0xc4, 0xe6, 0xa0, 0x6c, 0x16, 0xae, 0x17, 0x23, - 0xc5, 0xf6, 0xf9, 0xce, 0x28, 0x68, 0xd1, 0xa5, 0xc4, 0xc6, 0xe0, 0x15, 0x03, 0x91, 0x04, 0xa4, - 0x77, 0x29, 0x45, 0x4b, 0x90, 0x1d, 0x9b, 0x70, 0xd9, 0x9a, 0x8e, 0x4d, 0xb8, 0x6b, 0x6f, 0x15, - 0x82, 0x49, 0xfb, 0xe0, 0x2d, 0x3f, 0xd3, 0x3e, 0x12, 0x90, 0x71, 0x1f, 0x72, 0x5b, 0x0f, 0x47, - 0x0d, 0xa9, 0xa7, 0xa7, 0x8d, 0x1a, 0x59, 0x9c, 0x3e, 0x6a, 0x68, 0x1a, 0x7a, 0x87, 0xe0, 0xb4, - 0xdc, 0xa4, 0xbb, 0xa6, 0x97, 0x34, 0x03, 0xd4, 0xdf, 0xe2, 0x9a, 0x4e, 0x1b, 0x0e, 0xe7, 0x99, - 0x36, 0xdb, 0x4a, 0x2e, 0x01, 0xbc, 0xa5, 0xf5, 0x22, 0x28, 0xe5, 0x86, 0x98, 0x69, 0xe7, 0x6f, - 0x88, 0x59, 0xf5, 0x66, 0x41, 0xa0, 0x9c, 0xcb, 0xa5, 0x0d, 0x34, 0x63, 0x2e, 0xc7, 0x61, 0xe6, - 0x5c, 0x6e, 0xa8, 0xd7, 0x65, 0x7d, 0x09, 0xde, 0x52, 0xf7, 0xb9, 0x6e, 0xe5, 0xc6, 0x51, 0x11, - 0x6e, 0xdf, 0x1d, 0x09, 0x6e, 0x60, 0xcf, 0x7a, 0x54, 0x45, 0xd9, 0x53, 0x78, 0x61, 0xf6, 0xd9, - 0x66, 0x12, 0x49, 0xa1, 0xb2, 0x9d, 0xa4, 0xab, 0xf9, 0x84, 0x30, 0xce, 0x90, 0x42, 0x29, 0xdb, - 0x47, 0xd8, 0x3e, 0x33, 0xad, 0xa3, 0x15, 0x63, 0xd0, 0x63, 0x28, 0x7b, 0xbd, 0x08, 0x4a, 0xdc, - 0x8d, 0xd4, 0xb5, 0xd1, 0xee, 0x26, 0x8b, 0xd3, 0xef, 0x46, 0xdd, 0xb0, 0xc1, 0xc1, 0x65, 0xb8, - 0x5b, 0x73, 0x3d, 0x87, 0x48, 0x0a, 0xd5, 0x07, 0x17, 0x6d, 0xa7, 0x06, 0xfb, 0x43, 0xb6, 0x4d, - 0xb3, 0x9a, 0x43, 0x83, 0xc2, 0xf4, 0xfe, 0xa0, 0x6c, 0xd3, 0x60, 0x1f, 0x97, 0x7b, 0x34, 0xd7, - 0x0a, 0xdc, 0x7b, 0x18, 0xa8, 0xf7, 0x71, 0x5d, 0x47, 0xe6, 0x08, 0x9c, 0x51, 0xf5, 0x5c, 0x6e, - 0x16, 0xa0, 0xc3, 0x5f, 0x24, 0x77, 0x46, 0x00, 0x4b, 0xc9, 0x81, 0xd4, 0x46, 0xb9, 0x9e, 0x17, - 0x46, 0x38, 0xd4, 0x98, 0x1c, 0xa8, 0x9b, 0x24, 0xf4, 0x82, 0x16, 0x3a, 0x24, 0x2b, 0xe6, 0xb8, - 0x48, 0x51, 0xa6, 0x0b, 0x7a, 0xb8, 0x09, 0x92, 0xdc, 0x99, 0x69, 0x07, 0x64, 0x35, 0xef, 0x39, - 0x48, 0x60, 0xe6, 0x3b, 0x73, 0xb8, 0xb9, 0xf1, 0x04, 0xcc, 0xa6, 0x0d, 0x8b, 0xcb, 0x46, 0x17, - 0x25, 0x76, 0x71, 0x3d, 0x17, 0x22, 0xa5, 0x9e, 0x49, 0xa7, 0xc0, 0x94, 0x7a, 0x32, 0x8c, 0x31, - 0xf5, 0x94, 0xda, 0x01, 0xd8, 0xb8, 0xe5, 0x5e, 0xc0, 0xb5, 0x1c, 0xf7, 0x48, 0x80, 0x7a, 0xe3, - 0xd6, 0x74, 0x02, 0xb0, 0x8d, 0x0d, 0xb7, 0x01, 0xb4, 0xaa, 0x18, 0x82, 0xea, 0x6d, 0x4c, 0xdb, - 0x08, 0xc0, 0x36, 0x96, 0xe9, 0x02, 0x68, 0x6d, 0x4c, 0x44, 0xe9, 0x6d, 0x4c, 0x55, 0xfc, 0xc7, - 0x3a, 0x94, 0x0b, 0xff, 0x5a, 0x1d, 0x4a, 0x40, 0xbd, 0x0e, 0x35, 0x65, 0x78, 0x6c, 0xd0, 0xd9, - 0x12, 0xfc, 0x6a, 0x2e, 0x05, 0x0c, 0xd3, 0x1b, 0xb4, 0xb2, 0xc8, 0x8d, 0x93, 0x4e, 0xb1, 0xc2, - 0x7d, 0x25, 0x77, 0xf5, 0x6e, 0xa0, 0x4f, 0x3a, 0x15, 0xb5, 0x6b, 0x1c, 0x99, 0xa4, 0xba, 0xf5, - 0xd5, 0x7c, 0x55, 0x60, 0x9c, 0x3e, 0x32, 0xa9, 0x4b, 0xd0, 0xf8, 0x0d, 0xa2, 0xac, 0x3f, 0xaf, - 0x17, 0xb0, 0x26, 0x8e, 0xd6, 0xbf, 0x41, 0x4c, 0x45, 0x68, 0xab, 0x01, 0xa6, 0x93, 0x0a, 0xf4, - 0x92, 0xe9, 0x46, 0xa9, 0x43, 0xdf, 0xbe, 0x96, 0x03, 0x10, 0x6b, 0x2f, 0x43, 0x25, 0xe5, 0xb5, - 0x02, 0xe2, 0x11, 0xa4, 0xbe, 0xf6, 0xa2, 0xab, 0x18, 0xb3, 0x07, 0x08, 0x2f, 0x17, 0x9b, 0x1e, - 0x20, 0x09, 0xc8, 0xf8, 0x00, 0x91, 0x0b, 0xc1, 0x56, 0x0c, 0x2c, 0x45, 0x15, 0xd8, 0x58, 0xf8, - 0xca, 0x62, 0xed, 0xad, 0xe2, 0xd8, 0x84, 0xab, 0x5d, 0xf9, 0xf5, 0xab, 0xe7, 0x37, 0x4a, 0x75, - 0xe7, 0xeb, 0x17, 0x8b, 0xa5, 0x6f, 0x5e, 0x2c, 0x96, 0xfe, 0xfd, 0x62, 0xb1, 0xf4, 0x87, 0x97, - 0x8b, 0x27, 0xbe, 0x79, 0xb9, 0x78, 0xe2, 0x9f, 0x2f, 0x17, 0x4f, 0x7c, 0xfa, 0x5e, 0xdb, 0x8b, - 0x0f, 0xfa, 0xcd, 0x0d, 0x37, 0xe8, 0x6e, 0xee, 0x22, 0x17, 0xf9, 0x71, 0x08, 0x3b, 0x98, 0xe0, - 0xfb, 0xb0, 0x8b, 0x36, 0xd5, 0x7f, 0xd5, 0x15, 0x1f, 0xf7, 0x50, 0xd4, 0x9c, 0x22, 0x7f, 0x98, - 0x76, 0xe7, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x2f, 0x64, 0x10, 0x3c, 0x38, 0x00, 0x00, + // 3028 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5b, 0xcf, 0x6f, 0x1b, 0xc7, + 0xf5, 0x37, 0x45, 0x51, 0x3f, 0xc6, 0xb2, 0x1c, 0xaf, 0x15, 0x9b, 0xa6, 0x6d, 0x49, 0xa6, 0x25, + 0x5b, 0x76, 0x64, 0x29, 0x96, 0x63, 0x27, 0x5f, 0xe3, 0x5b, 0x17, 0xa2, 0xe4, 0x06, 0x01, 0xaa, + 0xd8, 0x5d, 0x35, 0x49, 0x9d, 0x16, 0x0d, 0x96, 0xcb, 0x11, 0xb5, 0x15, 0xb9, 0xcb, 0xec, 0x8e, + 0xa8, 0xc8, 0x40, 0x80, 0xc2, 0xbd, 0x14, 0xed, 0xa5, 0x7f, 0x40, 0x2f, 0xbd, 0xe5, 0x54, 0x18, + 0x68, 0xff, 0x82, 0xf6, 0x92, 0x43, 0x0f, 0x41, 0x0e, 0x45, 0x4f, 0x45, 0x61, 0x1f, 0x0c, 0xf4, + 0xaf, 0x28, 0xe6, 0xc7, 0xce, 0xce, 0x0c, 0x67, 0x66, 0x97, 0x74, 0x72, 0x49, 0x38, 0xb3, 0x9f, + 0x79, 0xef, 0xcd, 0x9b, 0xf7, 0xe6, 0xbd, 0x79, 0x4f, 0x06, 0x97, 0x7c, 0x2f, 0x6e, 0xf9, 0xfb, + 0x5e, 0x10, 0xae, 0x67, 0xbf, 0xd0, 0x17, 0x6b, 0xbd, 0x38, 0x42, 0x91, 0x73, 0x96, 0xcf, 0xad, + 0xf1, 0x5f, 0xb5, 0x33, 0x5e, 0x37, 0x08, 0xa3, 0x75, 0xf2, 0x5f, 0x8a, 0xab, 0x9d, 0xf7, 0xa3, + 0xa4, 0x1b, 0x25, 0xeb, 0xdd, 0xa4, 0xbd, 0xde, 0xbf, 0x8d, 0xff, 0xc7, 0x3e, 0x5c, 0xa0, 0x1f, + 0x3e, 0x23, 0xa3, 0x75, 0x3a, 0x60, 0x9f, 0xe6, 0xda, 0x51, 0x3b, 0xa2, 0xf3, 0xf8, 0x17, 0x9b, + 0x5d, 0xd4, 0xc9, 0xd3, 0xf3, 0x62, 0xaf, 0x9b, 0xae, 0x9b, 0x67, 0xbc, 0x9a, 0x5e, 0x02, 0xd7, + 0xfb, 0xb7, 0x9b, 0x10, 0x79, 0xb7, 0xd7, 0xfd, 0x28, 0x08, 0x6d, 0x14, 0xfa, 0x11, 0x0a, 0xc2, + 0x54, 0xa8, 0x05, 0x1d, 0xa2, 0xeb, 0x21, 0x7f, 0x9f, 0x01, 0xae, 0xe8, 0x00, 0x7e, 0x74, 0x18, + 0xfa, 0x41, 0x87, 0x41, 0xae, 0xea, 0x20, 0x30, 0xc4, 0x20, 0x04, 0x63, 0x2e, 0xaa, 0x8e, 0x8e, + 0x17, 0xb7, 0x6c, 0x44, 0xc8, 0x66, 0x21, 0x27, 0x52, 0xff, 0x7b, 0x09, 0x9c, 0xde, 0x49, 0xda, + 0x1f, 0xf5, 0x5a, 0x1e, 0x82, 0x8f, 0x89, 0x26, 0x9c, 0x7b, 0x60, 0xda, 0x3b, 0x44, 0xfb, 0x51, + 0x1c, 0xa0, 0xe3, 0x6a, 0x69, 0xb1, 0xb4, 0x32, 0xdd, 0xa8, 0x7e, 0xfb, 0xd7, 0x5b, 0x73, 0x4c, + 0xc1, 0x9b, 0xad, 0x56, 0x0c, 0x93, 0x64, 0x17, 0xc5, 0x41, 0xd8, 0x76, 0x33, 0xa8, 0xf3, 0x00, + 0x4c, 0x50, 0x5d, 0x56, 0xc7, 0x16, 0x4b, 0x2b, 0x27, 0x37, 0x2e, 0xae, 0x69, 0x0e, 0x78, 0x8d, + 0x32, 0x69, 0x4c, 0x7f, 0xfd, 0xef, 0x85, 0x13, 0x5f, 0xbd, 0x7a, 0x7e, 0xb3, 0xe4, 0xb2, 0x55, + 0xf7, 0xdf, 0x7b, 0xf6, 0xea, 0xf9, 0xcd, 0x8c, 0xde, 0xef, 0x5e, 0x3d, 0xbf, 0xb9, 0x9c, 0x49, + 0xfe, 0x85, 0xb0, 0x0b, 0x45, 0xe2, 0xfa, 0x05, 0x70, 0x5e, 0x99, 0x72, 0x61, 0xd2, 0x8b, 0xc2, + 0x04, 0xd6, 0xdb, 0xe0, 0x14, 0xfe, 0x94, 0xc0, 0x78, 0x2b, 0x86, 0x1e, 0x82, 0x4e, 0x15, 0x4c, + 0xfa, 0xf8, 0x57, 0x14, 0xd3, 0xbd, 0xb9, 0xe9, 0x10, 0x7f, 0x09, 0xe1, 0x11, 0x86, 0x92, 0x0d, + 0x4c, 0xbb, 0xe9, 0xd0, 0x99, 0x03, 0x15, 0xaf, 0x13, 0x78, 0x49, 0xb5, 0x4c, 0xe6, 0xe9, 0xe0, + 0xfe, 0x0c, 0x96, 0x37, 0x5d, 0x5d, 0x3f, 0x0f, 0xde, 0x94, 0x18, 0x71, 0x09, 0xba, 0xe0, 0x8d, + 0x9d, 0xa4, 0xbd, 0xe5, 0xc5, 0xad, 0x5d, 0x7f, 0x1f, 0x76, 0x61, 0xe3, 0xf0, 0xd8, 0x22, 0xc4, + 0x6d, 0x50, 0x6e, 0x06, 0x2d, 0xa6, 0xc1, 0x0b, 0x6b, 0x4c, 0xe7, 0xd8, 0x1c, 0xd7, 0x98, 0x39, + 0xae, 0x6d, 0x45, 0x41, 0xd8, 0x18, 0xc7, 0xfa, 0x73, 0x31, 0x56, 0x91, 0x63, 0x03, 0x54, 0x55, + 0x76, 0xa9, 0x28, 0xce, 0x39, 0x30, 0x81, 0x95, 0xf8, 0x41, 0x8b, 0x70, 0x1d, 0x77, 0xd9, 0xa8, + 0xfe, 0x6c, 0x0c, 0x38, 0xe9, 0x22, 0xaf, 0x0f, 0xb7, 0xa2, 0x10, 0xc1, 0x10, 0x59, 0xa4, 0xcc, + 0x08, 0x8d, 0x89, 0x84, 0xc8, 0x0a, 0xba, 0x98, 0xa8, 0x6a, 0xc6, 0x4d, 0x87, 0x58, 0x85, 0x61, + 0x84, 0x60, 0x52, 0x1d, 0xa7, 0x2a, 0x24, 0x03, 0x4c, 0xc7, 0x8b, 0x51, 0x90, 0xa0, 0x6a, 0x85, + 0x4c, 0xb3, 0x91, 0xb3, 0x04, 0x4e, 0x35, 0xbd, 0x8e, 0x17, 0xfa, 0x70, 0x33, 0xf4, 0xf7, 0xa3, + 0xb8, 0x3a, 0xb1, 0x58, 0x5a, 0x99, 0x72, 0xe5, 0x49, 0xe7, 0x01, 0x00, 0xdc, 0x9e, 0x93, 0xea, + 0xe4, 0x62, 0x79, 0xe5, 0xe4, 0xc6, 0xbc, 0xd9, 0xe8, 0x30, 0xcc, 0x15, 0x56, 0x28, 0x8a, 0xdb, + 0x06, 0xb5, 0x41, 0x1d, 0x70, 0xd5, 0x5d, 0x03, 0xb3, 0x5e, 0x10, 0xb7, 0xe2, 0xa8, 0xb7, 0xd5, + 0xf1, 0x82, 0x2e, 0xa4, 0x2a, 0x9c, 0x72, 0x95, 0xd9, 0xfa, 0xaf, 0xc0, 0x49, 0x46, 0xe5, 0xe3, + 0xc8, 0x6a, 0x6d, 0x77, 0xc0, 0x78, 0x3f, 0x42, 0x90, 0x9d, 0xf4, 0x82, 0x56, 0xec, 0xdd, 0x20, + 0x6c, 0x77, 0x20, 0x26, 0xe4, 0x12, 0xb0, 0x22, 0xf1, 0x0f, 0xc0, 0x59, 0x81, 0xd7, 0xd0, 0xa2, + 0x76, 0x89, 0xeb, 0xe3, 0xe5, 0x3f, 0x8d, 0xbd, 0x30, 0xd9, 0x83, 0xf1, 0x08, 0x27, 0x5e, 0x03, + 0x53, 0x31, 0xf4, 0x61, 0xd0, 0x87, 0x31, 0xf3, 0x0e, 0x3e, 0x56, 0xa4, 0xa5, 0x4e, 0x2a, 0xb2, + 0xe3, 0x2e, 0xf2, 0xdb, 0x12, 0xf1, 0x52, 0xfc, 0x6d, 0x3b, 0x0a, 0xed, 0x5e, 0x6a, 0x12, 0xe4, + 0x5d, 0x30, 0xe1, 0x75, 0xf1, 0x05, 0x49, 0xc4, 0x28, 0xe0, 0x3b, 0x0c, 0xae, 0x75, 0xe3, 0x4c, + 0x12, 0x2e, 0xe3, 0x6f, 0x4a, 0xe0, 0x0c, 0xfb, 0xb2, 0x19, 0xa3, 0xa3, 0x28, 0x3e, 0xd8, 0x6c, + 0xb5, 0x46, 0x90, 0x73, 0x0e, 0x54, 0x82, 0xae, 0xd7, 0x86, 0xcc, 0x41, 0xe8, 0x00, 0xd3, 0xd9, + 0x3b, 0xec, 0x74, 0x36, 0x63, 0x44, 0x1c, 0x64, 0xca, 0x4d, 0x87, 0x8a, 0x78, 0x17, 0xc1, 0x85, + 0x01, 0x21, 0x84, 0x9b, 0xe6, 0x6c, 0xf6, 0x31, 0x48, 0xd0, 0xd6, 0xbe, 0x17, 0xb6, 0x47, 0xd1, + 0x65, 0xe6, 0x96, 0x65, 0xd1, 0x2d, 0x15, 0x59, 0x2e, 0x83, 0x8b, 0x1a, 0x76, 0x5c, 0x9a, 0xff, + 0xa7, 0x77, 0x0a, 0x0d, 0x6c, 0x2e, 0x6c, 0x07, 0x09, 0xb2, 0x59, 0x98, 0x42, 0xfc, 0x12, 0xf5, + 0x46, 0x79, 0x35, 0xa7, 0xfd, 0x00, 0xcc, 0x65, 0x5f, 0xb7, 0x61, 0x3c, 0x2c, 0xf5, 0x79, 0x70, + 0x49, 0xb7, 0x9e, 0xd3, 0xff, 0xb6, 0x04, 0x66, 0x77, 0x92, 0xf6, 0x0e, 0x0e, 0xdb, 0x2e, 0xec, + 0x45, 0x31, 0xb2, 0xc7, 0x0d, 0x12, 0xdf, 0xb9, 0x1a, 0xd3, 0xa1, 0x53, 0x07, 0x33, 0xbd, 0x8e, + 0x77, 0x0c, 0x5b, 0x58, 0x49, 0xc9, 0x66, 0xb5, 0xbc, 0x58, 0x5e, 0x19, 0x77, 0xa5, 0x39, 0x05, + 0xd3, 0xa8, 0x8e, 0x0f, 0x60, 0x1a, 0xce, 0x3d, 0x30, 0x19, 0x1d, 0x22, 0x3f, 0xea, 0x42, 0x72, + 0x4f, 0xce, 0x6e, 0x5c, 0xd2, 0x5e, 0x17, 0x8f, 0x28, 0xc6, 0x4d, 0xc1, 0xca, 0xa6, 0xab, 0xe0, + 0x9c, 0xbc, 0x27, 0xbe, 0x5d, 0x97, 0x86, 0x28, 0xaa, 0x8e, 0xdc, 0x38, 0x69, 0xb0, 0x1a, 0x85, + 0x5b, 0x8d, 0xc6, 0x21, 0x91, 0x26, 0xe7, 0xf7, 0x25, 0xb9, 0x0a, 0x04, 0x49, 0x60, 0xbc, 0xd9, + 0xeb, 0x45, 0x41, 0x88, 0x46, 0x4e, 0x3e, 0xc8, 0x3d, 0x44, 0x49, 0xb1, 0xe8, 0xcd, 0xc7, 0xf7, + 0x67, 0xe5, 0xc4, 0xa2, 0x7e, 0x05, 0x2c, 0x18, 0xd8, 0x73, 0x09, 0xbf, 0x2a, 0x81, 0x99, 0x9d, + 0xa4, 0xbd, 0x0b, 0x51, 0xae, 0x3a, 0x1c, 0x30, 0x1e, 0x7a, 0x5d, 0xc8, 0xb8, 0x92, 0xdf, 0x26, + 0x07, 0x72, 0x16, 0xc1, 0xc9, 0x04, 0x45, 0xf1, 0xf1, 0x27, 0x71, 0x80, 0x05, 0xa5, 0xb1, 0x50, + 0x9c, 0xc2, 0xe6, 0x80, 0x43, 0x66, 0x1c, 0x34, 0x0f, 0x51, 0x14, 0x27, 0xd5, 0xca, 0x62, 0x79, + 0x65, 0xda, 0x95, 0xe6, 0x14, 0x45, 0x9f, 0x23, 0xbe, 0xc0, 0x25, 0xe5, 0x5b, 0x80, 0xe4, 0x4e, + 0xc5, 0xf3, 0xd8, 0x43, 0xad, 0x77, 0xd5, 0x1c, 0xa8, 0x24, 0x10, 0xf1, 0x03, 0xa5, 0x03, 0xe1, + 0x9c, 0xcb, 0x96, 0x73, 0xa6, 0x17, 0x66, 0xc6, 0x86, 0xf3, 0xdf, 0x27, 0x46, 0xc5, 0x3e, 0xb8, + 0xb0, 0x1b, 0xf5, 0xe1, 0xf7, 0x24, 0x02, 0x35, 0x35, 0x89, 0x93, 0x20, 0x45, 0xaa, 0x9d, 0x4c, + 0x83, 0xa3, 0x28, 0xc3, 0x01, 0xe3, 0x87, 0x09, 0x8f, 0x71, 0xe4, 0xb7, 0xf6, 0x4e, 0x19, 0xe0, + 0xc4, 0x25, 0x39, 0x20, 0x46, 0x2f, 0x7f, 0x1f, 0x51, 0x2d, 0xf9, 0xc2, 0x50, 0x13, 0xd7, 0x31, + 0xe3, 0xf2, 0x7c, 0x48, 0xae, 0xb8, 0x5d, 0x88, 0x7e, 0x14, 0x84, 0x5e, 0x27, 0x78, 0x3a, 0xb4, + 0x18, 0xda, 0xeb, 0x45, 0xa0, 0xc7, 0x39, 0xed, 0xa5, 0x96, 0x50, 0x28, 0x70, 0xea, 0xb7, 0xac, + 0x0d, 0x9b, 0x26, 0x3b, 0xd0, 0xc4, 0xc6, 0x56, 0xba, 0xdb, 0x5d, 0xec, 0x6c, 0x23, 0x4a, 0x40, + 0x1c, 0x35, 0x7d, 0x04, 0x90, 0x81, 0x49, 0x07, 0x29, 0x17, 0xce, 0xff, 0x27, 0x24, 0x7b, 0x68, + 0x44, 0x11, 0x8e, 0x33, 0x8f, 0x3d, 0xff, 0xc0, 0xfe, 0x0c, 0x28, 0xa2, 0xf0, 0x2d, 0x92, 0x0b, + 0xc8, 0x24, 0x87, 0x4e, 0x02, 0x7f, 0x5f, 0x22, 0x61, 0x7a, 0x17, 0x76, 0x3a, 0x8f, 0xf6, 0xf6, + 0x0a, 0xbc, 0x92, 0x4c, 0x39, 0xc3, 0x5d, 0x50, 0xe9, 0xc5, 0x81, 0x0f, 0x8b, 0xa6, 0x5f, 0x14, + 0xad, 0x8d, 0xfa, 0x8a, 0x30, 0x5c, 0x87, 0x3f, 0x27, 0x09, 0x2b, 0xff, 0x6a, 0xd7, 0x20, 0xbe, + 0x6a, 0x53, 0x24, 0x17, 0x56, 0x9c, 0xd2, 0xa6, 0xa7, 0x22, 0x71, 0xce, 0xf7, 0x97, 0xb2, 0x8a, + 0x72, 0x9d, 0x76, 0x58, 0xd6, 0xca, 0xae, 0x15, 0x3f, 0xfd, 0x53, 0x89, 0x3f, 0x20, 0x5d, 0x0f, + 0xc7, 0xaf, 0x5d, 0x88, 0x46, 0xcb, 0x3b, 0xa9, 0x45, 0x95, 0x45, 0xa3, 0x7e, 0x17, 0x4c, 0xc4, + 0x84, 0x28, 0x89, 0x45, 0xb3, 0x86, 0x77, 0x48, 0xc6, 0xdb, 0x65, 0x70, 0x7d, 0xb0, 0x17, 0x45, + 0xe4, 0xf2, 0xff, 0xb1, 0x24, 0x66, 0x02, 0xe9, 0xf4, 0x56, 0xd4, 0xed, 0x06, 0xb6, 0x7d, 0x5c, + 0x02, 0xd3, 0xac, 0x28, 0xc2, 0xb7, 0x92, 0x4d, 0xd0, 0x70, 0x4f, 0x29, 0x65, 0xcf, 0x0e, 0x66, + 0xfa, 0xf3, 0x00, 0x24, 0x87, 0xed, 0x36, 0x4c, 0x50, 0x10, 0x85, 0x2c, 0xc6, 0x0a, 0x33, 0x8a, + 0xe8, 0x75, 0xb0, 0x68, 0x92, 0x8e, 0x6f, 0xe1, 0x2f, 0xda, 0x2d, 0xb8, 0xb0, 0x0f, 0xbd, 0xce, + 0xc8, 0x5b, 0xf8, 0x3f, 0x65, 0x0b, 0xb3, 0x1b, 0x97, 0xb5, 0xca, 0xe7, 0xec, 0xb2, 0x1d, 0x9e, + 0x03, 0x13, 0x09, 0xf4, 0x63, 0x88, 0xd8, 0xee, 0xd8, 0xa8, 0xc8, 0xce, 0xa8, 0xd0, 0x7c, 0x67, + 0x4f, 0xe8, 0xa3, 0x86, 0x63, 0x90, 0x17, 0x8f, 0x7c, 0x28, 0xfa, 0xa7, 0x8a, 0x44, 0x9a, 0xf3, + 0xfd, 0x07, 0xad, 0x3b, 0x91, 0x1c, 0x6c, 0x2b, 0x0a, 0xf7, 0x82, 0xb8, 0x3b, 0x52, 0x86, 0x2d, + 0x64, 0xc6, 0xe5, 0x21, 0x32, 0x63, 0xe7, 0x87, 0x00, 0xe0, 0x07, 0x35, 0x4d, 0xb0, 0x49, 0xce, + 0x5d, 0xe0, 0x0d, 0x2e, 0x2c, 0xd1, 0x5e, 0x1e, 0xe2, 0x6e, 0xf8, 0x4e, 0x77, 0x89, 0x86, 0x1f, + 0xc7, 0xd1, 0x5e, 0xd0, 0x81, 0xa4, 0xba, 0x30, 0x8a, 0xfb, 0x6a, 0x75, 0x2b, 0x13, 0xe5, 0x1c, + 0x7f, 0x46, 0x52, 0x1e, 0xf6, 0xf1, 0x13, 0xd8, 0x4c, 0x02, 0x04, 0xed, 0x4c, 0xab, 0x60, 0xf2, + 0x88, 0xe2, 0xd2, 0xca, 0x17, 0x1b, 0x6a, 0x53, 0x9c, 0x01, 0xca, 0x9c, 0xf3, 0x8f, 0xc9, 0x4d, + 0xc5, 0xbe, 0x37, 0x82, 0xc8, 0xce, 0xf5, 0x0d, 0x50, 0x6e, 0x06, 0x11, 0xe3, 0x88, 0x7f, 0x6a, + 0x2f, 0x15, 0x89, 0x1a, 0xe7, 0xd4, 0x24, 0x57, 0xb2, 0x10, 0xfb, 0x1e, 0xf5, 0x60, 0x68, 0xe1, + 0xb5, 0x04, 0x4e, 0x35, 0x33, 0x30, 0xd7, 0xae, 0x3c, 0xa9, 0xf0, 0xbf, 0x47, 0xae, 0x65, 0x85, + 0x07, 0x0f, 0xb0, 0x98, 0x17, 0x39, 0x9a, 0xa4, 0x5a, 0x22, 0x4f, 0xb6, 0x74, 0x58, 0x7f, 0x56, + 0x22, 0x59, 0x80, 0xb0, 0xb0, 0x40, 0x7d, 0xa5, 0x90, 0x80, 0x43, 0x54, 0x5b, 0x16, 0xc1, 0xbc, + 0x5e, 0x06, 0xae, 0xc2, 0x7e, 0x9a, 0x19, 0xef, 0x66, 0xcf, 0x0f, 0xfb, 0x81, 0xe9, 0xf3, 0x22, + 0xe5, 0x4d, 0x53, 0x1e, 0x78, 0xd3, 0x98, 0xf2, 0x64, 0x99, 0xaf, 0x50, 0xb1, 0x3d, 0xcd, 0xb3, + 0xb8, 0x20, 0x41, 0xa3, 0x88, 0x54, 0xac, 0x7e, 0x91, 0x46, 0xfc, 0x8c, 0x11, 0x97, 0xe1, 0x73, + 0x1e, 0x72, 0xb1, 0xe3, 0xef, 0x1c, 0x76, 0x50, 0x60, 0x11, 0xe2, 0x2e, 0xa8, 0xf4, 0x49, 0x6d, + 0x73, 0xac, 0xd8, 0x3d, 0x42, 0xd1, 0x8a, 0x34, 0x0d, 0x1e, 0x42, 0x39, 0xcb, 0xa1, 0x93, 0xb9, + 0x3f, 0xd3, 0x57, 0x2b, 0xb9, 0x87, 0x72, 0x1c, 0xa2, 0x0a, 0x26, 0x49, 0x89, 0x21, 0xde, 0x4c, + 0x5d, 0x9e, 0x0d, 0xb3, 0x2f, 0x0d, 0xa6, 0xbd, 0x74, 0x88, 0x4f, 0x9a, 0x81, 0xb6, 0xa1, 0x7f, + 0xc0, 0x2a, 0x15, 0xe2, 0x54, 0x86, 0x68, 0x10, 0x44, 0x45, 0x44, 0x90, 0x29, 0x65, 0xd3, 0x6f, + 0x13, 0x1b, 0xe4, 0xf2, 0x8a, 0xce, 0x95, 0x5e, 0xf8, 0x25, 0xe9, 0xc2, 0xaf, 0x7b, 0xe9, 0xab, + 0xf6, 0x43, 0xaf, 0x0b, 0x47, 0xb1, 0x8d, 0xf4, 0xb9, 0x5e, 0xce, 0x9e, 0xeb, 0xa6, 0x17, 0x2d, + 0x63, 0x21, 0x94, 0x49, 0x9c, 0xec, 0x42, 0xda, 0xec, 0x04, 0x5e, 0x92, 0x2b, 0x00, 0x6d, 0x1b, + 0x8c, 0x99, 0xdb, 0x06, 0x34, 0xf7, 0x53, 0x68, 0x0a, 0x1c, 0xb1, 0x7e, 0x1e, 0x7a, 0x71, 0xe7, + 0x78, 0xd3, 0xf7, 0x61, 0x92, 0x7c, 0x10, 0xf6, 0x83, 0xbc, 0x6a, 0xc4, 0x61, 0xd6, 0xc1, 0x30, + 0xbf, 0x53, 0x07, 0x68, 0x0a, 0x01, 0x0b, 0xfb, 0xdf, 0xa7, 0xd0, 0xeb, 0x1c, 0x6f, 0x45, 0x61, + 0x08, 0xfd, 0x9c, 0xc8, 0xf1, 0x14, 0x23, 0x99, 0x96, 0xa7, 0xdd, 0x74, 0xa8, 0xf5, 0x35, 0x91, + 0x28, 0xe7, 0xf7, 0x37, 0xfa, 0x02, 0x79, 0x98, 0xb6, 0xb7, 0x46, 0x2a, 0xb8, 0xd4, 0xc0, 0x54, + 0x2b, 0xf6, 0x8e, 0x3a, 0xd4, 0xe7, 0xb1, 0xd5, 0xf1, 0xb1, 0xd2, 0x26, 0x18, 0x1f, 0xb6, 0x4d, + 0x90, 0x3d, 0x3d, 0x2b, 0xe6, 0xa7, 0x27, 0x3d, 0x46, 0x65, 0x0f, 0x7c, 0x8b, 0xff, 0xa5, 0x29, + 0x3c, 0xff, 0xfc, 0xb0, 0x15, 0x20, 0x67, 0x43, 0xd9, 0xa0, 0xa5, 0xce, 0xc5, 0xb7, 0x3e, 0x0b, + 0xc6, 0x82, 0xd4, 0x9e, 0xc7, 0x02, 0xad, 0x31, 0x4b, 0xaa, 0x18, 0xb7, 0xaa, 0xa2, 0x32, 0xba, + 0x2a, 0x26, 0xf2, 0x5e, 0xe1, 0xd2, 0x5e, 0xb9, 0x22, 0x42, 0xf2, 0x0a, 0xe7, 0xdf, 0xb6, 0x23, + 0xfb, 0x2b, 0x8a, 0xb7, 0x3c, 0xb3, 0x57, 0x94, 0x30, 0x55, 0xa0, 0x0c, 0x42, 0xdf, 0xe3, 0x02, + 0x3f, 0xb5, 0x9c, 0x9f, 0x9d, 0x58, 0x27, 0x4a, 0xe0, 0x77, 0x2d, 0x0d, 0x4e, 0x71, 0x8e, 0xd8, + 0x1b, 0x64, 0xca, 0xc5, 0x3f, 0xb5, 0x79, 0x9c, 0x2c, 0x04, 0x17, 0xf1, 0x23, 0xe2, 0x33, 0x82, + 0xa3, 0x6e, 0x07, 0x49, 0xf0, 0xfa, 0xfe, 0x4f, 0x4b, 0x43, 0x3a, 0xb2, 0x9c, 0x73, 0x07, 0x00, + 0x16, 0x8b, 0x1a, 0x5e, 0x38, 0x72, 0x49, 0xd6, 0x94, 0xca, 0xaa, 0xe5, 0xd8, 0x39, 0xde, 0x7c, + 0x6c, 0x78, 0x3c, 0x04, 0xd4, 0x13, 0xd2, 0xcc, 0x10, 0xc4, 0x7c, 0x3f, 0xf6, 0x5e, 0xa3, 0x3e, + 0x3c, 0x07, 0x2a, 0x58, 0x17, 0x34, 0x46, 0x4f, 0xbb, 0x74, 0x30, 0x20, 0x0a, 0x6d, 0x69, 0xa8, + 0x4c, 0x15, 0xf3, 0xc5, 0x19, 0x83, 0x8f, 0x82, 0x3e, 0xbe, 0xa5, 0x5e, 0x43, 0x1c, 0x4d, 0x7d, + 0x47, 0x15, 0x87, 0x97, 0x93, 0x52, 0x7e, 0x5c, 0x92, 0x23, 0xde, 0xa6, 0xda, 0x8a, 0x7a, 0xc7, + 0x71, 0xd0, 0xde, 0x47, 0x24, 0x09, 0xf8, 0xde, 0x0f, 0x6b, 0x01, 0x5c, 0xd6, 0x32, 0x16, 0x8a, + 0x7d, 0xd2, 0x6d, 0xbe, 0x0d, 0x3b, 0x10, 0xc1, 0xef, 0xe2, 0xb2, 0xb3, 0xdf, 0xb8, 0x94, 0x4f, + 0x2a, 0xc5, 0xc6, 0x3f, 0x57, 0x41, 0x79, 0x27, 0x69, 0x3b, 0x4d, 0x30, 0x23, 0xfd, 0x6d, 0xc3, + 0x92, 0xf6, 0xb2, 0x53, 0xfe, 0x78, 0xa0, 0xb6, 0x5a, 0x04, 0xc5, 0x93, 0x95, 0x5f, 0x00, 0x20, + 0xfc, 0x7d, 0x41, 0xdd, 0xb8, 0x96, 0x63, 0x6a, 0x37, 0xf3, 0x31, 0x9c, 0x3a, 0x04, 0xa7, 0xe4, + 0xbf, 0x1d, 0x58, 0x36, 0x2d, 0x96, 0x60, 0xb5, 0x5b, 0x85, 0x60, 0x9c, 0xcd, 0x01, 0x38, 0xad, + 0xb6, 0xff, 0xaf, 0x5b, 0x29, 0x64, 0xc0, 0xda, 0x7a, 0x41, 0x20, 0x67, 0xf6, 0x31, 0x98, 0xe2, + 0x1d, 0xf2, 0x45, 0xdb, 0x62, 0x8c, 0xa8, 0xad, 0xe4, 0x21, 0x38, 0xdd, 0x26, 0x98, 0x91, 0xda, + 0xd9, 0x4b, 0xb6, 0x95, 0x29, 0xca, 0x7c, 0xda, 0xba, 0x5e, 0x35, 0x3e, 0x6d, 0xa1, 0x4f, 0x5d, + 0xb7, 0xad, 0xa5, 0x18, 0xf3, 0x69, 0x0f, 0x76, 0x99, 0x9d, 0x7d, 0x30, 0xab, 0x74, 0x98, 0xaf, + 0xd9, 0x56, 0x67, 0xb8, 0xda, 0x5a, 0x31, 0x1c, 0xe7, 0x14, 0x82, 0x37, 0x06, 0x3a, 0xc5, 0x2b, + 0x39, 0x34, 0x38, 0xb2, 0xf6, 0x76, 0x51, 0xa4, 0x64, 0x60, 0x4a, 0x2f, 0xd8, 0x6c, 0x60, 0x32, + 0xd0, 0x62, 0x60, 0xfa, 0xfe, 0xb0, 0xf3, 0x39, 0x38, 0x33, 0xd8, 0x1c, 0xbe, 0x91, 0x43, 0x25, + 0x83, 0xd6, 0x6e, 0x17, 0x86, 0x72, 0x96, 0x9f, 0x81, 0x93, 0x62, 0xbb, 0xf8, 0xaa, 0x89, 0x82, + 0x00, 0xaa, 0xbd, 0x55, 0x00, 0x24, 0x5d, 0x04, 0x52, 0x87, 0x76, 0x39, 0x47, 0x48, 0x76, 0xd9, + 0xdc, 0x2a, 0x04, 0xe3, 0x6c, 0x9e, 0x82, 0x39, 0x6d, 0x63, 0x76, 0xb5, 0x80, 0xac, 0x1c, 0x5d, + 0x7b, 0x67, 0x18, 0x34, 0xe7, 0xfd, 0x04, 0x4c, 0x67, 0x1d, 0xd7, 0x2b, 0x26, 0x12, 0x1c, 0x52, + 0xbb, 0x91, 0x0b, 0x11, 0xdd, 0x56, 0x68, 0x85, 0xd6, 0x6d, 0x0b, 0x29, 0xc6, 0xec, 0xb6, 0x83, + 0xbd, 0x4e, 0x7c, 0x36, 0x72, 0xa3, 0x73, 0x39, 0x67, 0x31, 0x85, 0x99, 0xcf, 0x46, 0xdb, 0xcc, + 0xc4, 0x66, 0x3d, 0xd8, 0xc9, 0xb4, 0x2a, 0x41, 0x82, 0x9a, 0xcd, 0xda, 0xd8, 0xb5, 0xc4, 0xe6, + 0xa0, 0x6d, 0x59, 0xae, 0x16, 0x23, 0xc5, 0xf6, 0xf9, 0xce, 0x30, 0x68, 0xd1, 0xa5, 0xc4, 0xf6, + 0xe4, 0x55, 0x0b, 0x91, 0x14, 0x64, 0x76, 0x29, 0x4d, 0x63, 0x92, 0x1d, 0x9b, 0x70, 0xd9, 0xda, + 0x8e, 0x4d, 0xb8, 0x6b, 0x6f, 0x15, 0x82, 0x29, 0xfb, 0xe0, 0x8d, 0x47, 0xdb, 0x3e, 0x52, 0x90, + 0x75, 0x1f, 0x6a, 0x73, 0x11, 0x47, 0x0d, 0xa5, 0xb3, 0x68, 0x8c, 0x1a, 0x32, 0xce, 0x1c, 0x35, + 0x0c, 0x6d, 0xc5, 0x03, 0x70, 0x5a, 0x6d, 0x15, 0x5e, 0x37, 0x4b, 0x2a, 0x01, 0xcd, 0xb7, 0xb8, + 0xa1, 0xdf, 0x87, 0xc3, 0xb9, 0xd4, 0xec, 0x5b, 0xca, 0x25, 0x80, 0xb7, 0xb4, 0x5a, 0x04, 0xa5, + 0xdd, 0x10, 0x33, 0xed, 0xfc, 0x0d, 0x31, 0xab, 0x5e, 0x2f, 0x08, 0x54, 0x73, 0xb9, 0xac, 0x8d, + 0x67, 0xcd, 0xe5, 0x38, 0xcc, 0x9e, 0xcb, 0x0d, 0x74, 0xdc, 0x9c, 0x2f, 0xc1, 0x9b, 0xfa, 0x6e, + 0xdb, 0xad, 0xdc, 0x38, 0x2a, 0xc2, 0x6b, 0x77, 0x87, 0x82, 0x5b, 0xd8, 0xb3, 0x4e, 0x59, 0x51, + 0xf6, 0x14, 0x5e, 0x98, 0xbd, 0xdc, 0xd2, 0x22, 0x29, 0x94, 0xdc, 0xcf, 0xba, 0x96, 0x4f, 0x08, + 0xe3, 0x2c, 0x29, 0x94, 0xb6, 0x89, 0x85, 0xed, 0x53, 0x6a, 0x60, 0x2d, 0x59, 0x83, 0x1e, 0x43, + 0xd5, 0x56, 0x8b, 0xa0, 0xc4, 0xdd, 0x28, 0xbd, 0x23, 0xe3, 0x6e, 0x64, 0x9c, 0x79, 0x37, 0xfa, + 0xb6, 0x11, 0x0e, 0x2e, 0x83, 0x3d, 0xa3, 0x1b, 0x39, 0x44, 0x32, 0xa8, 0x39, 0xb8, 0x18, 0xfb, + 0x45, 0xd8, 0x1f, 0xe4, 0x66, 0xd1, 0x72, 0x0e, 0x0d, 0x0a, 0x33, 0xfb, 0x83, 0xb6, 0x59, 0x84, + 0x7d, 0x5c, 0xed, 0x14, 0x5d, 0x2f, 0x70, 0xef, 0x61, 0xa0, 0xd9, 0xc7, 0x4d, 0x7d, 0xa1, 0x23, + 0x70, 0x56, 0xd7, 0xf9, 0x79, 0xab, 0x00, 0x1d, 0xfe, 0x22, 0xb9, 0x33, 0x04, 0x58, 0x49, 0x0e, + 0x94, 0x66, 0xce, 0x8d, 0xbc, 0x30, 0xc2, 0xa1, 0xd6, 0xe4, 0x40, 0xdf, 0xaa, 0xa1, 0x17, 0xb4, + 0xd0, 0xa7, 0x59, 0xb2, 0xc7, 0x45, 0x8a, 0xb2, 0x5d, 0xd0, 0x83, 0xad, 0x98, 0xf4, 0xce, 0xcc, + 0xfa, 0x30, 0xcb, 0x79, 0xcf, 0x41, 0x02, 0xb3, 0xdf, 0x99, 0x83, 0x2d, 0x96, 0x27, 0x60, 0x3a, + 0x6b, 0x9b, 0x5c, 0xb1, 0xba, 0x28, 0xb1, 0x8b, 0x1b, 0xb9, 0x10, 0x25, 0xf5, 0x4c, 0xfb, 0x15, + 0xb6, 0xd4, 0x93, 0x61, 0xac, 0xa9, 0xa7, 0xd2, 0x94, 0xc0, 0xc6, 0xad, 0x76, 0x24, 0xae, 0xe7, + 0xb8, 0x47, 0x0a, 0x34, 0x1b, 0xb7, 0xa1, 0x1f, 0x81, 0x6d, 0x6c, 0xb0, 0x19, 0x61, 0x54, 0xc5, + 0x00, 0xd4, 0x6c, 0x63, 0xc6, 0x76, 0x04, 0xb6, 0x31, 0xa9, 0x17, 0x61, 0xb4, 0x31, 0x11, 0x65, + 0xb6, 0x31, 0x5d, 0x0b, 0x02, 0xeb, 0x50, 0x6d, 0x3f, 0x18, 0x75, 0xa8, 0x00, 0xcd, 0x3a, 0x34, + 0x34, 0x03, 0xb0, 0x41, 0xcb, 0x8d, 0x80, 0xe5, 0x5c, 0x0a, 0x18, 0x66, 0x36, 0x68, 0x6d, 0xa9, + 0x1d, 0x27, 0x9d, 0x62, 0x9d, 0xfd, 0x6a, 0xee, 0xea, 0xed, 0xc8, 0x9c, 0x74, 0x6a, 0x2a, 0xe8, + 0x38, 0x32, 0x29, 0xd5, 0xf3, 0x6b, 0xf9, 0xaa, 0xc0, 0x38, 0x73, 0x64, 0xd2, 0x17, 0xc2, 0xa5, + 0xe3, 0x61, 0xf5, 0xc4, 0xfc, 0xe3, 0xa1, 0xc0, 0x02, 0xc7, 0x23, 0x57, 0x0e, 0xf1, 0x83, 0x47, + 0x5b, 0x72, 0x5f, 0x2d, 0x60, 0xba, 0x1c, 0x6d, 0x7e, 0xf0, 0xd8, 0xea, 0xee, 0xce, 0x2e, 0x98, + 0x4c, 0x8b, 0xee, 0x0b, 0xb6, 0xeb, 0xab, 0xe1, 0x85, 0xb5, 0xeb, 0x39, 0x00, 0xb1, 0xd0, 0x33, + 0x50, 0x45, 0x5f, 0x29, 0x20, 0x1e, 0x41, 0x9a, 0x0b, 0x3d, 0xa6, 0x22, 0x39, 0x7b, 0xed, 0xf0, + 0x0a, 0xb9, 0xed, 0xb5, 0x93, 0x82, 0xac, 0xaf, 0x1d, 0xb5, 0xf6, 0xed, 0x20, 0xe0, 0x68, 0x0a, + 0xdf, 0xd6, 0x2a, 0x9b, 0x8c, 0xad, 0x6d, 0x14, 0xc7, 0xa6, 0x5c, 0x6b, 0x95, 0x5f, 0xbf, 0x7a, + 0x7e, 0xb3, 0xd4, 0x70, 0xbf, 0x7e, 0x31, 0x5f, 0xfa, 0xe6, 0xc5, 0x7c, 0xe9, 0x3f, 0x2f, 0xe6, + 0x4b, 0x7f, 0x78, 0x39, 0x7f, 0xe2, 0x9b, 0x97, 0xf3, 0x27, 0xfe, 0xf5, 0x72, 0xfe, 0xc4, 0xa7, + 0xef, 0xb5, 0x03, 0xb4, 0x7f, 0xd8, 0x5c, 0xf3, 0xa3, 0xee, 0xfa, 0x36, 0xf4, 0x61, 0x88, 0x62, + 0xaf, 0x83, 0x09, 0xbe, 0xef, 0x75, 0xe1, 0xba, 0xfe, 0x1f, 0xb2, 0xa1, 0xe3, 0x1e, 0x4c, 0x9a, + 0x13, 0xe4, 0xdf, 0xe2, 0xdd, 0xf9, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x1d, 0x16, 0x36, + 0x2f, 0x39, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -5500,6 +5595,7 @@ type MsgClient interface { EncounterEdit(ctx context.Context, in *MsgEncounterEdit, opts ...grpc.CallOption) (*MsgEncounterEditResponse, error) EncounterDo(ctx context.Context, in *MsgEncounterDo, opts ...grpc.CallOption) (*MsgEncounterDoResponse, error) EncounterClose(ctx context.Context, in *MsgEncounterClose, opts ...grpc.CallOption) (*MsgEncounterCloseResponse, error) + EncounterDelete(ctx context.Context, in *MsgEncounterDelete, opts ...grpc.CallOption) (*MsgEncounterDeleteResponse, error) EarlyAccessDisinvite(ctx context.Context, in *MsgEarlyAccessDisinvite, opts ...grpc.CallOption) (*MsgEarlyAccessDisinviteResponse, error) CardBan(ctx context.Context, in *MsgCardBan, opts ...grpc.CallOption) (*MsgCardBanResponse, error) EarlyAccessGrant(ctx context.Context, in *MsgEarlyAccessGrant, opts ...grpc.CallOption) (*MsgEarlyAccessGrantResponse, error) @@ -5947,6 +6043,15 @@ func (c *msgClient) EncounterClose(ctx context.Context, in *MsgEncounterClose, o return out, nil } +func (c *msgClient) EncounterDelete(ctx context.Context, in *MsgEncounterDelete, opts ...grpc.CallOption) (*MsgEncounterDeleteResponse, error) { + out := new(MsgEncounterDeleteResponse) + err := c.cc.Invoke(ctx, "/cardchain.cardchain.Msg/EncounterDelete", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *msgClient) EarlyAccessDisinvite(ctx context.Context, in *MsgEarlyAccessDisinvite, opts ...grpc.CallOption) (*MsgEarlyAccessDisinviteResponse, error) { out := new(MsgEarlyAccessDisinviteResponse) err := c.cc.Invoke(ctx, "/cardchain.cardchain.Msg/EarlyAccessDisinvite", in, out, opts...) @@ -6044,6 +6149,7 @@ type MsgServer interface { EncounterEdit(context.Context, *MsgEncounterEdit) (*MsgEncounterEditResponse, error) EncounterDo(context.Context, *MsgEncounterDo) (*MsgEncounterDoResponse, error) EncounterClose(context.Context, *MsgEncounterClose) (*MsgEncounterCloseResponse, error) + EncounterDelete(context.Context, *MsgEncounterDelete) (*MsgEncounterDeleteResponse, error) EarlyAccessDisinvite(context.Context, *MsgEarlyAccessDisinvite) (*MsgEarlyAccessDisinviteResponse, error) CardBan(context.Context, *MsgCardBan) (*MsgCardBanResponse, error) EarlyAccessGrant(context.Context, *MsgEarlyAccessGrant) (*MsgEarlyAccessGrantResponse, error) @@ -6199,6 +6305,9 @@ func (*UnimplementedMsgServer) EncounterDo(ctx context.Context, req *MsgEncounte func (*UnimplementedMsgServer) EncounterClose(ctx context.Context, req *MsgEncounterClose) (*MsgEncounterCloseResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method EncounterClose not implemented") } +func (*UnimplementedMsgServer) EncounterDelete(ctx context.Context, req *MsgEncounterDelete) (*MsgEncounterDeleteResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method EncounterDelete not implemented") +} func (*UnimplementedMsgServer) EarlyAccessDisinvite(ctx context.Context, req *MsgEarlyAccessDisinvite) (*MsgEarlyAccessDisinviteResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method EarlyAccessDisinvite not implemented") } @@ -7083,6 +7192,24 @@ func _Msg_EncounterClose_Handler(srv interface{}, ctx context.Context, dec func( return interceptor(ctx, in, info, handler) } +func _Msg_EncounterDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(MsgEncounterDelete) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(MsgServer).EncounterDelete(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/cardchain.cardchain.Msg/EncounterDelete", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(MsgServer).EncounterDelete(ctx, req.(*MsgEncounterDelete)) + } + return interceptor(ctx, in, info, handler) +} + func _Msg_EarlyAccessDisinvite_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(MsgEarlyAccessDisinvite) if err := dec(in); err != nil { @@ -7370,6 +7497,10 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ MethodName: "EncounterClose", Handler: _Msg_EncounterClose_Handler, }, + { + MethodName: "EncounterDelete", + Handler: _Msg_EncounterDelete_Handler, + }, { MethodName: "EarlyAccessDisinvite", Handler: _Msg_EarlyAccessDisinvite_Handler, @@ -11019,6 +11150,64 @@ func (m *MsgCardCopyrightClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, return len(dAtA) - i, nil } +func (m *MsgEncounterDelete) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgEncounterDelete) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgEncounterDelete) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.Id != 0 { + i = encodeVarintTx(dAtA, i, uint64(m.Id)) + i-- + dAtA[i] = 0x10 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintTx(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *MsgEncounterDeleteResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgEncounterDeleteResponse) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgEncounterDeleteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + return len(dAtA) - i, nil +} + func encodeVarintTx(dAtA []byte, offset int, v uint64) int { offset -= sovTx(v) base := offset @@ -12600,6 +12789,31 @@ func (m *MsgCardCopyrightClaimResponse) Size() (n int) { return n } +func (m *MsgEncounterDelete) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovTx(uint64(l)) + } + if m.Id != 0 { + n += 1 + sovTx(uint64(m.Id)) + } + return n +} + +func (m *MsgEncounterDeleteResponse) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + return n +} + func sovTx(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -22706,6 +22920,157 @@ func (m *MsgCardCopyrightClaimResponse) Unmarshal(dAtA []byte) error { } return nil } +func (m *MsgEncounterDelete) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTx + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgEncounterDelete: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgEncounterDelete: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTx + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthTx + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthTx + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) + } + m.Id = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTx + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Id |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipTx(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthTx + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *MsgEncounterDeleteResponse) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTx + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgEncounterDeleteResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgEncounterDeleteResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + default: + iNdEx = preIndex + skippy, err := skipTx(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthTx + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipTx(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0