tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SpamMultipleNodesUntil10EpochsHaveOccured
tagion
testbench
services
spam_double_spend
Undocumented in source.
@
safe
@
Scenario
("Spam multiple nodes until 10 epochs have occured.", [])
class
SpamMultipleNodesUntil10EpochsHaveOccured {
Options
[]
opts
;
StdSecureWallet
wallet1
;
StdSecureWallet
wallet2
;
TagionCurrency
amount
;
TagionCurrency
fee
;
SignedContract
signed_contract
;
HiRPC
wallet1_hirpc
;
HiRPC
wallet2_hirpc
;
TagionCurrency
start_amount1
;
TagionCurrency
start_amount2
;
this
(Options[] opts, StdSecureWallet wallet1, StdSecureWallet wallet2);
Document
signedContract
();
Document
multipleNodes
();
Document
beRejected
();
}
Constructors
this
this
(Options[] opts, StdSecureWallet wallet1, StdSecureWallet wallet2)
Undocumented in source.
Members
Functions
beRejected
Document
beRejected
()
Undocumented in source. Be warned that the author may not have intended to support it.
multipleNodes
Document
multipleNodes
()
Undocumented in source. Be warned that the author may not have intended to support it.
signedContract
Document
signedContract
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
amount
TagionCurrency
amount
;
Undocumented in source.
fee
TagionCurrency
fee
;
Undocumented in source.
opts
Options
[]
opts
;
Undocumented in source.
signed_contract
SignedContract
signed_contract
;
Undocumented in source.
start_amount1
TagionCurrency
start_amount1
;
Undocumented in source.
start_amount2
TagionCurrency
start_amount2
;
Undocumented in source.
wallet1
StdSecureWallet
wallet1
;
Undocumented in source.
wallet1_hirpc
HiRPC
wallet1_hirpc
;
Undocumented in source.
wallet2
StdSecureWallet
wallet2
;
Undocumented in source.
wallet2_hirpc
HiRPC
wallet2_hirpc
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
spam_double_spend
aliases
FeatureContext
StdSecureWallet
classes
SpamMultipleNodesUntil10EpochsHaveOccured
SpamOneNodeUntil10EpochsHaveOccured
manifest constants
CONTRACT_TIMEOUT
EPOCH_TIMEOUT
feature
structs
SpamWorker