Technical reference for admin module messages
creator
: string
- The originator or sender of this message. It’s usually the address of the entity proposing the removal of the admin.admin
: string
- The target admin’s address to be revoked from its administrative rights.MsgDeleteAdmin
. If successful, it confirms the deletion of the specified admin.
(No fields)
creator
: string
- The initiator or sender of this message. Typically, the address of the entity proposing the addition of a new admin.admin
: string
- The address of the new admin to be onboarded.MsgAddAdmin
. A successful response ensures the addition of the specified admin into the Neutron network’s governance mechanism.
(No fields)
content
: google.protobuf.Any
- The intrinsic content of the proposal. Typically aligns with the Content
interface specifications.proposer
: string
- The address of the entity submitting the proposal.MsgSubmitProposalLegacy
.
Fields:
proposal_id
: uint64
- The unique identifier assigned to the submitted proposal. This ID serves as a reference for future operations or queries related to this proposal.messages
: Array<google.protobuf.Any>
- A collection of arbitrary messages detailing the changes or actions proposed. These messages are executed contingent upon the proposal’s approval.proposer
: string
- The originator’s address proposing the changes.MsgSubmitProposal
.
Fields:
proposal_id
: uint64
- A unique identifier for the newly submitted proposal. It serves as a pivotal reference for all related actions, queries, or updates.