types

package
v0.0.0-...-9a9376b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2023 License: Apache-2.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

View Source
const (
	ModuleName     = "ibchooks"
	StoreKey       = "hooks-for-ibc" // not using the module name because of collisions with key "ibc"
	IBCCallbackKey = "ibc_callback"
	SenderPrefix   = "ibc-wasm-hook-intermediary"
)

Variables

View Source
var (
	ErrBadMetadataFormatMsg = "wasm metadata not properly formatted for: '%v'. %s"
	ErrBadExecutionMsg      = "cannot execute contract: %v"

	ErrMsgValidation = errorsmod.Register("wasm-hooks", 2, "error in wasmhook message validation")
	ErrMarshaling    = errorsmod.Register("wasm-hooks", 3, "cannot marshal the ICS20 packet")
	ErrInvalidPacket = errorsmod.Register("wasm-hooks", 4, "invalid packet data")
	ErrBadResponse   = errorsmod.Register("wasm-hooks", 5, "cannot create response")
	ErrWasmError     = errorsmod.Register("wasm-hooks", 6, "wasm error")
	ErrBadSender     = errorsmod.Register("wasm-hooks", 7, "bad sender")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL