Msg

CancelProposal defines a method to cancel governance proposal

Since: cosmos-sdk 0.50

post/cosmos.gov.v1.Msg/CancelProposal

Request body

proposal_idstring uint64

proposal_id defines the unique id of the proposal.

proposerstring

proposer is the account address of the proposer.

Response

A successful response.

canceled_heightstring uint64

canceled_height defines the block height at which the proposal is canceled.

canceled_timestring date-time

canceled_time is the time when proposal is canceled.

proposal_idstring uint64

proposal_id defines the unique id of the proposal.

Changes