tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
NegativeAmountAndZeroAmountOnOutputBills
tagion
testbench
services
malformed_contract
Undocumented in source.
@
safe
@
Scenario
("Negative amount and zero amount on output bills.", [])
class
NegativeAmountAndZeroAmountOnOutputBills {
Options
node1_opts
;
StdSecureWallet
wallet1
;
SignedContract
zero_contract
;
SignedContract
negative_contract
;
SignedContract
combined_contract
;
HiRPC
wallet1_hirpc
;
TagionCurrency
start_amount1
;
TagionBill
[]
used_bills
;
TagionBill
[]
output_bills
;
bool
epoch_on_startup
;
this
(Options opts, StdSecureWallet wallet1, bool epoch_on_startup);
Document
output
();
Document
network
();
Document
rejected
();
}
Constructors
this
this
(Options opts, StdSecureWallet wallet1, bool epoch_on_startup)
Undocumented in source.
Members
Functions
network
Document
network
()
Undocumented in source. Be warned that the author may not have intended to support it.
output
Document
output
()
Undocumented in source. Be warned that the author may not have intended to support it.
rejected
Document
rejected
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
combined_contract
SignedContract
combined_contract
;
Undocumented in source.
epoch_on_startup
bool
epoch_on_startup
;
Undocumented in source.
negative_contract
SignedContract
negative_contract
;
Undocumented in source.
node1_opts
Options
node1_opts
;
Undocumented in source.
output_bills
TagionBill
[]
output_bills
;
Undocumented in source.
start_amount1
TagionCurrency
start_amount1
;
Undocumented in source.
used_bills
TagionBill
[]
used_bills
;
Undocumented in source.
wallet1
StdSecureWallet
wallet1
;
Undocumented in source.
wallet1_hirpc
HiRPC
wallet1_hirpc
;
Undocumented in source.
zero_contract
SignedContract
zero_contract
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
malformed_contract
aliases
FeatureContext
StdSecureWallet
classes
ContractTypeWithoutCorrectInformation
ContractWhereInputIsSmallerThanOutput
InputsAreNotBillsInDart
NegativeAmountAndZeroAmountOnOutputBills
manifest constants
CONTRACT_TIMEOUT
feature