tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
StartNetworkWithNAmountOfNodes
tagion
testbench
hashgraph
synchron_network
Undocumented in source.
@
safe
@
Scenario
("Start network with n amount of nodes", [])
class
StartNetworkWithNAmountOfNodes {
string
[]
node_names
;
TestNetwork
network
;
string
module_path
;
uint
MAX_CALLS
;
this
(string[] node_names, uint calls, const(string) module_path);
bool
coherent
;
Document
nodes
();
Document
started
();
Document
ripples
();
Document
_coherent
();
Document
epoch
();
Document
_network
();
}
Constructors
this
this
(string[] node_names, uint calls, const(string) module_path)
Undocumented in source.
Members
Functions
_coherent
Document
_coherent
()
Undocumented in source. Be warned that the author may not have intended to support it.
_network
Document
_network
()
Undocumented in source. Be warned that the author may not have intended to support it.
epoch
Document
epoch
()
Undocumented in source. Be warned that the author may not have intended to support it.
nodes
Document
nodes
()
Undocumented in source. Be warned that the author may not have intended to support it.
ripples
Document
ripples
()
Undocumented in source. Be warned that the author may not have intended to support it.
started
Document
started
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
MAX_CALLS
uint
MAX_CALLS
;
Undocumented in source.
coherent
bool
coherent
;
Undocumented in source.
module_path
string
module_path
;
Undocumented in source.
network
TestNetwork
network
;
Undocumented in source.
node_names
string
[]
node_names
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
hashgraph
synchron_network
aliases
FeatureContext
classes
StartNetworkWithNAmountOfNodes
manifest constants
feature