post

package
v2.11.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildPostTransactionHookMsg

func BuildPostTransactionHookMsg(tx sdk.Tx) ([]byte, error)

Types

type PostTransactionHookDecorator

type PostTransactionHookDecorator struct {
	// contains filtered or unexported fields
}

func (PostTransactionHookDecorator) PostHandle

func (pth PostTransactionHookDecorator) PostHandle(
	ctx sdk.Context,
	tx sdk.Tx,
	simulate bool,
	success bool,
	next sdk.PostHandler,
) (newCtx sdk.Context, err error)

type SmartAccountKeeper

type SmartAccountKeeper interface {
	GetSetting(ctx sdk.Context, ownerAddr string) (*smartaccounttypes.Setting, error)
}

type WasmKeeper

type WasmKeeper interface {
	Sudo(ctx sdk.Context, contractAddress sdk.AccAddress, msg []byte) ([]byte, error)
}

Jump to

Keyboard shortcuts

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