tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
InputsAreNotBillsInDart
tagion
testbench
services
malformed_contract
Undocumented in source.
@
safe
@
Scenario
("inputs are not bills in dart", [])
class
InputsAreNotBillsInDart {
Options
node1_opts
;
StdSecureWallet
wallet1
;
SignedContract
signed_contract
;
HiRPC
wallet1_hirpc
;
TagionCurrency
start_amount1
;
const
(
Document
)
random_data
;
bool
epoch_on_startup
;
this
(Options opts, StdSecureWallet wallet1, const(Document) random_data, bool epoch_on_startup);
Document
bills
();
Document
network
();
Document
rejected
();
}
Constructors
this
this
(Options opts, StdSecureWallet wallet1, const(Document) random_data, bool epoch_on_startup)
Undocumented in source.
Members
Functions
bills
Document
bills
()
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.
rejected
Document
rejected
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
epoch_on_startup
bool
epoch_on_startup
;
Undocumented in source.
node1_opts
Options
node1_opts
;
Undocumented in source.
random_data
const
(
Document
)
random_data
;
Undocumented in source.
signed_contract
SignedContract
signed_contract
;
Undocumented in source.
start_amount1
TagionCurrency
start_amount1
;
Undocumented in source.
wallet1
StdSecureWallet
wallet1
;
Undocumented in source.
wallet1_hirpc
HiRPC
wallet1_hirpc
;
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