Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

proposal state

Back to all declarations

ErrValidatorMissing

*errors.errorString
Open
OID
088c7f…4579:4
ErrValidatorMissing details

Inspect pointer

NewValidatorProposalRequest

func(addr .uverse.address) dao.ProposalRequest

NewValidatorProposalRequest creates a proposal request to the GovDAO for adding (or removing) the given valoper to/from the validator set. Signature is preserved for historical-replay compatibility (gnoland-1 callers call this with a single address). Body is rewired to call v3's operator-keyed NewValidatorProposalRequest with a single-element slice; v3's executor re-resolves the signing pubkey from valoperCache at execution time, so a mid-flight rotation publishes the current key.

Open
OID
088c7f…4579:9
NewValidatorProposalRequest details

Inspect func

ProposeNewInstructionsProposalRequest

func(newInstructions string) dao.ProposalRequest

ProposeNewInstructionsProposalRequest creates a proposal to the GovDAO for updating the realm instructions.

Open
OID
088c7f…4579:11
ProposeNewInstructionsProposalRequest details

Inspect func

ProposeNewMinFeeProposalRequest

func(newMinFee int64) dao.ProposalRequest

ProposeNewMinFeeProposalRequest creates a proposal to the GovDAO for updating the minimum fee to register a new valoper. Signature preserved for historical-replay compatibility (gnoland-1's set\_minfee.gno MsgRun calls this); body now delegates to the generic sys/params factory so the fee lives in node:valoper:register\_fee.

Open
OID
088c7f…4579:12
ProposeNewMinFeeProposalRequest details

Inspect func
ErrValidatorMissing : *errors.errorString Inspect
ErrSameValues : *errors.errorString Inspect
NewValidatorProposalRequest : func(addr .uverse.address) dao.ProposalRequest Inspect
ProposeNewInstructionsProposalRequest : func(newInstructions string) dao.ProposalRequest Inspect
ProposeNewMinFeeProposalRequest : func(newMinFee int64) dao.ProposalRequest Inspect