Documentation ¶
Index ¶
- type ChainVM
- func (_m *ChainVM) AppGossip(nodeID ids.ShortID, msg []byte) error
- func (_m *ChainVM) AppRequest(nodeID ids.ShortID, requestID uint32, deadline time.Time, request []byte) error
- func (_m *ChainVM) AppRequestFailed(nodeID ids.ShortID, requestID uint32) error
- func (_m *ChainVM) AppResponse(nodeID ids.ShortID, requestID uint32, response []byte) error
- func (_m *ChainVM) BuildBlock() (snowman.Block, error)
- func (_m *ChainVM) Connected(id ids.ShortID, nodeVersion version.Application) error
- func (_m *ChainVM) CreateHandlers() (map[string]*common.HTTPHandler, error)
- func (_m *ChainVM) CreateStaticHandlers() (map[string]*common.HTTPHandler, error)
- func (_m *ChainVM) Disconnected(id ids.ShortID) error
- func (_m *ChainVM) GetBlock(_a0 ids.ID) (snowman.Block, error)
- func (_m *ChainVM) HealthCheck() (interface{}, error)
- func (_m *ChainVM) Initialize(ctx *snow.Context, dbManager manager.Manager, genesisBytes []byte, ...) error
- func (_m *ChainVM) LastAccepted() (ids.ID, error)
- func (_m *ChainVM) ParseBlock(_a0 []byte) (snowman.Block, error)
- func (_m *ChainVM) SetPreference(_a0 ids.ID) error
- func (_m *ChainVM) SetState(state snow.State) error
- func (_m *ChainVM) Shutdown() error
- func (_m *ChainVM) Version() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainVM ¶
ChainVM is an autogenerated mock type for the ChainVM type
func (*ChainVM) AppGossip ¶ added in v0.5.1
AppGossip provides a mock function with given fields: nodeID, msg
func (*ChainVM) AppRequest ¶ added in v0.5.1
func (_m *ChainVM) AppRequest(nodeID ids.ShortID, requestID uint32, deadline time.Time, request []byte) error
AppRequest provides a mock function with given fields: nodeID, requestID, deadline, request
func (*ChainVM) AppRequestFailed ¶ added in v0.5.1
AppRequestFailed provides a mock function with given fields: nodeID, requestID
func (*ChainVM) AppResponse ¶ added in v0.5.1
AppResponse provides a mock function with given fields: nodeID, requestID, response
func (*ChainVM) BuildBlock ¶
BuildBlock provides a mock function with given fields:
func (*ChainVM) Connected ¶ added in v0.5.1
Connected provides a mock function with given fields: id, nodeVersion
func (*ChainVM) CreateHandlers ¶
func (_m *ChainVM) CreateHandlers() (map[string]*common.HTTPHandler, error)
CreateHandlers provides a mock function with given fields:
func (*ChainVM) CreateStaticHandlers ¶ added in v0.5.1
func (_m *ChainVM) CreateStaticHandlers() (map[string]*common.HTTPHandler, error)
CreateStaticHandlers provides a mock function with given fields:
func (*ChainVM) Disconnected ¶ added in v0.5.1
Disconnected provides a mock function with given fields: id
func (*ChainVM) HealthCheck ¶
HealthCheck provides a mock function with given fields:
func (*ChainVM) Initialize ¶
func (_m *ChainVM) Initialize(ctx *snow.Context, dbManager manager.Manager, genesisBytes []byte, upgradeBytes []byte, configBytes []byte, toEngine chan<- common.Message, fxs []*common.Fx, appSender common.AppSender) error
Initialize provides a mock function with given fields: ctx, dbManager, genesisBytes, upgradeBytes, configBytes, toEngine, fxs, appSender
func (*ChainVM) LastAccepted ¶
LastAccepted provides a mock function with given fields:
func (*ChainVM) ParseBlock ¶
ParseBlock provides a mock function with given fields: _a0
func (*ChainVM) SetPreference ¶
SetPreference provides a mock function with given fields: _a0
func (*ChainVM) SetState ¶ added in v0.5.1
SetState provides a mock function with given fields: state