testnet
GitHub

Update Parameters

MsgUpdateParams(authority, params)

Updates the module parameters, such as changing the authorized minter or the token denomination. Typically requires a governance proposal.

Parameters

Name Type Required Description
authority string The address authorized to update params (usually the governance module).
params Params The new parameters to set.

Returns

Type: MsgUpdateParamsResponse

Empty response on success.

Examples

CLI Update Proposal

marood tx okrw update-params-proposal '{ "minter_address": "maroo1newminter...", "mint_denom": "aokrw" }' --from wallet
ESC
Type to search