//
pkg.gl
Category
github.com/lasthyphen/avalanchego-1.4.11
vms
components
core
package
0.0.0-20211127192921-538a9bf3b105
Repository:
https://github.com/lasthyphen/avalanchego-1.4.11.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
0
Files
295 SLOC
#
Functions
NewBlock
NewBlock returns a new *Block.
NewSnowmanState
NewSnowmanState returns a new SnowmanState.
#
Structs
Block
Block contains fields and methods common to block's in a Snowman blockchain.
Metadata
Metadata contains the data common to all blocks and transactions.
SnowmanVM
SnowmanVM provides the core functionality shared by most snowman vms.
#
Interfaces
SnowmanState
SnowmanState is a wrapper around state.State In additions to the methods exposed by state.State, SnowmanState exposes a few methods needed for managing state in a snowman vm.