v1beta1 : { ProposalStatus : any ; VoteOption : any ; LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AminoConverter : { /cosmos.gov.v1beta1.MsgDeposit : { aminoType : string ; fromAmino : ( ( object : MsgDepositAmino ) => MsgDeposit ) ; toAmino : ( ( message : MsgDeposit ) => MsgDepositAmino ) ; } ; /cosmos.gov.v1beta1.MsgSubmitProposal : { aminoType : string ; fromAmino : ( ( object : MsgSubmitProposalAmino ) => MsgSubmitProposal ) ; toAmino : ( ( message : MsgSubmitProposal ) => MsgSubmitProposalAmino ) ; } ; /cosmos.gov.v1beta1.MsgVote : { aminoType : string ; fromAmino : ( ( object : MsgVoteAmino ) => MsgVote ) ; toAmino : ( ( message : MsgVote ) => MsgVoteAmino ) ; } ; /cosmos.gov.v1beta1.MsgVoteWeighted : { aminoType : string ; fromAmino : ( ( object : MsgVoteWeightedAmino ) => MsgVoteWeighted ) ; toAmino : ( ( message : MsgVoteWeighted ) => MsgVoteWeightedAmino ) ; } ; } ; Content_FromAmino : ( ( content : AnyAmino ) => Any ) ; Content_InterfaceDecoder : ( ( input : Uint8Array | BinaryReader ) => Any | TextProposal ) ; Content_ToAmino : ( ( content : Any ) => AnyAmino ) ; Deposit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Deposit ; encode ( message : Deposit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DepositAmino ) : Deposit ; fromAminoMsg ( object : DepositAminoMsg ) : Deposit ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } ) : Deposit ; fromProtoMsg ( message : DepositProtoMsg ) : Deposit ; toAmino ( message : Deposit ) : DepositAmino ; toAminoMsg ( message : Deposit ) : DepositAminoMsg ; toProto ( message : Deposit ) : Uint8Array ; toProtoMsg ( message : Deposit ) : DepositProtoMsg ; } ; DepositParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DepositParams ; encode ( message : DepositParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DepositParamsAmino ) : DepositParams ; fromAminoMsg ( object : DepositParamsAminoMsg ) : DepositParams ; fromPartial ( object : { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ) : DepositParams ; fromProtoMsg ( message : DepositParamsProtoMsg ) : DepositParams ; toAmino ( message : DepositParams ) : DepositParamsAmino ; toAminoMsg ( message : DepositParams ) : DepositParamsAminoMsg ; toProto ( message : DepositParams ) : Uint8Array ; toProtoMsg ( message : DepositParams ) : DepositParamsProtoMsg ; } ; GenesisState : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : GenesisState ; encode ( message : GenesisState ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { depositParams ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ; deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] ; proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] ; startingProposalId ?: bigint ; tallyParams ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ; votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] ; votingParams ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; MessageComposer : { encoded : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : Uint8Array ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : Uint8Array ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : Uint8Array ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : MsgDeposit ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : MsgSubmitProposal ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : MsgVote ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : MsgVoteWeighted ; } ; } ; withTypeUrl : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : MsgDeposit ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : MsgSubmitProposal ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : MsgVote ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : MsgVoteWeighted ; } ; } ; } ; MsgDeposit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgDeposit ; encode ( message : MsgDeposit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgDepositAmino ) : MsgDeposit ; fromAminoMsg ( object : MsgDepositAminoMsg ) : MsgDeposit ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } ) : MsgDeposit ; fromProtoMsg ( message : MsgDepositProtoMsg ) : MsgDeposit ; toAmino ( message : MsgDeposit ) : MsgDepositAmino ; toAminoMsg ( message : MsgDeposit ) : MsgDepositAminoMsg ; toProto ( message : MsgDeposit ) : Uint8Array ; toProtoMsg ( message : MsgDeposit ) : MsgDepositProtoMsg ; } ; MsgDepositResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgDepositResponse ; encode ( _ : MsgDepositResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgDepositResponseAmino ) : MsgDepositResponse ; fromAminoMsg ( object : MsgDepositResponseAminoMsg ) : MsgDepositResponse ; fromPartial ( _ : {} ) : MsgDepositResponse ; fromProtoMsg ( message : MsgDepositResponseProtoMsg ) : MsgDepositResponse ; toAmino ( _ : MsgDepositResponse ) : MsgDepositResponseAmino ; toAminoMsg ( message : MsgDepositResponse ) : MsgDepositResponseAminoMsg ; toProto ( message : MsgDepositResponse ) : Uint8Array ; toProtoMsg ( message : MsgDepositResponse ) : MsgDepositResponseProtoMsg ; } ; MsgSubmitProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgSubmitProposal ; encode ( message : MsgSubmitProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgSubmitProposalAmino ) : MsgSubmitProposal ; fromAminoMsg ( object : MsgSubmitProposalAminoMsg ) : MsgSubmitProposal ; fromPartial ( object : { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; initialDeposit ?: { amount ?: string ; denom ?: string ; } [] ; isExpedited ?: boolean ; proposer ?: string ; } ) : MsgSubmitProposal ; fromProtoMsg ( message : MsgSubmitProposalProtoMsg ) : MsgSubmitProposal ; toAmino ( message : MsgSubmitProposal ) : MsgSubmitProposalAmino ; toAminoMsg ( message : MsgSubmitProposal ) : MsgSubmitProposalAminoMsg ; toProto ( message : MsgSubmitProposal ) : Uint8Array ; toProtoMsg ( message : MsgSubmitProposal ) : MsgSubmitProposalProtoMsg ; } ; MsgSubmitProposalResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgSubmitProposalResponse ; encode ( message : MsgSubmitProposalResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgSubmitProposalResponseAmino ) : MsgSubmitProposalResponse ; fromAminoMsg ( object : MsgSubmitProposalResponseAminoMsg ) : MsgSubmitProposalResponse ; fromPartial ( object : { proposalId ?: bigint ; } ) : MsgSubmitProposalResponse ; fromProtoMsg ( message : MsgSubmitProposalResponseProtoMsg ) : MsgSubmitProposalResponse ; toAmino ( message : MsgSubmitProposalResponse ) : MsgSubmitProposalResponseAmino ; toAminoMsg ( message : MsgSubmitProposalResponse ) : MsgSubmitProposalResponseAminoMsg ; toProto ( message : MsgSubmitProposalResponse ) : Uint8Array ; toProtoMsg ( message : MsgSubmitProposalResponse ) : MsgSubmitProposalResponseProtoMsg ; } ; MsgVote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgVote ; encode ( message : MsgVote ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgVoteAmino ) : MsgVote ; fromAminoMsg ( object : MsgVoteAminoMsg ) : MsgVote ; fromPartial ( object : { option ?: VoteOption ; proposalId ?: bigint ; voter ?: string ; } ) : MsgVote ; fromProtoMsg ( message : MsgVoteProtoMsg ) : MsgVote ; toAmino ( message : MsgVote ) : MsgVoteAmino ; toAminoMsg ( message : MsgVote ) : MsgVoteAminoMsg ; toProto ( message : MsgVote ) : Uint8Array ; toProtoMsg ( message : MsgVote ) : MsgVoteProtoMsg ; } ; MsgVoteResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgVoteResponse ; encode ( _ : MsgVoteResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgVoteResponseAmino ) : MsgVoteResponse ; fromAminoMsg ( object : MsgVoteResponseAminoMsg ) : MsgVoteResponse ; fromPartial ( _ : {} ) : MsgVoteResponse ; fromProtoMsg ( message : MsgVoteResponseProtoMsg ) : MsgVoteResponse ; toAmino ( _ : MsgVoteResponse ) : MsgVoteResponseAmino ; toAminoMsg ( message : MsgVoteResponse ) : MsgVoteResponseAminoMsg ; toProto ( message : MsgVoteResponse ) : Uint8Array ; toProtoMsg ( message : MsgVoteResponse ) : MsgVoteResponseProtoMsg ; } ; MsgVoteWeighted : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgVoteWeighted ; encode ( message : MsgVoteWeighted ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgVoteWeightedAmino ) : MsgVoteWeighted ; fromAminoMsg ( object : MsgVoteWeightedAminoMsg ) : MsgVoteWeighted ; fromPartial ( object : { options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } ) : MsgVoteWeighted ; fromProtoMsg ( message : MsgVoteWeightedProtoMsg ) : MsgVoteWeighted ; toAmino ( message : MsgVoteWeighted ) : MsgVoteWeightedAmino ; toAminoMsg ( message : MsgVoteWeighted ) : MsgVoteWeightedAminoMsg ; toProto ( message : MsgVoteWeighted ) : Uint8Array ; toProtoMsg ( message : MsgVoteWeighted ) : MsgVoteWeightedProtoMsg ; } ; MsgVoteWeightedResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgVoteWeightedResponse ; encode ( _ : MsgVoteWeightedResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgVoteWeightedResponseAmino ) : MsgVoteWeightedResponse ; fromAminoMsg ( object : MsgVoteWeightedResponseAminoMsg ) : MsgVoteWeightedResponse ; fromPartial ( _ : {} ) : MsgVoteWeightedResponse ; fromProtoMsg ( message : MsgVoteWeightedResponseProtoMsg ) : MsgVoteWeightedResponse ; toAmino ( _ : MsgVoteWeightedResponse ) : MsgVoteWeightedResponseAmino ; toAminoMsg ( message : MsgVoteWeightedResponse ) : MsgVoteWeightedResponseAminoMsg ; toProto ( message : MsgVoteWeightedResponse ) : Uint8Array ; toProtoMsg ( message : MsgVoteWeightedResponse ) : MsgVoteWeightedResponseProtoMsg ; } ; Proposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Proposal ; encode ( message : Proposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ProposalAmino ) : Proposal ; fromAminoMsg ( object : ProposalAminoMsg ) : Proposal ; fromPartial ( object : { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } ) : Proposal ; fromProtoMsg ( message : ProposalProtoMsg ) : Proposal ; toAmino ( message : Proposal ) : ProposalAmino ; toAminoMsg ( message : Proposal ) : ProposalAminoMsg ; toProto ( message : Proposal ) : Uint8Array ; toProtoMsg ( message : Proposal ) : ProposalProtoMsg ; } ; ProposalStatusAmino : typeof ProposalStatus ; ProposalStatusSDKType : typeof ProposalStatus ; QueryDepositRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDepositRequest ; encode ( message : QueryDepositRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDepositRequestAmino ) : QueryDepositRequest ; fromAminoMsg ( object : QueryDepositRequestAminoMsg ) : QueryDepositRequest ; fromPartial ( object : { depositor ?: string ; proposalId ?: bigint ; } ) : QueryDepositRequest ; fromProtoMsg ( message : QueryDepositRequestProtoMsg ) : QueryDepositRequest ; toAmino ( message : QueryDepositRequest ) : QueryDepositRequestAmino ; toAminoMsg ( message : QueryDepositRequest ) : QueryDepositRequestAminoMsg ; toProto ( message : QueryDepositRequest ) : Uint8Array ; toProtoMsg ( message : QueryDepositRequest ) : QueryDepositRequestProtoMsg ; } ; QueryDepositResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDepositResponse ; encode ( message : QueryDepositResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDepositResponseAmino ) : QueryDepositResponse ; fromAminoMsg ( object : QueryDepositResponseAminoMsg ) : QueryDepositResponse ; fromPartial ( object : { deposit ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } ; } ) : QueryDepositResponse ; fromProtoMsg ( message : QueryDepositResponseProtoMsg ) : QueryDepositResponse ; toAmino ( message : QueryDepositResponse ) : QueryDepositResponseAmino ; toAminoMsg ( message : QueryDepositResponse ) : QueryDepositResponseAminoMsg ; toProto ( message : QueryDepositResponse ) : Uint8Array ; toProtoMsg ( message : QueryDepositResponse ) : QueryDepositResponseProtoMsg ; } ; QueryDepositsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDepositsRequest ; encode ( message : QueryDepositsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDepositsRequestAmino ) : QueryDepositsRequest ; fromAminoMsg ( object : QueryDepositsRequestAminoMsg ) : QueryDepositsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; proposalId ?: bigint ; } ) : QueryDepositsRequest ; fromProtoMsg ( message : QueryDepositsRequestProtoMsg ) : QueryDepositsRequest ; toAmino ( message : QueryDepositsRequest ) : QueryDepositsRequestAmino ; toAminoMsg ( message : QueryDepositsRequest ) : QueryDepositsRequestAminoMsg ; toProto ( message : QueryDepositsRequest ) : Uint8Array ; toProtoMsg ( message : QueryDepositsRequest ) : QueryDepositsRequestProtoMsg ; } ; QueryDepositsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDepositsResponse ; encode ( message : QueryDepositsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDepositsResponseAmino ) : QueryDepositsResponse ; fromAminoMsg ( object : QueryDepositsResponseAminoMsg ) : QueryDepositsResponse ; fromPartial ( object : { deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryDepositsResponse ; fromProtoMsg ( message : QueryDepositsResponseProtoMsg ) : QueryDepositsResponse ; toAmino ( message : QueryDepositsResponse ) : QueryDepositsResponseAmino ; toAminoMsg ( message : QueryDepositsResponse ) : QueryDepositsResponseAminoMsg ; toProto ( message : QueryDepositsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDepositsResponse ) : QueryDepositsResponseProtoMsg ; } ; QueryParamsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsRequest ; encode ( message : QueryParamsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryParamsRequestAmino ) : QueryParamsRequest ; fromAminoMsg ( object : QueryParamsRequestAminoMsg ) : QueryParamsRequest ; fromPartial ( object : { paramsType ?: string ; } ) : QueryParamsRequest ; fromProtoMsg ( message : QueryParamsRequestProtoMsg ) : QueryParamsRequest ; toAmino ( message : QueryParamsRequest ) : QueryParamsRequestAmino ; toAminoMsg ( message : QueryParamsRequest ) : QueryParamsRequestAminoMsg ; toProto ( message : QueryParamsRequest ) : Uint8Array ; toProtoMsg ( message : QueryParamsRequest ) : QueryParamsRequestProtoMsg ; } ; QueryParamsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsResponse ; encode ( message : QueryParamsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryParamsResponseAmino ) : QueryParamsResponse ; fromAminoMsg ( object : QueryParamsResponseAminoMsg ) : QueryParamsResponse ; fromPartial ( object : { depositParams ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ; tallyParams ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ; votingParams ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toAminoMsg ( message : QueryParamsResponse ) : QueryParamsResponseAminoMsg ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } ; QueryProposalRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryProposalRequest ; encode ( message : QueryProposalRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryProposalRequestAmino ) : QueryProposalRequest ; fromAminoMsg ( object : QueryProposalRequestAminoMsg ) : QueryProposalRequest ; fromPartial ( object : { proposalId ?: bigint ; } ) : QueryProposalRequest ; fromProtoMsg ( message : QueryProposalRequestProtoMsg ) : QueryProposalRequest ; toAmino ( message : QueryProposalRequest ) : QueryProposalRequestAmino ; toAminoMsg ( message : QueryProposalRequest ) : QueryProposalRequestAminoMsg ; toProto ( message : QueryProposalRequest ) : Uint8Array ; toProtoMsg ( message : QueryProposalRequest ) : QueryProposalRequestProtoMsg ; } ; QueryProposalResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryProposalResponse ; encode ( message : QueryProposalResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryProposalResponseAmino ) : QueryProposalResponse ; fromAminoMsg ( object : QueryProposalResponseAminoMsg ) : QueryProposalResponse ; fromPartial ( object : { proposal ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } ; } ) : QueryProposalResponse ; fromProtoMsg ( message : QueryProposalResponseProtoMsg ) : QueryProposalResponse ; toAmino ( message : QueryProposalResponse ) : QueryProposalResponseAmino ; toAminoMsg ( message : QueryProposalResponse ) : QueryProposalResponseAminoMsg ; toProto ( message : QueryProposalResponse ) : Uint8Array ; toProtoMsg ( message : QueryProposalResponse ) : QueryProposalResponseProtoMsg ; } ; QueryProposalsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryProposalsRequest ; encode ( message : QueryProposalsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryProposalsRequestAmino ) : QueryProposalsRequest ; fromAminoMsg ( object : QueryProposalsRequestAminoMsg ) : QueryProposalsRequest ; fromPartial ( object : { depositor ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; proposalStatus ?: ProposalStatus ; voter ?: string ; } ) : QueryProposalsRequest ; fromProtoMsg ( message : QueryProposalsRequestProtoMsg ) : QueryProposalsRequest ; toAmino ( message : QueryProposalsRequest ) : QueryProposalsRequestAmino ; toAminoMsg ( message : QueryProposalsRequest ) : QueryProposalsRequestAminoMsg ; toProto ( message : QueryProposalsRequest ) : Uint8Array ; toProtoMsg ( message : QueryProposalsRequest ) : QueryProposalsRequestProtoMsg ; } ; QueryProposalsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryProposalsResponse ; encode ( message : QueryProposalsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryProposalsResponseAmino ) : QueryProposalsResponse ; fromAminoMsg ( object : QueryProposalsResponseAminoMsg ) : QueryProposalsResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] ; } ) : QueryProposalsResponse ; fromProtoMsg ( message : QueryProposalsResponseProtoMsg ) : QueryProposalsResponse ; toAmino ( message : QueryProposalsResponse ) : QueryProposalsResponseAmino ; toAminoMsg ( message : QueryProposalsResponse ) : QueryProposalsResponseAminoMsg ; toProto ( message : QueryProposalsResponse ) : Uint8Array ; toProtoMsg ( message : QueryProposalsResponse ) : QueryProposalsResponseProtoMsg ; } ; QueryTallyResultRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryTallyResultRequest ; encode ( message : QueryTallyResultRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryTallyResultRequestAmino ) : QueryTallyResultRequest ; fromAminoMsg ( object : QueryTallyResultRequestAminoMsg ) : QueryTallyResultRequest ; fromPartial ( object : { proposalId ?: bigint ; } ) : QueryTallyResultRequest ; fromProtoMsg ( message : QueryTallyResultRequestProtoMsg ) : QueryTallyResultRequest ; toAmino ( message : QueryTallyResultRequest ) : QueryTallyResultRequestAmino ; toAminoMsg ( message : QueryTallyResultRequest ) : QueryTallyResultRequestAminoMsg ; toProto ( message : QueryTallyResultRequest ) : Uint8Array ; toProtoMsg ( message : QueryTallyResultRequest ) : QueryTallyResultRequestProtoMsg ; } ; QueryTallyResultResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryTallyResultResponse ; encode ( message : QueryTallyResultResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryTallyResultResponseAmino ) : QueryTallyResultResponse ; fromAminoMsg ( object : QueryTallyResultResponseAminoMsg ) : QueryTallyResultResponse ; fromPartial ( object : { tally ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; } ) : QueryTallyResultResponse ; fromProtoMsg ( message : QueryTallyResultResponseProtoMsg ) : QueryTallyResultResponse ; toAmino ( message : QueryTallyResultResponse ) : QueryTallyResultResponseAmino ; toAminoMsg ( message : QueryTallyResultResponse ) : QueryTallyResultResponseAminoMsg ; toProto ( message : QueryTallyResultResponse ) : Uint8Array ; toProtoMsg ( message : QueryTallyResultResponse ) : QueryTallyResultResponseProtoMsg ; } ; QueryVoteRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVoteRequest ; encode ( message : QueryVoteRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVoteRequestAmino ) : QueryVoteRequest ; fromAminoMsg ( object : QueryVoteRequestAminoMsg ) : QueryVoteRequest ; fromPartial ( object : { proposalId ?: bigint ; voter ?: string ; } ) : QueryVoteRequest ; fromProtoMsg ( message : QueryVoteRequestProtoMsg ) : QueryVoteRequest ; toAmino ( message : QueryVoteRequest ) : QueryVoteRequestAmino ; toAminoMsg ( message : QueryVoteRequest ) : QueryVoteRequestAminoMsg ; toProto ( message : QueryVoteRequest ) : Uint8Array ; toProtoMsg ( message : QueryVoteRequest ) : QueryVoteRequestProtoMsg ; } ; QueryVoteResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVoteResponse ; encode ( message : QueryVoteResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVoteResponseAmino ) : QueryVoteResponse ; fromAminoMsg ( object : QueryVoteResponseAminoMsg ) : QueryVoteResponse ; fromPartial ( object : { vote ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } ; } ) : QueryVoteResponse ; fromProtoMsg ( message : QueryVoteResponseProtoMsg ) : QueryVoteResponse ; toAmino ( message : QueryVoteResponse ) : QueryVoteResponseAmino ; toAminoMsg ( message : QueryVoteResponse ) : QueryVoteResponseAminoMsg ; toProto ( message : QueryVoteResponse ) : Uint8Array ; toProtoMsg ( message : QueryVoteResponse ) : QueryVoteResponseProtoMsg ; } ; QueryVotesRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVotesRequest ; encode ( message : QueryVotesRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVotesRequestAmino ) : QueryVotesRequest ; fromAminoMsg ( object : QueryVotesRequestAminoMsg ) : QueryVotesRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; proposalId ?: bigint ; } ) : QueryVotesRequest ; fromProtoMsg ( message : QueryVotesRequestProtoMsg ) : QueryVotesRequest ; toAmino ( message : QueryVotesRequest ) : QueryVotesRequestAmino ; toAminoMsg ( message : QueryVotesRequest ) : QueryVotesRequestAminoMsg ; toProto ( message : QueryVotesRequest ) : Uint8Array ; toProtoMsg ( message : QueryVotesRequest ) : QueryVotesRequestProtoMsg ; } ; QueryVotesResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVotesResponse ; encode ( message : QueryVotesResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVotesResponseAmino ) : QueryVotesResponse ; fromAminoMsg ( object : QueryVotesResponseAminoMsg ) : QueryVotesResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] ; } ) : QueryVotesResponse ; fromProtoMsg ( message : QueryVotesResponseProtoMsg ) : QueryVotesResponse ; toAmino ( message : QueryVotesResponse ) : QueryVotesResponseAmino ; toAminoMsg ( message : QueryVotesResponse ) : QueryVotesResponseAminoMsg ; toProto ( message : QueryVotesResponse ) : Uint8Array ; toProtoMsg ( message : QueryVotesResponse ) : QueryVotesResponseProtoMsg ; } ; TallyParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : TallyParams ; encode ( message : TallyParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TallyParamsAmino ) : TallyParams ; fromAminoMsg ( object : TallyParamsAminoMsg ) : TallyParams ; fromPartial ( object : { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ) : TallyParams ; fromProtoMsg ( message : TallyParamsProtoMsg ) : TallyParams ; toAmino ( message : TallyParams ) : TallyParamsAmino ; toAminoMsg ( message : TallyParams ) : TallyParamsAminoMsg ; toProto ( message : TallyParams ) : Uint8Array ; toProtoMsg ( message : TallyParams ) : TallyParamsProtoMsg ; } ; TallyResult : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : TallyResult ; encode ( message : TallyResult ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TallyResultAmino ) : TallyResult ; fromAminoMsg ( object : TallyResultAminoMsg ) : TallyResult ; fromPartial ( object : { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ) : TallyResult ; fromProtoMsg ( message : TallyResultProtoMsg ) : TallyResult ; toAmino ( message : TallyResult ) : TallyResultAmino ; toAminoMsg ( message : TallyResult ) : TallyResultAminoMsg ; toProto ( message : TallyResult ) : Uint8Array ; toProtoMsg ( message : TallyResult ) : TallyResultProtoMsg ; } ; TextProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : TextProposal ; encode ( message : TextProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TextProposalAmino ) : TextProposal ; fromAminoMsg ( object : TextProposalAminoMsg ) : TextProposal ; fromPartial ( object : { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ) : TextProposal ; fromProtoMsg ( message : TextProposalProtoMsg ) : TextProposal ; toAmino ( message : TextProposal ) : TextProposalAmino ; toAminoMsg ( message : TextProposal ) : TextProposalAminoMsg ; toProto ( message : TextProposal ) : Uint8Array ; toProtoMsg ( message : TextProposal ) : TextProposalProtoMsg ; } ; Vote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Vote ; encode ( message : Vote ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VoteAmino ) : Vote ; fromAminoMsg ( object : VoteAminoMsg ) : Vote ; fromPartial ( object : { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } ) : Vote ; fromProtoMsg ( message : VoteProtoMsg ) : Vote ; toAmino ( message : Vote ) : VoteAmino ; toAminoMsg ( message : Vote ) : VoteAminoMsg ; toProto ( message : Vote ) : Uint8Array ; toProtoMsg ( message : Vote ) : VoteProtoMsg ; } ; VoteOptionAmino : typeof VoteOption ; VoteOptionSDKType : typeof VoteOption ; VotingParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : VotingParams ; encode ( message : VotingParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VotingParamsAmino ) : VotingParams ; fromAminoMsg ( object : VotingParamsAminoMsg ) : VotingParams ; fromPartial ( object : { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ) : VotingParams ; fromProtoMsg ( message : VotingParamsProtoMsg ) : VotingParams ; toAmino ( message : VotingParams ) : VotingParamsAmino ; toAminoMsg ( message : VotingParams ) : VotingParamsAminoMsg ; toProto ( message : VotingParams ) : Uint8Array ; toProtoMsg ( message : VotingParams ) : VotingParamsProtoMsg ; } ; WeightedVoteOption : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : WeightedVoteOption ; encode ( message : WeightedVoteOption ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : WeightedVoteOptionAmino ) : WeightedVoteOption ; fromAminoMsg ( object : WeightedVoteOptionAminoMsg ) : WeightedVoteOption ; fromPartial ( object : { option ?: VoteOption ; weight ?: string ; } ) : WeightedVoteOption ; fromProtoMsg ( message : WeightedVoteOptionProtoMsg ) : WeightedVoteOption ; toAmino ( message : WeightedVoteOption ) : WeightedVoteOptionAmino ; toAminoMsg ( message : WeightedVoteOption ) : WeightedVoteOptionAminoMsg ; toProto ( message : WeightedVoteOption ) : Uint8Array ; toProtoMsg ( message : WeightedVoteOption ) : WeightedVoteOptionProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { deposit ( request : QueryDepositRequest ) : Promise < QueryDepositResponse > ; deposits ( request : QueryDepositsRequest ) : Promise < QueryDepositsResponse > ; params ( request : QueryParamsRequest ) : Promise < QueryParamsResponse > ; proposal ( request : QueryProposalRequest ) : Promise < QueryProposalResponse > ; proposals ( request : QueryProposalsRequest ) : Promise < QueryProposalsResponse > ; tallyResult ( request : QueryTallyResultRequest ) : Promise < QueryTallyResultResponse > ; vote ( request : QueryVoteRequest ) : Promise < QueryVoteResponse > ; votes ( request : QueryVotesRequest ) : Promise < QueryVotesResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; proposalStatusFromJSON ( object : any ) : ProposalStatus ; proposalStatusToJSON ( object : ProposalStatus ) : string ; voteOptionFromJSON ( object : any ) : VoteOption ; voteOptionToJSON ( object : VoteOption ) : string ; } = ... Type declaration Amino Converter : { /cosmos.gov.v1beta1.MsgDeposit : { aminoType : string ; fromAmino : ( ( object : MsgDepositAmino ) => MsgDeposit ) ; toAmino : ( ( message : MsgDeposit ) => MsgDepositAmino ) ; } ; /cosmos.gov.v1beta1.MsgSubmitProposal : { aminoType : string ; fromAmino : ( ( object : MsgSubmitProposalAmino ) => MsgSubmitProposal ) ; toAmino : ( ( message : MsgSubmitProposal ) => MsgSubmitProposalAmino ) ; } ; /cosmos.gov.v1beta1.MsgVote : { aminoType : string ; fromAmino : ( ( object : MsgVoteAmino ) => MsgVote ) ; toAmino : ( ( message : MsgVote ) => MsgVoteAmino ) ; } ; /cosmos.gov.v1beta1.MsgVoteWeighted : { aminoType : string ; fromAmino : ( ( object : MsgVoteWeightedAmino ) => MsgVoteWeighted ) ; toAmino : ( ( message : MsgVoteWeighted ) => MsgVoteWeightedAmino ) ; } ; } Content_ From Amino : ( ( content : AnyAmino ) => Any ) Content_ Interface Decoder : ( ( input : Uint8Array | BinaryReader ) => Any | TextProposal ) Content_ To Amino : ( ( content : Any ) => AnyAmino ) Deposit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Deposit ; encode ( message : Deposit , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DepositAmino ) : Deposit ; fromAminoMsg ( object : DepositAminoMsg ) : Deposit ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } ) : Deposit ; fromProtoMsg ( message : DepositProtoMsg ) : Deposit ; toAmino ( message : Deposit ) : DepositAmino ; toAminoMsg ( message : Deposit ) : DepositAminoMsg ; toProto ( message : Deposit ) : Uint8Array ; toProtoMsg ( message : Deposit ) : DepositProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Deposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:697 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:685 from Amino : functionfrom Amino ( object ) : Deposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:727 from Amino Msg : functionfrom Amino Msg ( object ) : Deposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:749 from Partial : functionfrom Partial ( object ) : Deposit Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } [] Optional
depositor ?: string Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:720 from Proto Msg : functionfrom Proto Msg ( message ) : Deposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:758 to Amino : functionto Amino ( message ) : DepositAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:738 to Amino Msg : functionto Amino Msg ( message ) : DepositAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:752 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:761 to Proto Msg : functionto Proto Msg ( message ) : DepositProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:764 type Url : string decode : functiondecode ( input , length ? ) : DepositParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1183 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1171 from Amino : functionfrom Amino ( object ) : DepositParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1213 from Amino Msg : functionfrom Amino Msg ( object ) : DepositParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1237 from Partial : functionfrom Partial ( object ) : DepositParams Parameters object : { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
max Deposit Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
min Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
min Expedited Deposit ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1206 from Proto Msg : functionfrom Proto Msg ( message ) : DepositParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1246 to Amino : functionto Amino ( message ) : DepositParamsAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1222 to Amino Msg : functionto Amino Msg ( message ) : DepositParamsAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1240 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1249 to Proto Msg : functionto Proto Msg ( message ) : DepositParamsProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1252 Genesis State : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : GenesisState ; encode ( message : GenesisState , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { depositParams ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ; deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] ; proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] ; startingProposalId ?: bigint ; tallyParams ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ; votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] ; votingParams ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : GenesisState Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:94 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:70 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:140 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:182 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { depositParams ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ; deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] ; proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] ; startingProposalId ?: bigint ; tallyParams ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ; votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] ; votingParams ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } Optional
deposit Params ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
max Deposit Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
min Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
min Expedited Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] Optional
proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] Optional
starting Proposal Id ?: bigint Optional
tally Params ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } Optional
expedited Quorum ?: Uint8Array Optional
expedited Threshold ?: Uint8Array Optional
quorum ?: Uint8Array Optional
threshold ?: Uint8Array Optional
veto Threshold ?: Uint8Array Optional
votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] Optional
voting Params ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } Optional
expedited Voting Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
voting Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:129 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:191 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:159 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:185 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:194 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/genesis.ts:197 Message Composer : { encoded : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : Uint8Array ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : Uint8Array ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : Uint8Array ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : MsgDeposit ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : MsgSubmitProposal ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : MsgVote ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : MsgVoteWeighted ; } ; } ; withTypeUrl : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : MsgDeposit ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : MsgSubmitProposal ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : MsgVote ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : MsgVoteWeighted ; } ; } ; } encoded : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : Uint8Array ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : Uint8Array ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : Uint8Array ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : Uint8Array ; } ; } deposit : functiondeposit ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:31 submit Proposal : functionsubmit Proposal ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:13 vote : functionvote ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:19 vote Weighted : functionvote Weighted ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:25 from Partial : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : MsgDeposit ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : MsgSubmitProposal ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : MsgVote ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : MsgVoteWeighted ; } ; } deposit : functiondeposit ( value ) : { typeUrl : string ; value : MsgDeposit ; } Returns { typeUrl : string ; value : MsgDeposit ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:83 submit Proposal : functionsubmit Proposal ( value ) : { typeUrl : string ; value : MsgSubmitProposal ; } Returns { typeUrl : string ; value : MsgSubmitProposal ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:65 vote : functionvote ( value ) : { typeUrl : string ; value : MsgVote ; } Returns { typeUrl : string ; value : MsgVote ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:71 vote Weighted : functionvote Weighted ( value ) : { typeUrl : string ; value : MsgVoteWeighted ; } Returns { typeUrl : string ; value : MsgVoteWeighted ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:77 with Type Url : { deposit ( value : MsgDeposit ) : { typeUrl : string ; value : MsgDeposit ; } ; submitProposal ( value : MsgSubmitProposal ) : { typeUrl : string ; value : MsgSubmitProposal ; } ; vote ( value : MsgVote ) : { typeUrl : string ; value : MsgVote ; } ; voteWeighted ( value : MsgVoteWeighted ) : { typeUrl : string ; value : MsgVoteWeighted ; } ; } deposit : functiondeposit ( value ) : { typeUrl : string ; value : MsgDeposit ; } Returns { typeUrl : string ; value : MsgDeposit ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:57 submit Proposal : functionsubmit Proposal ( value ) : { typeUrl : string ; value : MsgSubmitProposal ; } Returns { typeUrl : string ; value : MsgSubmitProposal ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:39 vote : functionvote ( value ) : { typeUrl : string ; value : MsgVote ; } Returns { typeUrl : string ; value : MsgVote ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:45 vote Weighted : functionvote Weighted ( value ) : { typeUrl : string ; value : MsgVoteWeighted ; } Returns { typeUrl : string ; value : MsgVoteWeighted ; } Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.registry.ts:51 type Url : string decode : functiondecode ( input , length ? ) : MsgDeposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:709 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:697 from Amino : functionfrom Amino ( object ) : MsgDeposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:739 from Amino Msg : functionfrom Amino Msg ( object ) : MsgDeposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:761 from Partial : functionfrom Partial ( object ) : MsgDeposit Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } [] Optional
depositor ?: string Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:732 from Proto Msg : functionfrom Proto Msg ( message ) : MsgDeposit Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:770 to Amino : functionto Amino ( message ) : MsgDepositAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:750 to Amino Msg : functionto Amino Msg ( message ) : MsgDepositAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:764 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:773 to Proto Msg : functionto Proto Msg ( message ) : MsgDepositProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:776 type Url : string decode : functiondecode ( input , length ? ) : MsgDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:791 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:788 from Amino : functionfrom Amino ( _ ) : MsgDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:809 from Amino Msg : functionfrom Amino Msg ( object ) : MsgDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:817 from Partial : functionfrom Partial ( _ ) : MsgDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:805 from Proto Msg : functionfrom Proto Msg ( message ) : MsgDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:826 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:829 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgSubmitProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:237 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:222 from Amino : functionfrom Amino ( object ) : MsgSubmitProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:271 from Amino Msg : functionfrom Amino Msg ( object ) : MsgSubmitProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:297 from Partial : functionfrom Partial ( object ) : MsgSubmitProposal Parameters object : { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; initialDeposit ?: { amount ?: string ; denom ?: string ; } [] ; isExpedited ?: boolean ; proposer ?: string ; } Optional
content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } Optional
initial Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
is Expedited ?: boolean Optional
proposer ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:263 from Proto Msg : functionfrom Proto Msg ( message ) : MsgSubmitProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:306 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:309 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:326 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgSubmitProposalResponse Parameters object : { proposalId ?: bigint ; } Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:349 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:378 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgVote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:409 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:397 from Amino : functionfrom Amino ( object ) : MsgVote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:439 from Amino Msg : functionfrom Amino Msg ( object ) : MsgVote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:459 from Partial : functionfrom Partial ( object ) : MsgVote Parameters object : { option ?: VoteOption ; proposalId ?: bigint ; voter ?: string ; } Optional
proposal Id ?: bigint Optional
voter ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:432 from Proto Msg : functionfrom Proto Msg ( message ) : MsgVote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:468 to Amino : functionto Amino ( message ) : MsgVoteAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:452 to Amino Msg : functionto Amino Msg ( message ) : MsgVoteAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:462 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:471 to Proto Msg : functionto Proto Msg ( message ) : MsgVoteProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:474 type Url : string decode : functiondecode ( input , length ? ) : MsgVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:489 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:486 from Amino : functionfrom Amino ( _ ) : MsgVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:507 from Amino Msg : functionfrom Amino Msg ( object ) : MsgVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:515 from Partial : functionfrom Partial ( _ ) : MsgVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:503 from Proto Msg : functionfrom Proto Msg ( message ) : MsgVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:524 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:527 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgVoteWeighted Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:558 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:546 from Amino : functionfrom Amino ( object ) : MsgVoteWeighted Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:588 from Amino Msg : functionfrom Amino Msg ( object ) : MsgVoteWeighted Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:610 from Partial : functionfrom Partial ( object ) : MsgVoteWeighted Parameters object : { options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } Optional
options ?: { option ?: VoteOption ; weight ?: string ; } [] Optional
proposal Id ?: bigint Optional
voter ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:581 from Proto Msg : functionfrom Proto Msg ( message ) : MsgVoteWeighted Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:619 to Amino : functionto Amino ( message ) : MsgVoteWeightedAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:599 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:622 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:637 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/tx.ts:678 to Proto Msg : functionProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Proposal ; encode ( message : Proposal , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ProposalAmino ) : Proposal ; fromAminoMsg ( object : ProposalAminoMsg ) : Proposal ; fromPartial ( object : { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } ) : Proposal ; fromProtoMsg ( message : ProposalProtoMsg ) : Proposal ; toAmino ( message : Proposal ) : ProposalAmino ; toAminoMsg ( message : Proposal ) : ProposalAminoMsg ; toProto ( message : Proposal ) : Uint8Array ; toProtoMsg ( message : Proposal ) : ProposalProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Proposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:820 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:787 from Amino : functionfrom Amino ( object ) : Proposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:878 from Amino Msg : functionfrom Amino Msg ( object ) : Proposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:928 from Partial : functionfrom Partial ( object ) : Proposal Parameters object : { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } Optional
content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } Optional
deposit End Time ?: Date Optional
final Tally Result ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } Optional
abstain ?: string Optional
no ?: string Optional
no With Veto ?: string Optional
yes ?: string Optional
is Expedited ?: boolean Optional
proposal Id ?: bigint Optional
submit Time ?: Date Optional
total Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
voting End Time ?: Date Optional
voting Start Time ?: Date Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:864 from Proto Msg : functionfrom Proto Msg ( message ) : Proposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:937 to Amino : functionto Amino ( message ) : ProposalAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:910 to Amino Msg : functionto Amino Msg ( message ) : ProposalAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:931 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:940 to Proto Msg : functionto Proto Msg ( message ) : ProposalProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:943 Proposal StatusSDKType : typeof ProposalStatus type Url : string decode : functiondecode ( input , length ? ) : QueryDepositRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1246 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1237 from Amino : functionfrom Amino ( object ) : QueryDepositRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1272 from Amino Msg : functionfrom Amino Msg ( object ) : QueryDepositRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1288 from Partial : functionfrom Partial ( object ) : QueryDepositRequest Parameters object : { depositor ?: string ; proposalId ?: bigint ; } Optional
depositor ?: string Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1266 from Proto Msg : functionfrom Proto Msg ( message ) : QueryDepositRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1297 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1300 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1323 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1317 from Amino : functionfrom Amino ( object ) : QueryDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1345 from Amino Msg : functionfrom Amino Msg ( object ) : QueryDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1357 from Partial : functionfrom Partial ( object ) : QueryDepositResponse Parameters object : { deposit ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } ; } Optional
deposit ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } [] Optional
depositor ?: string Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1340 from Proto Msg : functionfrom Proto Msg ( message ) : QueryDepositResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1366 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1369 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryDepositsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1396 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1387 from Amino : functionfrom Amino ( object ) : QueryDepositsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1422 from Amino Msg : functionfrom Amino Msg ( object ) : QueryDepositsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1438 from Partial : functionfrom Partial ( object ) : QueryDepositsRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; proposalId ?: bigint ; } Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1416 from Proto Msg : functionfrom Proto Msg ( message ) : QueryDepositsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1447 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1450 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryDepositsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1477 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1468 from Amino : functionfrom Amino ( object ) : QueryDepositsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1503 from Amino Msg : functionfrom Amino Msg ( object ) : QueryDepositsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1521 from Partial : functionfrom Partial ( object ) : QueryDepositsResponse Parameters object : { deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
deposits ?: { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; proposalId ?: bigint ; } [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1497 from Proto Msg : functionfrom Proto Msg ( message ) : QueryDepositsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1530 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1533 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1080 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1074 from Amino : functionfrom Amino ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1102 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1114 from Partial : functionfrom Partial ( object ) : QueryParamsRequest Parameters object : { paramsType ?: string ; } Optional
params Type ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1097 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1123 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1126 to Proto Msg : functionQuery Params Response : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : QueryParamsResponse ; encode ( message : QueryParamsResponse , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryParamsResponseAmino ) : QueryParamsResponse ; fromAminoMsg ( object : QueryParamsResponseAminoMsg ) : QueryParamsResponse ; fromPartial ( object : { depositParams ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ; tallyParams ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ; votingParams ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toAminoMsg ( message : QueryParamsResponse ) : QueryParamsResponseAminoMsg ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1157 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1145 from Amino : functionfrom Amino ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1187 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1207 from Partial : functionfrom Partial ( object ) : QueryParamsResponse Parameters object : { depositParams ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } ; tallyParams ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } ; votingParams ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } Optional
deposit Params ?: { maxDepositPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; minDeposit ?: { amount ?: string ; denom ?: string ; } [] ; minExpeditedDeposit ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
max Deposit Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
min Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
min Expedited Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
tally Params ?: { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } Optional
expedited Quorum ?: Uint8Array Optional
expedited Threshold ?: Uint8Array Optional
quorum ?: Uint8Array Optional
threshold ?: Uint8Array Optional
veto Threshold ?: Uint8Array Optional
voting Params ?: { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } Optional
expedited Voting Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
voting Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1180 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1216 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1219 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryProposalRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:440 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:434 from Amino : functionfrom Amino ( object ) : QueryProposalRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:462 from Amino Msg : functionfrom Amino Msg ( object ) : QueryProposalRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:474 from Partial : functionfrom Partial ( object ) : QueryProposalRequest Parameters object : { proposalId ?: bigint ; } Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:457 from Proto Msg : functionfrom Proto Msg ( message ) : QueryProposalRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:483 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:486 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryProposalResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:509 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:503 from Amino : functionfrom Amino ( object ) : QueryProposalResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:531 from Amino Msg : functionfrom Amino Msg ( object ) : QueryProposalResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:543 from Partial : functionfrom Partial ( object ) : QueryProposalResponse Parameters object : { proposal ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } ; } Optional
proposal ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } Optional
content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } Optional
deposit End Time ?: Date Optional
final Tally Result ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } Optional
abstain ?: string Optional
no ?: string Optional
no With Veto ?: string Optional
yes ?: string Optional
is Expedited ?: boolean Optional
proposal Id ?: bigint Optional
submit Time ?: Date Optional
total Deposit ?: { amount ?: string ; denom ?: string ; } [] Optional
voting End Time ?: Date Optional
voting Start Time ?: Date Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:526 from Proto Msg : functionfrom Proto Msg ( message ) : QueryProposalResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:552 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:555 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryProposalsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:590 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:575 from Amino : functionfrom Amino ( object ) : QueryProposalsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:624 from Amino Msg : functionfrom Amino Msg ( object ) : QueryProposalsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:648 from Partial : functionfrom Partial ( object ) : QueryProposalsRequest Parameters object : { depositor ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; proposalStatus ?: ProposalStatus ; voter ?: string ; } Optional
depositor ?: string Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Optional
voter ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:616 from Proto Msg : functionfrom Proto Msg ( message ) : QueryProposalsRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:657 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:660 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryProposalsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:687 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:678 from Amino : functionfrom Amino ( object ) : QueryProposalsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:713 from Amino Msg : functionfrom Amino Msg ( object ) : QueryProposalsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:731 from Partial : functionfrom Partial ( object ) : QueryProposalsResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
proposals ?: { content ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } ; depositEndTime ?: Date ; finalTallyResult ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; isExpedited ?: boolean ; proposalId ?: bigint ; status ?: ProposalStatus ; submitTime ?: Date ; totalDeposit ?: { amount ?: string ; denom ?: string ; } [] ; votingEndTime ?: Date ; votingStartTime ?: Date ; } [] Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:707 from Proto Msg : functionfrom Proto Msg ( message ) : QueryProposalsResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:740 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:743 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryTallyResultRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1556 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1550 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : QueryTallyResultRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1590 from Partial : functionfrom Partial ( object ) : QueryTallyResultRequest Parameters object : { proposalId ?: bigint ; } Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1573 from Proto Msg : functionfrom Proto Msg ( message ) : QueryTallyResultRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1599 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1602 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1619 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryTallyResultResponse Parameters object : { tally ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } ; } Optional
tally ?: { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } Optional
abstain ?: string Optional
no ?: string Optional
no With Veto ?: string Optional
yes ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1642 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1671 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryVoteRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:770 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:761 from Amino : functionfrom Amino ( object ) : QueryVoteRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:796 from Amino Msg : functionfrom Amino Msg ( object ) : QueryVoteRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:812 from Partial : functionfrom Partial ( object ) : QueryVoteRequest Parameters object : { proposalId ?: bigint ; voter ?: string ; } Optional
proposal Id ?: bigint Optional
voter ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:790 from Proto Msg : functionfrom Proto Msg ( message ) : QueryVoteRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:821 to Amino : functionto Amino ( message ) : QueryVoteRequestAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:806 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:824 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:847 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:841 from Amino : functionfrom Amino ( object ) : QueryVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:869 from Amino Msg : functionfrom Amino Msg ( object ) : QueryVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:881 from Partial : functionfrom Partial ( object ) : QueryVoteResponse Parameters object : { vote ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } ; } Optional
vote ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } Optional
options ?: { option ?: VoteOption ; weight ?: string ; } [] Optional
proposal Id ?: bigint Optional
voter ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:864 from Proto Msg : functionfrom Proto Msg ( message ) : QueryVoteResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:890 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:893 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryVotesRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:920 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:911 from Amino : functionfrom Amino ( object ) : QueryVotesRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:946 from Amino Msg : functionfrom Amino Msg ( object ) : QueryVotesRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:962 from Partial : functionfrom Partial ( object ) : QueryVotesRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; proposalId ?: bigint ; } Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Optional
proposal Id ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:940 from Proto Msg : functionfrom Proto Msg ( message ) : QueryVotesRequest Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:971 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:974 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryVotesResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1001 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:992 from Amino : functionfrom Amino ( object ) : QueryVotesResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1027 from Amino Msg : functionfrom Amino Msg ( object ) : QueryVotesResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1045 from Partial : functionfrom Partial ( object ) : QueryVotesResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
votes ?: { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1021 from Proto Msg : functionfrom Proto Msg ( message ) : QueryVotesResponse Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1054 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/query.ts:1057 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : TallyParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1369 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1351 from Amino : functionfrom Amino ( object ) : TallyParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1407 from Amino Msg : functionfrom Amino Msg ( object ) : TallyParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1435 from Partial : functionfrom Partial ( object ) : TallyParams Parameters object : { expeditedQuorum ?: Uint8Array ; expeditedThreshold ?: Uint8Array ; quorum ?: Uint8Array ; threshold ?: Uint8Array ; vetoThreshold ?: Uint8Array ; } Optional
expedited Quorum ?: Uint8Array Optional
expedited Threshold ?: Uint8Array Optional
quorum ?: Uint8Array Optional
threshold ?: Uint8Array Optional
veto Threshold ?: Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1398 from Proto Msg : functionfrom Proto Msg ( message ) : TallyParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1444 to Amino : functionto Amino ( message ) : TallyParamsAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1426 to Amino Msg : functionto Amino Msg ( message ) : TallyParamsAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1438 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1447 to Proto Msg : functionto Proto Msg ( message ) : TallyParamsProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1450 type Url : string decode : functiondecode ( input , length ? ) : TallyResult Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:975 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:960 from Amino : functionfrom Amino ( object ) : TallyResult Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1009 from Amino Msg : functionfrom Amino Msg ( object ) : TallyResult Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1033 from Partial : functionfrom Partial ( object ) : TallyResult Parameters object : { abstain ?: string ; no ?: string ; noWithVeto ?: string ; yes ?: string ; } Optional
abstain ?: string Optional
no ?: string Optional
no With Veto ?: string Optional
yes ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1001 from Proto Msg : functionfrom Proto Msg ( message ) : TallyResult Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1042 to Amino : functionto Amino ( message ) : TallyResultAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1025 to Amino Msg : functionto Amino Msg ( message ) : TallyResultAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1036 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1045 to Proto Msg : functionto Proto Msg ( message ) : TallyResultProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1048 type Url : string decode : functiondecode ( input , length ? ) : TextProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:604 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:592 from Amino : functionfrom Amino ( object ) : TextProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:634 from Amino Msg : functionfrom Amino Msg ( object ) : TextProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:654 from Partial : functionfrom Partial ( object ) : TextProposal Parameters object : { $typeUrl ?: "/cosmos.gov.v1beta1.TextProposal" ; description ?: string ; isExpedited ?: boolean ; title ?: string ; } Optional
$type Url ?: "/cosmos.gov.v1beta1.TextProposal" Optional
description ?: string Optional
is Expedited ?: boolean Optional
title ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:627 from Proto Msg : functionfrom Proto Msg ( message ) : TextProposal Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:663 to Amino : functionto Amino ( message ) : TextProposalAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:647 to Amino Msg : functionto Amino Msg ( message ) : TextProposalAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:657 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:666 to Proto Msg : functionto Proto Msg ( message ) : TextProposalProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:669 Vote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Vote ; encode ( message : Vote , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VoteAmino ) : Vote ; fromAminoMsg ( object : VoteAminoMsg ) : Vote ; fromPartial ( object : { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } ) : Vote ; fromProtoMsg ( message : VoteProtoMsg ) : Vote ; toAmino ( message : Vote ) : VoteAmino ; toAminoMsg ( message : Vote ) : VoteAminoMsg ; toProto ( message : Vote ) : Uint8Array ; toProtoMsg ( message : Vote ) : VoteProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Vote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1080 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1065 from Amino : functionfrom Amino ( object ) : Vote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1114 from Amino Msg : functionfrom Amino Msg ( object ) : Vote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1140 from Partial : functionfrom Partial ( object ) : Vote Parameters object : { option ?: VoteOption ; options ?: { option ?: VoteOption ; weight ?: string ; } [] ; proposalId ?: bigint ; voter ?: string ; } Optional
options ?: { option ?: VoteOption ; weight ?: string ; } [] Optional
proposal Id ?: bigint Optional
voter ?: string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1106 from Proto Msg : functionfrom Proto Msg ( message ) : Vote Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1149 to Amino : functionto Amino ( message ) : VoteAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1128 to Amino Msg : functionto Amino Msg ( message ) : VoteAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1143 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1152 to Proto Msg : functionto Proto Msg ( message ) : VoteProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1155 Vote Option Amino : typeof VoteOption Vote OptionSDKType : typeof VoteOption type Url : string decode : functiondecode ( input , length ? ) : VotingParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1276 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1267 from Amino : functionfrom Amino ( object ) : VotingParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1302 from Amino Msg : functionfrom Amino Msg ( object ) : VotingParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1318 from Partial : functionfrom Partial ( object ) : VotingParams Parameters object : { expeditedVotingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; votingPeriod ?: { nanos ?: number ; seconds ?: bigint ; } ; } Optional
expedited Voting Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
voting Period ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1296 from Proto Msg : functionfrom Proto Msg ( message ) : VotingParams Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1327 to Amino : functionto Amino ( message ) : VotingParamsAmino Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1312 to Amino Msg : functionto Amino Msg ( message ) : VotingParamsAminoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1321 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1330 to Proto Msg : functionto Proto Msg ( message ) : VotingParamsProtoMsg Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:1333 type Url : string decode : functiondecode ( input , length ? ) : WeightedVoteOption Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:518 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:509 from Amino : functionfrom Amino ( object ) : WeightedVoteOption Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:544 from Amino Msg : functionfrom Amino Msg ( object ) : WeightedVoteOption Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:560 from Partial : functionfrom Partial ( object ) : WeightedVoteOption Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:538 from Proto Msg : functionfrom Proto Msg ( message ) : WeightedVoteOption Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:569 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:572 to Proto Msg : functionload : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] proposal Status FromJSON : functionproposal Status FromJSON ( object ) : ProposalStatus Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:98 proposal Status ToJSON : functionproposal Status ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:124 vote Option FromJSON : functionvote Option FromJSON ( object ) : VoteOption Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:25 vote Option ToJSON : functionvote Option ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/cosmos/gov/v1beta1/gov.ts:48 Defined in packages/proto/src/codegen/cosmos/bundle.ts:210
Maximum period for Atom holders to deposit on a proposal. Initial value: 2 months.