Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasLookup ¶
type AliasLookup interface { Lookup(alias string) (ids.ID, error) PrimaryAlias(id ids.ID) (string, error) }
AliasLookup ...
type Callable ¶
type Callable interface {
Call(writer http.ResponseWriter, method, base, endpoint string, body io.Reader, headers map[string]string) error
}
Callable ...
type Context ¶
type Context struct { NetworkID uint32 SubnetID ids.ID ChainID ids.ID NodeID ids.ShortID XChainID ids.ID AVAXAssetID ids.ID Log logging.Logger DecisionDispatcher *triggers.EventDispatcher ConsensusDispatcher *triggers.EventDispatcher Lock sync.RWMutex Keystore Keystore BCLookup AliasLookup SNLookup SubnetLookup Namespace string Metrics prometheus.Registerer // contains filtered or unexported fields }
Context is information about the current execution. [NetworkID] is the ID of the network this context exists within. [ChainID] is the ID of the chain this context exists within. [NodeID] is the ID of this node
func (*Context) Bootstrapped ¶ added in v0.6.1
func (ctx *Context) Bootstrapped()
Bootstrapped marks this chain as done bootstrapping
func (*Context) IsBootstrapped ¶ added in v0.6.1
IsBootstrapped returns true iff this chain is done bootstrapping
Directories ¶
Path | Synopsis |
---|---|
consensus
|
|
engine
|
|
avalanche/state
Package state manages the meta-data required by consensus for an avalanche dag.
|
Package state manages the meta-data required by consensus for an avalanche dag. |
Click to show internal directories.
Click to hide internal directories.