UpdateParams()
Less than 1 minute
UpdateParams()
import { defaultRegistryTypes } from "@cosmjs/stargate";
const foundMsgType = defaultRegistryTypes.find(
(element) => element[0] === "/cosmos.distribution.v1beta1.MsgUpdateParams"
)
const finalMsg = {
typeUrl: foundMsgType[0],
value: foundMsgType[1].fromPartial({
"authority": "",
"params": {
"communityTax": "",
"baseProposerReward": "",
"bonusProposerReward": "",
"withdrawAddrEnabled": false
}
}),
}
// const result = await signer.client.signAndBroadcast('address', [finalMsg], "auto", "")