ProposalCreate

Create a governance proposal to modify chain parameters. Registered SRs, SR Partners, and SR Candidates can create proposals.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a governance proposal to modify chain parameters. Registered SRs, SR Partners, and SR Candidates can create proposals.

📘

Proposal window and expiry rounding

The default proposal lifetime is 3 days, controlled by chain parameter #92 getProposalExpireTime. The actual expiry is rounded up to the next Maintenance Period boundary, so the real window is between 3 days and 3 days plus one Maintenance Period. At expiry, the proposal passes only if the active-SR approval threshold is met.


Related resources

Body Params
string
required

Transaction initiator address. (Format: Base58 or Hex)

json
required

Map of chain parameter IDs and their new values.
For example: [{"key": 0,"value": 100000},{"key": 1,"value": 2}]

int32

Optional. Permission ID used for multi-signature account operations. Defaults to the owner permission (0) if unspecified.

boolean

Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json