Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discoverer ¶
type Discoverer struct {
// contains filtered or unexported fields
}
func NewDiscoverer ¶
func NewDiscoverer(gateway string) (*Discoverer, error)
New creates a new lotus Discoverer
type ExpTipSet ¶
type ExpTipSet struct { Cids []cid.Cid //Blocks []*BlockHeader //Height abi.ChainEpoch Blocks []interface{} Height int64 }
Click to show internal directories.
Click to hide internal directories.