Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmptyNodeClient = &NodeClient{}
Functions ¶
func NewEventBus ¶ added in v1.2.1
Types ¶
type NodeClient ¶
type NodeClient struct { // NOTE: StateGetActor func(ctx context.Context, actor core.Address, tsk TipSetKey) (*Actor, error) Cancel func() }
NodeClient connect Lotus or Venus node and call json RPC API
func NewNodeClient ¶
func NewNodeClient(cnf *config.StrategyConfig) (*NodeClient, error)
type TipSetKey ¶
type TipSetKey struct {
// contains filtered or unexported fields
}
func (TipSetKey) MarshalJSON ¶
func (*TipSetKey) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.