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) P2P() p2p.Server
- func (v *Vite) Pool() pool.BlockPool
- func (v *Vite) Producer() producer.Producer
- func (v *Vite) Start(p2p p2p.Server) (err error)
- func (v *Vite) Stop() (err error)
- 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
}
Click to show internal directories.
Click to hide internal directories.