MsgWithdrawProposal is the Msg/WithdrawProposal request type.

from message cosmos.group.v1.MsgWithdrawProposal

Hierarchy

Constructors

Properties

address: string = ""

address is the admin of the group policy or one of the proposer of the proposal.

from field: string address = 2;

proposalId: bigint = protoInt64.zero

proposal is the unique ID of the proposal.

from field: uint64 proposal_id = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.group.v1.MsgWithdrawProposal" = "cosmos.group.v1.MsgWithdrawProposal"

Methods