/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16m ago · Updated 3w ago
Details
Filter operations
ABCI
16
ABCIListenerService
2
Msg
144
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
AuthorizeCircuitBreaker allows a super-admin to grant (or revoke) another account's circuit breaker permissions.
post
ResetCircuitBreaker resumes processing of Msg's in the state machine that have been been paused using TripCircuitBreaker.
post
TripCircuitBreaker pauses processing of Msg's in the state machine.
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
CreateGroup creates a new group with an admin account address, a list of members and some optional metadata.
post
CreateGroupPolicy creates a new group policy using given DecisionPolicy.
post
CreateGroupWithPolicy creates a new group with policy.
post
Exec executes a proposal.
post
LeaveGroup allows a group member to leave the group.
post
SubmitProposal submits a new proposal.
post
UpdateGroupAdmin updates the group admin with given group id and previous admin address.
post
UpdateGroupMembers updates the group members with given group id and admin address.
post
UpdateGroupMetadata updates the group metadata with given group id and admin address.
post
UpdateGroupPolicyAdmin updates a group policy admin.
post
UpdateGroupPolicyDecisionPolicy allows a group policy's decision policy to be updated.
post
UpdateGroupPolicyMetadata updates a group policy metadata.
post
Vote allows a voter to vote on a proposal.
post
WithdrawProposal withdraws a 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
Send defines a method to send a nft from one account to another 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
CancelUpgrade is a governance operation for cancelling a previously approved software upgrade.
post
SoftwareUpgrade is a governance operation for initiating a software upgrade.
post
CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account.
post
CreatePermanentLockedAccount defines a method that enables creating a permanent locked account.
post
CreateVestingAccount defines a method that enables creating a vesting account.
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
ModuleQuerySafe defines a rpc handler for MsgModuleQuerySafe.
post
UpdateParams defines a rpc handler for MsgUpdateParams.
post
Transfer defines a rpc handler method for MsgTransfer.
post
UpdateParams defines a rpc handler for MsgUpdateParams.
post
Acknowledgement defines a rpc handler method for MsgAcknowledgement.
post
ChannelCloseConfirm defines a rpc handler method for MsgChannelCloseConfirm.
post
ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
post
ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
post
ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
post
ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
post
ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
post
ChannelUpgradeAck defines a rpc handler method for MsgChannelUpgradeAck.
post
ChannelUpgradeCancel defines a rpc handler method for MsgChannelUpgradeCancel.
post
ChannelUpgradeConfirm defines a rpc handler method for MsgChannelUpgradeConfirm.
post
ChannelUpgradeInit defines a rpc handler method for MsgChannelUpgradeInit.
post
ChannelUpgradeOpen defines a rpc handler method for MsgChannelUpgradeOpen.
post
ChannelUpgradeTimeout defines a rpc handler method for MsgChannelUpgradeTimeout.
post
ChannelUpgradeTry defines a rpc handler method for MsgChannelUpgradeTry.
post
PruneAcknowledgements defines a rpc handler method for MsgPruneAcknowledgements.
post
RecvPacket defines a rpc handler method for MsgRecvPacket.
post
Timeout defines a rpc handler method for MsgTimeout.
post
TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
post
UpdateChannelParams defines a rpc handler method 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
MigrateContract defines a rpc handler method for MsgMigrateContract.
post
RemoveChecksum defines a rpc handler method for MsgRemoveChecksum.
post
StoreCode defines a rpc handler method for MsgStoreCode.
post
/pocket.application.Msg/DelegateToGateway
post
/pocket.application.Msg/StakeApplication
post
/pocket.application.Msg/TransferApplication
post
/pocket.application.Msg/UndelegateFromGateway
post
/pocket.application.Msg/UnstakeApplication
post
/pocket.application.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.gateway.Msg/StakeGateway
post
/pocket.gateway.Msg/UnstakeGateway
post
/pocket.gateway.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.migration.Msg/ClaimMorseAccount
post
/pocket.migration.Msg/ClaimMorseApplication
post
/pocket.migration.Msg/ClaimMorseSupplier
post
/pocket.migration.Msg/ImportMorseClaimableAccounts
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.proof.Msg/CreateClaim
post
/pocket.proof.Msg/SubmitProof
post
/pocket.proof.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.service.Msg/AddService
post
/pocket.service.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.session.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.shared.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.supplier.Msg/StakeSupplier
post
/pocket.supplier.Msg/UnstakeSupplier
post
/pocket.supplier.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
post
/pocket.tokenomics.Msg/UpdateParam
post
UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
Query
191
ReflectionService
8
Service
18
Msg
ModuleQuerySafe defines a rpc handler for MsgModuleQuerySafe.
post
/ibc.applications.interchain_accounts.host.v1.Msg/ModuleQuerySafe
Request body
IbcApplicationsInterchainAccountsHostV1MsgModuleQuerySafe
required
requests
IbcApplicationsInterchainAccountsHostV1QueryRequest[]
requests defines the module safe queries to execute.
signer
string
Response
A successful response.
IbcApplicationsInterchainAccountsHostV1MsgModuleQuerySafeResponse
required
height
string
uint64
responses
string[]
Changes