tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendNContractsFromwallet1Towallet2
tagion
testbench
e2e
operational
Undocumented in source.
@
safe
@
Scenario
("send N contracts from `wallet1` to `wallet2`", [])
class
SendNContractsFromwallet1Towallet2 {
enum
invoice_amount
;
WalletInterface
*
sender
;
WalletInterface
*
receiver
;
bool
sendkernel
;
bool
send
;
TagionCurrency
receiver_amount
;
TagionCurrency
sender_amount
;
TxStats
*
tx_stats
;
this
(WalletInterface* sender, WalletInterface* receiver, bool sendkernel, TxStats* tx_stats);
Document
network
();
Invoice
invoice
;
TagionCurrency
fees
;
Document
wallet2
();
Document
executed
();
Document
updated
();
}
Constructors
this
this
(WalletInterface* sender, WalletInterface* receiver, bool sendkernel, TxStats* tx_stats)
Undocumented in source.
Members
Functions
executed
Document
executed
()
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.
updated
Document
updated
()
Undocumented in source. Be warned that the author may not have intended to support it.
wallet2
Document
wallet2
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
invoice_amount
enum
invoice_amount
;
Undocumented in source.
Variables
fees
TagionCurrency
fees
;
Undocumented in source.
invoice
Invoice
invoice
;
Undocumented in source.
receiver
WalletInterface
*
receiver
;
Undocumented in source.
receiver_amount
TagionCurrency
receiver_amount
;
Undocumented in source.
send
bool
send
;
Undocumented in source.
sender
WalletInterface
*
sender
;
Undocumented in source.
sender_amount
TagionCurrency
sender_amount
;
Undocumented in source.
sendkernel
bool
sendkernel
;
Undocumented in source.
tx_stats
TxStats
*
tx_stats
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
e2e
operational
aliases
FeatureContext
operational
classes
SendNContractsFromwallet1Towallet2
enums
DurationUnit
functions
_main
createInterface
manifest constants
feature
mixins
__anonymous
structs
TxStats