diff --git a/pkl/txns.pkl b/pkl/txns.pkl index cca6e8204..0355537aa 100644 --- a/pkl/txns.pkl +++ b/pkl/txns.pkl @@ -23,26 +23,26 @@ class Proposal { /// Gov module messages - class MsgGovSubmitProposal extends Msg { +class MsgGovSubmitProposal extends Msg { typeUrl = "/cosmos.gov.v1beta1.MsgSubmitProposal" content: Proposal initialDeposit: List proposer: AccAddress - } +} - class MsgGovVote extends Msg { +class MsgGovVote extends Msg { typeUrl = "/cosmos.gov.v1beta1.MsgVote" proposalId: Int voter: AccAddress option: Int - } +} - class MsgGovDeposit extends Msg { +class MsgGovDeposit extends Msg { typeUrl = "/cosmos.gov.v1beta1.MsgDeposit" proposalId: Int depositor: AccAddress amount: List - } +} /// Group module messages class MsgGroupCreateGroup extends Msg {