types

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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 = sdkerrors.Register(ModuleName, 2, "error in wasmhook message validation")
	ErrMarshaling    = sdkerrors.Register("wasm-hooks", 3, "cannot marshal the ICS20 packet")
	ErrInvalidPacket = sdkerrors.Register("wasm-hooks", 4, "invalid packet data")
	ErrBadResponse   = sdkerrors.Register("wasm-hooks", 5, "cannot create response")
	ErrWasmError     = sdkerrors.Register("wasm-hooks", 6, "wasm error")
	ErrBadSender     = sdkerrors.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