noble.authority.v1.MsgExecute
A message to execute arbitrary messages on behalf of the x/authority
module.
If other module authorities are configured to this module, this can be used to
execute admin messages such as updating params, software ugprades, etc.
auth_info:
fee:
amount: []
gas_limit: "200000"
granter: ""
payer: ""
signer_infos: []
tip: null
body:
extension_options: []
memo: ""
messages:
- '@type': /noble.authority.v1.MsgExecute
messages: [...]
signer: noble1owner
non_critical_extension_options: []
timeout_height: "0"
signatures: []
messages
— An array of encoded messages to execute.
- Signer must be the current
owner
.
This message doesn't affect any x/authority
state.
However, the executed messages may contain state changes.
This message emits no events.
noble.authority.v1.MsgTransferOwnership
A message that initiates an ownership transfer of this module.
auth_info:
fee:
amount: []
gas_limit: "200000"
granter: ""
payer: ""
signer_infos: []
tip: null
body:
extension_options: []
memo: ""
messages:
- '@type': /noble.authority.v1.MsgTransferOwnership
new_owner: noble1owner
signer: noble1signer
non_critical_extension_options: []
timeout_height: "0"
signatures: []
new_owner
— The Noble address to transfer ownership to.
- Signer must be the current
owner
.
noble.authority.v1.MsgAcceptOwnership
A message that finalizes an ownership transfer of this module.
auth_info:
fee:
amount: []
gas_limit: "200000"
granter: ""
payer: ""
signer_infos: []
tip: null
body:
extension_options: []
memo: ""
messages:
- '@type': /noble.authority.v1.MsgAcceptOwnership
signer: noble1signer
non_critical_extension_options: []
timeout_height: "0"
signatures: []
This message takes no arguments.
- Signer must be the current
pending_owner
.