linkkeeper

package
v0.0.0-...-8b539f0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct {
	Link string `json:"link"`
}

type LinkKeeper

type LinkKeeper interface {
	GetLink(ctx sdk.Context, key []byte) (Link, error)
	SetLink(ctx sdk.Context, key []byte, link Link) error
}

func NewKeeper

func NewKeeper(cdc codec.BinaryMarshaler, storeKey sdk.StoreKey) LinkKeeper

type LinkKeeperImpl

type LinkKeeperImpl struct {
	// contains filtered or unexported fields
}
func (k LinkKeeperImpl) GetLink(ctx sdk.Context, key []byte) (Link, error)
func (k LinkKeeperImpl) SetLink(ctx sdk.Context, key []byte, link Link) error

type LinkModule

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

func NewModule

func NewModule(keeper LinkKeeper) LinkModule

func (LinkModule) LegacyQuerierHandler

func (m LinkModule) LegacyQuerierHandler() sdk.Querier

func (LinkModule) QuerierRoute

func (m LinkModule) QuerierRoute() string

func (LinkModule) RegisterInvariants

func (m LinkModule) RegisterInvariants(ir sdk.InvariantRegistry)

func (LinkModule) Route

func (m LinkModule) Route() sdk.Route

Jump to

Keyboard shortcuts

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