Documentation ¶
Index ¶
- type Container
- type NNS
- type NNSNoOp
- type Netmap
- func (c *Netmap) Epoch() (int64, error)
- func (c *Netmap) FetchCandidates() (monitor.NetmapCandidatesInfo, error)
- func (c *Netmap) FetchInnerRingKeys() (keys.PublicKeys, error)
- func (c *Netmap) FetchNetmap() (monitor.NetmapInfo, error)
- func (c *Netmap) Netmap() ([]*netmap.NodeInfo, error)
- func (c *Netmap) NetmapCandidates() ([]*netmap.NodeInfo, error)
- type NetmapArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
NewContainer creates Container to interact with 'container' contract in morph chain.
type NNS ¶
type NNS struct {
// contains filtered or unexported fields
}
type Netmap ¶
type Netmap struct {
// contains filtered or unexported fields
}
func NewNetmap ¶
func NewNetmap(p NetmapArgs) (*Netmap, error)
NewNetmap creates Netmap to interact with 'netmap' contract in morph chain.
func (*Netmap) FetchCandidates ¶
func (c *Netmap) FetchCandidates() (monitor.NetmapCandidatesInfo, error)
func (*Netmap) FetchInnerRingKeys ¶
func (c *Netmap) FetchInnerRingKeys() (keys.PublicKeys, error)
func (*Netmap) FetchNetmap ¶
func (c *Netmap) FetchNetmap() (monitor.NetmapInfo, error)
Click to show internal directories.
Click to hide internal directories.