Versions in this module Expand all Collapse all v0 v0.5.4 Sep 24, 2020 Changes in this version + const MaxApproversResults + const MaxBundleResults + const MaxTagResults + const MaxTransactionsForAddressResults + const MsgTypeAvgSpamMetrics + const MsgTypeConfirmedInfo + const MsgTypeConfirmedMsMetrics + const MsgTypeDatabaseCleanupEvent + const MsgTypeDatabaseSizeMetric + const MsgTypeMilestoneInfo + const MsgTypeMs + const MsgTypeNodeStatus + const MsgTypePeerMetric + const MsgTypeSolidInfo + const MsgTypeSpamMetrics + const MsgTypeTPSMetric + const MsgTypeTipInfo + const MsgTypeTipSelMetric + const MsgTypeTxValue + const MsgTypeTxZeroValue + const MsgTypeVertex + const VisualizerIdLength + const WebsocketCmdRegister + const WebsocketCmdUnregister + var ErrForbidden = errors.New("forbidden") + var ErrInternalError = errors.New("internal error") + var ErrInvalidParameter = errors.New("invalid parameter") + var ErrNotFound = errors.New("not found") + var PLUGIN = node.NewPlugin("Dashboard", node.Enabled, configure, run) + type ExplorerAddress struct + Balance uint64 + Spent bool + SpentEnabled bool + Txs []*ExplorerTx + type ExplorerTag struct + Txs []*ExplorerTx + type ExplorerTx struct + Address trinary.Hash + Approvers []string + AttachmentTimestamp int64 + AttachmentTimestampLowerBound int64 + AttachmentTimestampUpperBound int64 + Branch trinary.Hash + Bundle trinary.Hash + BundleComplete bool + Confirmed struct{ ... } + CurrentIndex uint64 + Hash trinary.Hash + IsMilestone bool + LastIndex uint64 + MWM int + MilestoneIndex milestone.Index + Next trinary.Hash + Nonce trinary.Trytes + ObsoleteTag trinary.Trytes + Previous trinary.Hash + SignatureMessageFragment trinary.Trytes + Solid bool + Tag trinary.Trytes + Timestamp uint64 + Trunk trinary.Hash + Value int64 + type SearchResult struct + Address *ExplorerAddress + Bundles [][]*ExplorerTx + Milestone *ExplorerTx + Tag *ExplorerTag + Tx *ExplorerTx