tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
NodeSwap
tagion
testbench
hashgraph
swap
Undocumented in source.
@
safe
@
Scenario
("node swap", [])
class
NodeSwap {
string
[]
node_names
;
TestNetwork
network
;
string
module_path
;
uint
MAX_CALLS
;
Pubkey
offline_key
;
enum
new_node
;
this
(string[] node_names, uint calls, string module_path);
Document
nodes
();
Document
swapped
();
Document
node
();
Document
graph
();
Document
swap
();
Document
_network
();
}
Constructors
this
this
(string[] node_names, uint calls, string module_path)
Undocumented in source.
Members
Functions
_network
Document
_network
()
Undocumented in source. Be warned that the author may not have intended to support it.
graph
Document
graph
()
Undocumented in source. Be warned that the author may not have intended to support it.
node
Document
node
()
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.
swap
Document
swap
()
Undocumented in source. Be warned that the author may not have intended to support it.
swapped
Document
swapped
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
new_node
enum
new_node
;
Undocumented in source.
Variables
MAX_CALLS
uint
MAX_CALLS
;
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.
offline_key
Pubkey
offline_key
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
hashgraph
swap
aliases
FeatureContext
classes
NodeSwap
manifest constants
feature