Documentation ¶
Index ¶
- type Vite
- func (v *Vite) Chain() chain.Chain
- func (v *Vite) Config() *config.Config
- func (v *Vite) Consensus() consensus.Consensus
- func (v *Vite) Init() (err error)
- func (v *Vite) Net() net.Net
- func (v *Vite) OnRoad() *onroad.Manager
- func (v *Vite) Pool() pool.BlockPool
- func (v *Vite) Producer() producer.Producer
- func (v *Vite) Start() (err error)
- func (v *Vite) Stop() (err error)
- func (v *Vite) Verifier() verifier.Verifier
- func (v *Vite) WalletManager() *wallet.Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vite ¶
type Vite struct {
// contains filtered or unexported fields
}
func (*Vite) WalletManager ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package common contains various helper functions.
|
Package common contains various helper functions. |
db/xleveldb
Package leveldb provides implementation of LevelDB key/value database.
|
Package leveldb provides implementation of LevelDB key/value database. |
db/xleveldb/cache
Package cache provides interface and implementation of a cache algorithms.
|
Package cache provides interface and implementation of a cache algorithms. |
db/xleveldb/comparer
Package comparer provides interface and implementation for ordering sets of data.
|
Package comparer provides interface and implementation for ordering sets of data. |
db/xleveldb/errors
Package errors provides common error types used throughout leveldb.
|
Package errors provides common error types used throughout leveldb. |
db/xleveldb/filter
Package filter provides interface and implementation of probabilistic data structure.
|
Package filter provides interface and implementation of probabilistic data structure. |
db/xleveldb/iterator
Package iterator provides interface and implementation to traverse over contents of a database.
|
Package iterator provides interface and implementation to traverse over contents of a database. |
db/xleveldb/journal
Package journal reads and writes sequences of journals.
|
Package journal reads and writes sequences of journals. |
db/xleveldb/memdb
Package memdb provides in-memory key/value database implementation.
|
Package memdb provides in-memory key/value database implementation. |
db/xleveldb/opt
Package opt provides sets of options used by LevelDB.
|
Package opt provides sets of options used by LevelDB. |
db/xleveldb/storage
Package storage provides storage abstraction for LevelDB.
|
Package storage provides storage abstraction for LevelDB. |
db/xleveldb/table
Package table allows read and write sorted key/value.
|
Package table allows read and write sorted key/value. |
db/xleveldb/util
Package util provides utilities used throughout leveldb.
|
Package util provides utilities used throughout leveldb. |
hexutil
Package hexutil implements hex encoding with 0x prefix.
|
Package hexutil implements hex encoding with 0x prefix. |
math
Package math provides integer math utilities.
|
Package math provides integer math utilities. |
ed25519
Package ed25519 implements the Ed25519 signature algorithm.
|
Package ed25519 implements the Ed25519 signature algorithm. |
ledger
|
|
consensus
Package consensus is a generated GoMock package.
|
Package consensus is a generated GoMock package. |
Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable.
|
Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable. |
Package rpc provides access to the exported methods of an object across chain network or other I/O connection.
|
Package rpc provides access to the exported methods of an object across chain network or other I/O connection. |
tools
|
|
Package vm implements the vite virtual machine
|
Package vm implements the vite virtual machine |
Click to show internal directories.
Click to hide internal directories.