Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
func NewCollector ¶
func (*Collector) GetAccountState ¶
type Listener ¶
type Listener interface { OnNetworkInfo(netId uint64, genesisTime uint64, epochNumLayers uint64, maxTransactionsPerSecond uint64, layerDuration uint64, postUnitSize uint64) OnNodeStatus(connectedPeers uint64, isSynced bool, syncedLayer uint32, topLayer uint32, verifiedLayer uint32) OnLayer(layer *pb.Layer) OnAccount(account *pb.Account) OnReward(reward *pb.Reward) OnTransactionReceipt(receipt *pb.TransactionReceipt) }
Click to show internal directories.
Click to hide internal directories.