keygen

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModuleName = types.ModuleName

	DefaultParamspace = types.DefaultParamspace
	StoreKey          = types.StoreKey
	RouterKey         = types.RouterKey

	MaxWaitAssignKeyOrders = types.MaxWaitAssignKeyOrders
	MaxPreKeyGenOrders     = types.MaxPreKeyGenOrders
	MaxKeyNodeHeartbeat    = types.MaxKeyNodeHeartbeat
)

Variables

View Source
var (
	RegisterCodec                  = types.RegisterCodec
	ModuleCdc                      = types.ModuleCdc
	HandleMsgNewOpCUForTest        = handleMsgNewOpCU
	HandleMsgKeyGenForTest         = handleMsgKeyGen
	HandleMsgKeyGenWaitSignForTest = handleMsgKeyGenWaitSign
)

Functions

func InitGenesis

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

InitGenesis sets distribution information for genesis.

func NewHandler

func NewHandler(keeper Keeper) sdk.Handler

func NewQuerier

func NewQuerier(keeper Keeper) sdk.Querier

NewQuerier is the module level router for state queries

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 AppModule

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

app module

func NewAppModule

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(ir sdk.InvariantRegistry)

register 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) 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 CustodianUnit

type CustodianUnit = exported.CustodianUnit

type GenesisState

type GenesisState struct {
}

GenesisState is the bank 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) GenesisState

ExportGenesis returns a GenesisState for a given context and keeper.

func NewGenesisState

func NewGenesisState() GenesisState

NewGenesisState creates a new genesis state.

type Keeper

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

func (*Keeper) AddWaitAssignKeyGenOrderID

func (k *Keeper) AddWaitAssignKeyGenOrderID(ctx sdk.Context, orderID string) error

func (*Keeper) DelWaitAssignKeyGenOrderID

func (k *Keeper) DelWaitAssignKeyGenOrderID(ctx sdk.Context, orderID string) error

func (*Keeper) GetWaitAssignKeyGenOrderIDs

func (k *Keeper) GetWaitAssignKeyGenOrderIDs(ctx sdk.Context) []string

func (Keeper) Hooks

func (k Keeper) Hooks() hooks

type MsgKeyGen

type MsgKeyGen = types.MsgKeyGen

type MsgKeyGenFinish

type MsgKeyGenFinish = types.MsgKeyGenFinish

type MsgKeyGenWaitSign

type MsgKeyGenWaitSign = types.MsgKeyGenWaitSign

type MsgNewOpCU

type MsgNewOpCU = types.MsgNewOpCU

type MsgOpcuMigrationKeyGen

type MsgOpcuMigrationKeyGen = types.MsgOpcuMigrationKeyGen

type MsgPreKeyGen

type MsgPreKeyGen = types.MsgPreKeyGen

Directories

Path Synopsis
client
cli

Jump to

Keyboard shortcuts

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