Documentation ¶
Index ¶
- type DAGVM
- func (_m *DAGVM) Bootstrapped() error
- func (_m *DAGVM) Bootstrapping() error
- func (_m *DAGVM) CreateHandlers() (map[string]*common.HTTPHandler, error)
- func (_m *DAGVM) GetTx(_a0 ids.ID) (snowstorm.Tx, error)
- func (_m *DAGVM) HealthCheck() (interface{}, error)
- func (_m *DAGVM) Initialize(ctx *snow.Context, dbManager manager.Manager, genesisBytes []byte, ...) error
- func (_m *DAGVM) ParseTx(tx []byte) (snowstorm.Tx, error)
- func (_m *DAGVM) PendingTxs() []snowstorm.Tx
- func (_m *DAGVM) Shutdown() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAGVM ¶
DAGVM is an autogenerated mock type for the DAGVM type
func (*DAGVM) Bootstrapped ¶
Bootstrapped provides a mock function with given fields:
func (*DAGVM) Bootstrapping ¶
Bootstrapping provides a mock function with given fields:
func (*DAGVM) CreateHandlers ¶
func (_m *DAGVM) CreateHandlers() (map[string]*common.HTTPHandler, error)
CreateHandlers provides a mock function with given fields:
func (*DAGVM) HealthCheck ¶
HealthCheck provides a mock function with given fields:
func (*DAGVM) Initialize ¶
func (_m *DAGVM) Initialize(ctx *snow.Context, dbManager manager.Manager, genesisBytes []byte, upgradeBytes []byte, configBytes []byte, toEngine chan<- common.Message, fxs []*common.Fx) error
Initialize provides a mock function with given fields: ctx, dbManager, genesisBytes, upgradeBytes, configBytes, toEngine, fxs
func (*DAGVM) PendingTxs ¶
PendingTxs provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.