source

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Source

type Source interface {
	Params(height int64) (tokenmanagertypes.Params, error)
	GetNetwork(height int64, network string) (tokenmanagertypes.Network, bool)
	GetFeeToken(height int64, chain, contract string) (*tokenmanagertypes.FeeToken, error)
	Item(height int64, index string) (tokenmanagertypes.Item, error)
	ItemAll(height int64) ([]tokenmanagertypes.Item, error)
	OnChainItem(height int64, index types.OnChainItemIndex) (tokenmanagertypes.OnChainItem, error)
	Seed(height int64, seed string) (tokenmanagertypes.Seed, error)
	Collection(height int64, index string) (tokenmanagertypes.Collection, error)
	CollectionAll(height int64) ([]tokenmanagertypes.Collection, error)
	CollectionData(height int64, index types.CollectionDataIndex) (tokenmanagertypes.CollectionData, error)
	CollectionDataAll(height int64) ([]tokenmanagertypes.CollectionData, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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