token

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2021 License: Apache-2.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ModuleName      = types.ModuleName
	StoreKey        = types.StoreKey
	RouterKey       = types.RouterKey
	EncodeRouterKey = types.EncodeRouterKey
)

Variables

View Source
var (
	NewMsgIssue            = types.NewMsgIssue
	NewMsgMint             = types.NewMsgMint
	NewMsgBurn             = types.NewMsgBurn
	NewMsgBurnFrom         = types.NewMsgBurnFrom
	NewMsgTransfer         = types.NewMsgTransfer
	NewMsgApprove          = types.NewMsgApprove
	NewMsgTransferFrom     = types.NewMsgTransferFrom
	NewMsgModify           = types.NewMsgModify
	NewChangesWithMap      = types.NewChangesWithMap
	NewMsgGrantPermission  = types.NewMsgGrantPermission
	NewMsgRevokePermission = types.NewMsgRevokePermission
	ModuleCdc              = types.ModuleCdc
	RegisterCodec          = types.RegisterCodec
	NewToken               = types.NewToken
	NewKeeper              = keeper.NewKeeper
	NewQuerier             = querier.NewQuerier

	NewMintPermission   = types.NewMintPermission
	NewBurnPermission   = types.NewBurnPermission
	NewModifyPermission = types.NewModifyPermission

	NewChanges = types.NewChanges
	NewChange  = types.NewChange

	ErrTokenNotExist       = types.ErrTokenNotExist
	ErrInsufficientBalance = types.ErrInsufficientBalance
)

Functions

func InitGenesis

func InitGenesis(ctx sdk.Context, keeper Keeper, data GenesisState)

func ValidateGenesis

func ValidateGenesis(data GenesisState) error

Types

type Account

type Account = types.Account

type AppModule

type AppModule struct {
	AppModuleBasic
	// contains filtered or unexported fields
}

___________________________ app module

func NewAppModule

func NewAppModule(keeper keeper.Keeper) AppModule

NewAppModule creates a new AppModule object

func (AppModule) BeginBlock

func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock)

module begin-block

func (AppModule) EndBlock

module end-block

func (AppModule) ExportGenesis

func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage

module export genesis

func (AppModule) InitGenesis

func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate

module init-genesis

func (AppModule) Name

func (AppModule) Name() string

module name

func (AppModule) NewHandler

func (am AppModule) NewHandler() sdk.Handler

module handler

func (AppModule) NewQuerierHandler

func (am AppModule) NewQuerierHandler() sdk.Querier

module querier

func (AppModule) QuerierRoute

func (AppModule) QuerierRoute() string

module querier route name

func (AppModule) RegisterInvariants

func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry)

register invariants TODO: should this module need invariants?

func (AppModule) Route

func (AppModule) Route() string

module message route name

type AppModuleBasic

type AppModuleBasic struct{}

app module basics object

func (AppModuleBasic) DefaultGenesis

func (AppModuleBasic) DefaultGenesis() json.RawMessage

default genesis state

func (AppModuleBasic) GetQueryCmd

func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command

get the root query command of this module

func (AppModuleBasic) GetTxCmd

func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command

get the root tx command of this module

func (AppModuleBasic) GetUpgradeHandler

func (AppModuleBasic) GetUpgradeHandler(version string) upgrade.UpgradeHandler

func (AppModuleBasic) Name

func (AppModuleBasic) Name() string

module name

func (AppModuleBasic) RegisterCodec

func (AppModuleBasic) RegisterCodec(cdc *codec.Codec)

register module codec

func (AppModuleBasic) RegisterRESTRoutes

func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router)

register rest routes

func (AppModuleBasic) ValidateGenesis

func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error

module validate genesis

type EncodeHandler

type EncodeHandler = types.EncodeHandler

type EncodeQuerier

type EncodeQuerier = types.EncodeQuerier

type GenesisState

type GenesisState struct {
	Tokens []Token `json:"tokens"`
}

func DefaultGenesisState

func DefaultGenesisState() GenesisState

func ExportGenesis

func ExportGenesis(ctx sdk.Context, keeper Keeper) GenesisState

func NewGenesisState

func NewGenesisState(tokens []Token) GenesisState

type Keeper

type Keeper = keeper.Keeper

type MsgBurn

type MsgBurn = types.MsgBurn

type MsgIssue

type MsgIssue = types.MsgIssue

type MsgMint

type MsgMint = types.MsgMint

type MsgModify

type MsgModify = types.MsgModify

type MsgTransfer

type MsgTransfer = types.MsgTransfer

type Permission

type Permission = types.Permission

type Permissions

type Permissions = types.Permissions

type Token

type Token = types.Token

Directories

Path Synopsis
client
cli
internal
handler
nolint:dupl nolint:dupl
nolint:dupl nolint:dupl

Jump to

Keyboard shortcuts

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