Documentation ¶
Index ¶
Constants ¶
View Source
const ModuleName = "tokenfilter"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keeper ¶
type Keeper struct {
porttypes.ICS4Wrapper
}
Keeper is so far a noop as the tokenfilter doesn't have any need to act as middleware for outgoing messages (only inbound ones).
func NewKeeper ¶
func NewKeeper(wrapper porttypes.ICS4Wrapper) Keeper
NewKeeper creates a new tokenfilter Keeper instance.
Click to show internal directories.
Click to hide internal directories.