/
WA
wardenprotocol
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20h ago · Updated 20h ago
Details
Filter operations
Msg
101
post
UpdateParams defines a (governance) operation for updating the x/auth module parameters. The authority defaults to the x/gov module account.
post
Exec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.
post
Grant grants the provided authorization to the grantee on the granter's account with the provided expiration time. If there is already a grant for the given (granter, grantee, Authorization) triple, then the grant will be overwritten.
post
Revoke revokes any authorization corresponding to the provided method name on the granter's account that has been granted to the grantee.
post
MultiSend defines a method for sending coins from some accounts to other accounts.
post
Send defines a method for sending coins from one account to another account.
post
SetSendEnabled is a governance operation for setting the SendEnabled flag on any number of Denoms. Only the entries to add or update should be included. Entries that already exist in the store, but that aren't included in this message, will be left unchanged.
post
UpdateParams defines a governance operation for updating the x/bank module parameters. The authority is defined in the keeper.
post
UpdateParams defines a governance operation for updating the x/consensus module parameters. The authority is defined in the keeper.
post
UpdateParams defines a governance operation for updating the x/crisis module parameters. The authority is defined in the keeper.
post
VerifyInvariant defines a method to verify a particular invariant.
post
CommunityPoolSpend defines a governance operation for sending tokens from the community pool in the x/distribution module to another account, which could be the governance module itself. The authority is defined in the keeper.
post
DepositValidatorRewardsPool defines a method to provide additional rewards to delegators to a specific validator.
post
FundCommunityPool defines a method to allow an account to directly fund the community pool.
post
SetWithdrawAddress defines a method to change the withdraw address for a delegator (or validator self-delegation).
post
UpdateParams defines a governance operation for updating the x/distribution module parameters. The authority is defined in the keeper.
post
WithdrawDelegatorReward defines a method to withdraw rewards of delegator from a single validator.
post
WithdrawValidatorCommission defines a method to withdraw the full commission to the validator address.
post
SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
post
GrantAllowance grants fee allowance to the grantee on the granter's account with the provided expiration time.
post
PruneAllowances prunes expired fee allowances, currently up to 75 at a time.
post
RevokeAllowance revokes any fee allowance of granter's account that has been granted to the grantee.
post
CancelProposal defines a method to cancel governance proposal
post
Deposit defines a method to add deposit on a specific proposal.
post
ExecLegacyContent defines a Msg to be in included in a MsgSubmitProposal to execute a legacy content-based proposal.
post
SubmitProposal defines a method to create new proposal given the messages.
post
UpdateParams defines a governance operation for updating the x/gov module parameters. The authority is defined in the keeper.
post
Vote defines a method to add a vote on a specific proposal.
post
VoteWeighted defines a method to add a weighted vote on a specific proposal.
post
Deposit defines a method to add deposit on a specific proposal.
post
SubmitProposal defines a method to create new proposal given a content.
post
Vote defines a method to add a vote on a specific proposal.
post
VoteWeighted defines a method to add a weighted vote on a specific proposal.
post
UpdateParams defines a governance operation for updating the x/mint module parameters. The authority is defaults to the x/gov module account.
post
Unjail defines a method for unjailing a jailed validator, thus returning them into the bonded validator set, so they can begin receiving provisions and rewards again.
post
UpdateParams defines a governance operation for updating the x/slashing module parameters. The authority defaults to the x/gov module account.
post
BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator.
post
CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation and delegate back to previous validator.
post
CreateValidator defines a method for creating a new validator.
post
Delegate defines a method for performing a delegation of coins from a delegator to a validator.
post
EditValidator defines a method for editing an existing validator.
post
Undelegate defines a method for performing an undelegation from a delegate and a validator.
post
UpdateParams defines an operation for updating the x/staking module parameters. Since: cosmos-sdk 0.47
post
AddCodeUploadParamsAddresses defines a governance operation for adding addresses to code upload params. The authority is defined in the keeper.
post
ClearAdmin removes any admin stored for a smart contract
post
Execute submits the given message data to a smart contract
post
InstantiateContract creates a new smart contract instance for the given code id.
post
InstantiateContract2 creates a new smart contract instance for the given code id with a predictable address
post
Migrate runs a code upgrade/ downgrade for a smart contract
post
PinCodes defines a governance operation for pinning a set of code ids in the wasmvm cache. The authority is defined in the keeper.
post
RemoveCodeUploadParamsAddresses defines a governance operation for removing addresses from code upload params. The authority is defined in the keeper.
post
StoreAndInstantiateContract defines a governance operation for storing and instantiating the contract. The authority is defined in the keeper.
post
StoreAndMigrateContract defines a governance operation for storing and migrating the contract. The authority is defined in the keeper.
post
StoreCode to submit Wasm code to the system
post
SudoContract defines a governance operation for calling sudo on a contract. The authority is defined in the keeper.
post
UnpinCodes defines a governance operation for unpinning a set of code ids in the wasmvm cache. The authority is defined in the keeper.
post
UpdateAdmin sets a new admin for a smart contract
post
UpdateContractLabel sets a new label for a smart contract
post
UpdateInstantiateConfig updates instantiate config for a smart contract
post
UpdateParams defines a governance operation for updating the x/wasm module parameters. The authority is defined in the keeper.
post
PayPacketFee defines a rpc handler method for MsgPayPacketFee PayPacketFee is an open callback that may be called by any module/user that wishes to escrow funds in order to incentivize the relaying of the packet at the next sequence NOTE: This method is intended to be used within a multi msg transaction, where the subsequent msg that follows initiates the lifecycle of the incentivized packet
post
PayPacketFeeAsync defines a rpc handler method for MsgPayPacketFeeAsync PayPacketFeeAsync is an open callback that may be called by any module/user that wishes to escrow funds in order to incentivize the relaying of a known packet (i.e. at a particular sequence)
post
RegisterCounterpartyPayee defines a rpc handler method for MsgRegisterCounterpartyPayee RegisterCounterpartyPayee is called by the relayer on each channelEnd and allows them to specify the counterparty payee address before relaying. This ensures they will be properly compensated for forward relaying since the destination chain must include the registered counterparty payee address in the acknowledgement. This function may be called more than once by a relayer, in which case, the latest counterparty payee address is always used.
post
RegisterPayee defines a rpc handler method for MsgRegisterPayee RegisterPayee is called by the relayer on each channelEnd and allows them to set an optional payee to which reverse and timeout relayer packet fees will be paid out. The payee should be registered on the source chain from which packets originate as this is where fee distribution takes place. This function may be called more than once by a relayer, in which case, the latest payee is always used.
post
RegisterInterchainAccount defines a rpc handler for MsgRegisterInterchainAccount.
post
SendTx defines a rpc handler for MsgSendTx.
post
UpdateParams defines a rpc handler for MsgUpdateParams.
post
UpdateParams defines a rpc handler for MsgUpdateParams.
post
CreateClient defines a rpc handler method for MsgCreateClient.
post
IBCSoftwareUpgrade defines a rpc handler method for MsgIBCSoftwareUpgrade.
post
RecoverClient defines a rpc handler method for MsgRecoverClient.
post
SubmitMisbehaviour defines a rpc handler method for MsgSubmitMisbehaviour.
post
UpdateClient defines a rpc handler method for MsgUpdateClient.
post
UpdateClientParams defines a rpc handler method for MsgUpdateParams.
post
UpgradeClient defines a rpc handler method for MsgUpgradeClient.
post
ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck.
post
ConnectionOpenConfirm defines a rpc handler method for MsgConnectionOpenConfirm.
post
ConnectionOpenInit defines a rpc handler method for MsgConnectionOpenInit.
post
ConnectionOpenTry defines a rpc handler method for MsgConnectionOpenTry.
post
UpdateConnectionParams defines a rpc handler method for MsgUpdateParams.
post
Bridge relays Warden data via GMP.
post
SetParams sets the parameters for the gmp module.
post
Add an approval to an existing Action.
post
NewAction creates a new Action.
post
Create a new intent.
post
Revoke an existing Action while in pending state.
post
Update an existing intent name and definition.
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
Add a new party to a keychain. Transactions coming from this party will be considered trusted by the keychain.
post
Add a new owner to a space.
post
Fulfill a signature request
post
Request a new key to a keychain, the key will belong to the specified space.
post
Create a new keychain. The user will be the first admin of the keychain.
post
Request a new signature
post
Create a new Space. The creator will be the first owner of the Space.
post
Remove an owner from the space. The user can remove itself, but at least one owner must be left.
post
Update informations of a Key.
post
Update an existing request by writing a result into it. This method is called by a keychain party.
post
Update a keychain, e.g. update the status or description.
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
Update a space, e.g. changing the intents in use.
Query
14
Service
2
Msg
Execute submits the given message data to a smart contract
post
/cosmwasm.wasm.v1.Msg/ExecuteContract
Request body
object
required
sender
string
contract
string
msg
string
byte
funds
object[]
Response
A successful response.
Changes