Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
NewService instantiates a new Service layer for customer
Types ¶
type Cluster ¶
type Cluster struct { Type string `json:"type,omitempty"` Message string `json:"message,omitempty"` Nickname string `json:"nickname,omitempty"` Verified bool `json:"verified,omitempty"` }
Cluster struct to classify the address in a certain cluster
type Flow ¶
type Flow struct { Traces []map[string]Trace `json:"traces"` Occurences []string `json:"occurences"` }
Flow list of maps creating monetary flow
type Next ¶
type Next struct { TxID string `json:"txid"` Receiver string `json:"receiver"` Vout uint32 `json:"vout"` Amount float64 `json:"amount"` Weight float64 `json:"weight"` Analysis string `json:"analysis"` Clusters []Cluster `json:"clusters"` }
Next spending tx info
Click to show internal directories.
Click to hide internal directories.