HashGraph.this

Creates a graph with node_size nodes

class HashGraph
this
(
const size_t node_size
,,,,
const Flag!"joining" joining
,
string name = null
)
in (node_size >= 4)

Parameters

node_size size_t

number of nodes handles byt the graph

net SecureNet

Securety element handles hash function, signing and signature validation

valid_channel ValidChannel

call-back to check if a node is valid

name string

used for debuging label the node name

Meta