Versions in this module Expand all Collapse all v1 v1.0.1 Mar 20, 2023 v1.0.0 Mar 20, 2023 Changes in this version + func WriteGraph(filename string, gr *graphml.GraphML) error + type CreationResult struct + Edges int + Events int + Nodes int + func CreateGraph(graphTitle string, events []*chain.TransferEvent) (graphMlRoot *graphml.GraphML, graphCreationResult CreationResult) + func (creationResult CreationResult) PrintSummary() + type TokenAddressCount struct + Address string + Count int