issue

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StoreKey          = types.StoreKey
	RouterKey         = types.RouterKey
	QuerierRoute      = types.QuerierRoute
	DefaultParamspace = types.DefaultParamspace
	DefaultCodespace  = types.DefaultCodespace
)

Variables

View Source
var (
	MsgCdc          = msgs.MsgCdc
	NewKeeper       = keeper.NewKeeper
	NewModuleClient = client.NewModuleClient
	//GetAccountCmd   = cli.GetAccountCmd
	QueryCmd      = cli.QueryCmd
	RegisterCodec = msgs.RegisterCodec
	DefaultParams = config.DefaultParams
)

Functions

func InitGenesis

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

InitGenesis sets distribution information for genesis.

func NewHandler

func NewHandler(keeper keeper.Keeper) sdk.Handler

Handle all "issue" type messages.

func NewQuerier

func NewQuerier(keeper keeper.Keeper) sdk.Querier

New Querier Instance

func ValidateGenesis

func ValidateGenesis(data GenesisState) error

ValidateGenesis performs basic validation of bank genesis data returning an error for any failed validation criteria.

Types

type Approval added in v0.5.0

type Approval = types.Approval

type CoinIssueInfo

type CoinIssueInfo = types.CoinIssueInfo

type GenesisState

type GenesisState struct {
	StartingIssueId uint64          `json:"starting_issue_id"`
	Issues          []CoinIssueInfo `json:"issues"`
	Params          config.Params   `json:"params"`
}

GenesisState - all issue state that must be provided at genesis

func DefaultGenesisState

func DefaultGenesisState() GenesisState

DefaultGenesisState returns a default genesis state

func ExportGenesis

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

ExportGenesis returns a GenesisState for a given context and keeper.

func NewGenesisState

func NewGenesisState(startingIssueId uint64) GenesisState

NewGenesisState creates a new genesis state.

func (GenesisState) Equal

func (data GenesisState) Equal(data2 GenesisState) bool

Checks whether 2 GenesisState structs are equivalent.

func (GenesisState) IsEmpty

func (data GenesisState) IsEmpty() bool

Returns if a GenesisState is empty or has data in it

type Hooks added in v0.6.0

type Hooks = keeper.Hooks

type IssueFreeze added in v0.5.0

type IssueFreeze = types.IssueFreeze

type Keeper

type Keeper = keeper.Keeper

type Params added in v0.6.0

type Params = config.Params

Directories

Path Synopsis
cli

Jump to

Keyboard shortcuts

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