package
0.0.0-20231019162039-24865f358a01
Repository: https://github.com/dipdup-io/celestia-indexer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IBCTransfer defines a msg to transfer fungible tokens (i.e., Coins) between ICS20 enabled chains.
MsgBeginRedelegate defines an SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.
MsgCancelUnbondingDelegation defines the SDK message for performing a cancel unbonding delegation for delegator Since: cosmos-sdk 0.46.
MsgCreateVestingAccount defines a message that enables creating a vesting account.
MsgCreatePermanentLockedAccount defines a message that enables creating a permanent locked account.
MsgCreateValidator defines an SDK message for creating a new validator.
MsgCreateVestingAccount defines a message that enables creating a vesting account.
MsgDelegate defines a SDK message for performing a delegation of coins from a delegator to a validator.
MsgDeposit defines a message to submit a deposit to an existing proposal.
MsgEditValidator defines a SDK message for editing an existing validator.
MsgExec attempts to execute the provided messages using authorizations granted to the grantee.
MsgExecLegacyContent is used to wrap the legacy content field into a message.
MsgFundCommunityPool allows an account to directly fund the community pool.
MsgGrant is a request type for Grant method.
MsgGrantAllowance adds permission for Grantee to spend up to Allowance of fees from the account of Granter.
MsgMultiSend represents an arbitrary multi-in, multi-out send message.
MsgPayForBlobs pays for the inclusion of a blob in the block.
MsgRegisterEVMAddress registers an evm address to a validator.
MsgRevoke revokes any authorization with the provided sdk.Msg type on the granter's account with that has been granted to the grantee.
MsgRevokeAllowance removes any existing Allowance from Granter to Grantee.
MsgSend represents a message to send coins from one account to another.
MsgSetWithdrawAddress sets the withdrawal address for a delegator (or validator self-delegation).
MsgSubmitProposal defines a sdk.Msg type that supports submitting arbitrary proposal Content.
MsgUndelegate defines a SDK message for performing an undelegation from a delegate and a validator.
MsgUnjail defines the Msg/Unjail request type.
MsgVote defines a message to cast a vote.
MsgVoteWeighted defines a message to cast a vote.
MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator from a single validator.
MsgWithdrawValidatorCommission withdraws the full commission to the validator address.