# Functions

ActionTypeNames returns a list of possible string values of ActionType.
ActionTypeValues returns a list of the values for ActionType.
AppCategoryNames returns a list of possible string values of AppCategory.
AppCategoryValues returns a list of the values for AppCategory.
AppTypeNames returns a list of possible string values of AppType.
AppTypeValues returns a list of the values for AppType.
ModuleNameValues returns a list of the values for ModuleName.
No description provided by the author
No description provided by the author
ParseActionType attempts to convert a string to a ActionType.
ParseAppCategory attempts to convert a string to a AppCategory.
ParseAppType attempts to convert a string to a AppType.
ParseModuleName attempts to convert a string to a ModuleName.
ParseStatus attempts to convert a string to a Status.
StatusNames returns a list of possible string values of Status.
StatusValues returns a list of the values for Status.

# Constants

ActionTypeBridgeLock is a ActionType of type bridge_lock.
No description provided by the author
ActionTypeBridgeSudoChangeAction is a ActionType of type bridge_sudo_change_action.
No description provided by the author
ActionTypeBridgeUnlock is a ActionType of type bridge_unlock.
No description provided by the author
ActionTypeFeeAssetChange is a ActionType of type fee_asset_change.
No description provided by the author
ActionTypeFeeChange is a ActionType of type fee_change.
No description provided by the author
ActionTypeIbcRelay is a ActionType of type ibc_relay.
No description provided by the author
ActionTypeIbcRelayerChange is a ActionType of type ibc_relayer_change.
No description provided by the author
ActionTypeIbcSudoChangeAction is a ActionType of type ibc_sudo_change_action.
No description provided by the author
ActionTypeIcs20Withdrawal is a ActionType of type ics20_withdrawal.
No description provided by the author
ActionTypeInitBridgeAccount is a ActionType of type init_bridge_account.
No description provided by the author
ActionTypeRollupDataSubmission is a ActionType of type rollup_data_submission.
No description provided by the author
ActionTypeSudoAddressChange is a ActionType of type sudo_address_change.
No description provided by the author
ActionTypeTransfer is a ActionType of type transfer.
No description provided by the author
ActionTypeValidatorUpdate is a ActionType of type validator_update.
No description provided by the author
AppCategoryFinance is a AppCategory of type finance.
AppCategoryGaming is a AppCategory of type gaming.
AppCategoryNft is a AppCategory of type nft.
AppCategorySocial is a AppCategory of type social.
AppCategoryUncategorized is a AppCategory of type uncategorized.
AppTypeSettled is a AppType of type settled.
AppTypeSovereign is a AppType of type sovereign.
ModuleNameBlock is a ModuleName of type block.
ModuleNameEvidence is a ModuleName of type evidence.
ModuleNameGeneric is a ModuleName of type generic.
ModuleNameValidator is a ModuleName of type validator.
ModuleNameVersion is a ModuleName of type version.
StatusFailed is a Status of type failed.
StatusSuccess is a Status of type success.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

swagger:enum ActionType ENUM( transfer, rollup_data_submission, validator_update, sudo_address_change, ibc_relay, ics20_withdrawal, ibc_relayer_change, fee_asset_change, init_bridge_account, bridge_lock, bridge_unlock, bridge_sudo_change_action, fee_change, ibc_sudo_change_action ) */go:generate go-enum --marshal --sql --values --names.
swagger:enum AppCategory ENUM( uncategorized, finance, gaming, nft, social ) */go:generate go-enum --marshal --sql --values --names.
swagger:enum AppType ENUM( sovereign, settled ) */go:generate go-enum --marshal --sql --values --names.
No description provided by the author
swagger:enum ModuleName ENUM( block, evidence, validator, version, generic ) */go:generate go-enum --marshal --sql --values.
swagger:enum Status ENUM( success, failed ) */go:generate go-enum --marshal --sql --values --names.