Documentation ¶
Index ¶
- type BootstrapComponentsStub
- func (bcs *BootstrapComponentsStub) CheckSubcomponents() error
- func (bcs *BootstrapComponentsStub) Close() error
- func (bcs *BootstrapComponentsStub) Create() error
- func (bcs *BootstrapComponentsStub) EpochBootstrapParams() factory.BootstrapParamsHolder
- func (bcs *BootstrapComponentsStub) EpochStartBootstrapper() factory.EpochStartBootstrapper
- func (bcs *BootstrapComponentsStub) HeaderIntegrityVerifier() nodeFactory.HeaderIntegrityVerifierHandler
- func (bcs *BootstrapComponentsStub) IsInterfaceNil() bool
- func (bcs *BootstrapComponentsStub) NodeType() core.NodeType
- func (bcs *BootstrapComponentsStub) ShardCoordinator() sharding.Coordinator
- func (bcs *BootstrapComponentsStub) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapComponentsStub ¶
type BootstrapComponentsStub struct { Bootstrapper factory.EpochStartBootstrapper BootstrapParams factory.BootstrapParamsHolder NodeRole core.NodeType ShCoordinator sharding.Coordinator HdrIntegrityVerifier nodeFactory.HeaderIntegrityVerifierHandler }
BootstrapComponentsStub -
func (*BootstrapComponentsStub) CheckSubcomponents ¶
func (bcs *BootstrapComponentsStub) CheckSubcomponents() error
CheckSubcomponents -
func (*BootstrapComponentsStub) Create ¶
func (bcs *BootstrapComponentsStub) Create() error
Create -
func (*BootstrapComponentsStub) EpochBootstrapParams ¶
func (bcs *BootstrapComponentsStub) EpochBootstrapParams() factory.BootstrapParamsHolder
EpochBootstrapParams -
func (*BootstrapComponentsStub) EpochStartBootstrapper ¶
func (bcs *BootstrapComponentsStub) EpochStartBootstrapper() factory.EpochStartBootstrapper
EpochStartBootstrapper -
func (*BootstrapComponentsStub) HeaderIntegrityVerifier ¶
func (bcs *BootstrapComponentsStub) HeaderIntegrityVerifier() nodeFactory.HeaderIntegrityVerifierHandler
HeaderIntegrityVerifier -
func (*BootstrapComponentsStub) IsInterfaceNil ¶
func (bcs *BootstrapComponentsStub) IsInterfaceNil() bool
IsInterfaceNil -
func (*BootstrapComponentsStub) NodeType ¶
func (bcs *BootstrapComponentsStub) NodeType() core.NodeType
NodeType -
func (*BootstrapComponentsStub) ShardCoordinator ¶
func (bcs *BootstrapComponentsStub) ShardCoordinator() sharding.Coordinator
ShardCoordinator -
func (*BootstrapComponentsStub) String ¶ added in v1.2.12
func (bcs *BootstrapComponentsStub) String() string
String -
Click to show internal directories.
Click to hide internal directories.