executor_result is the final result of the proposal execution. Initial value is NotRun.
Optional
finalfinal_tally_result contains the sums of all weighted votes for this proposal for each vote option. It is empty at submission, and only populated after tallying, at voting period end or at proposal execution, whichever happens first.
group_policy_address is the account address of group policy.
group_policy_version tracks the version of the group policy at proposal submission.
When a decision policy is changed, existing proposals from previous policy
versions will become invalid with the ABORTED
status.
This field is here for informational purposes only.
group_version tracks the version of the group at proposal submission. This field is here for informational purposes only.
id is the unique id of the proposal.
messages is a list of sdk.Msg
s that will be executed if the proposal passes.
metadata is any arbitrary metadata attached to the proposal. the recommended format of the metadata is to be found here: https://docs.cosmos.network/v0.47/modules/group#proposal-4
proposers are the account addresses of the proposers.
status represents the high level position in the life cycle of the proposal. Initial value is Submitted.
Optional
submitsubmit_time is a timestamp specifying when a proposal was submitted.
summary is a short summary of the proposal
Since: cosmos-sdk 0.47
title is the title of the proposal
Since: cosmos-sdk 0.47
Optional
votingvoting_period_end is the timestamp before which voting must be done.
Unless a successful MsgExec is called before (to execute a proposal whose
tally is successful before the voting period ends), tallying will be done
at this point, and the final_tally_result
and status
fields will be
accordingly updated.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
type
Proposal defines a group proposal. Any member of a group can submit a proposal for a group policy to decide upon. A proposal consists of a set of
sdk.Msg
s that will be executed if the proposal passes as well as some optional metadata associated with the proposal.Generated
from message cosmos.group.v1.Proposal