Documentation
¶
Overview ¶
Package graph contains functions to create and write graphML It uses https://github.com/yaricom/goGraphML see readme there
Package graph contains functions to create and write graphML It uses https://github.com/yaricom/goGraphML see readme there
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreationResult ¶
func CreateGraph ¶
func CreateGraph(graphTitle string, events []*chain.TransferEvent) ( graphMlRoot *graphml.GraphML, graphCreationResult CreationResult)
CreateGraph creates a GraphML graph from a slice of TransferEvents. CreateGraph does not care what selections were used to produce the slice of TransferEvents, for example a selection by address, or by block, or filtered by a single token, it does not know or care it just blindly converts events to a graph.
func (CreationResult) PrintSummary ¶
func (creationResult CreationResult) PrintSummary()
type TokenAddressCount ¶
Click to show internal directories.
Click to hide internal directories.