types

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountKeeper

type AccountKeeper interface {
	GetAccount(context.Context, sdk.AccAddress) sdk.AccountI // only used for simulation

}

AccountKeeper defines the expected interface for the Account module.

type ActKeeper added in v0.4.0

type ActKeeper interface {
	GetRule(ctx context.Context, id uint64) (acttypes.Rule, error)
	GetActionCreator(ctx context.Context) string
	RulesRegistry() *acttypes.RulesRegistry
}

ActKeeper defined the expected interface for the Act module.

type BankKeeper

type BankKeeper interface {
	SendCoins(ctx context.Context, fromAddr, toAddr sdk.AccAddress, amt sdk.Coins) error
}

BankKeeper defines the expected interface for the Bank module.

type ParamSubspace

type ParamSubspace interface {
	Get(context.Context, []byte, interface{})
	Set(context.Context, []byte, interface{})
}

ParamSubspace defines the expected Subspace interface for parameters.

Directories

Path Synopsis
Package v1beta2 is a reverse proxy.
Package v1beta2 is a reverse proxy.
Package v1beta3 is a reverse proxy.
Package v1beta3 is a reverse proxy.

Jump to

Keyboard shortcuts

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