tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendASingleTransactionFromAWalletToAnotherWalletWithManyOutputs
tagion
testbench
services
big_contract
Undocumented in source.
@
safe
@
Scenario
("send a single transaction from a wallet to another wallet with many outputs.", [])
class
SendASingleTransactionFromAWalletToAnotherWalletWithManyOutputs {
Options
opts1
;
StdSecureWallet
wallet1
;
StdSecureWallet
wallet2
;
SignedContract
signed_contract1
;
TagionCurrency
amount
;
TagionCurrency
fee
;
HiRPC
wallet1_hirpc
;
HiRPC
wallet2_hirpc
;
TagionCurrency
start_amount1
;
TagionCurrency
start_amount2
;
const
auto
req_amount
;
TagionBill
[]
bills
;
this
(Options opts1, StdSecureWallet wallet1, StdSecureWallet wallet2);
Document
_wallet1
();
Document
_wallet2
();
Document
network
();
Document
through
();
}
Constructors
this
this
(Options opts1, StdSecureWallet wallet1, StdSecureWallet wallet2)
Undocumented in source.
Members
Functions
_wallet1
Document
_wallet1
()
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.
network
Document
network
()
Undocumented in source. Be warned that the author may not have intended to support it.
through
Document
through
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
amount
TagionCurrency
amount
;
Undocumented in source.
bills
TagionBill
[]
bills
;
Undocumented in source.
fee
TagionCurrency
fee
;
Undocumented in source.
opts1
Options
opts1
;
Undocumented in source.
req_amount
auto
req_amount
;
Undocumented in source.
signed_contract1
SignedContract
signed_contract1
;
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
big_contract
aliases
FeatureContext
classes
SendASingleTransactionFromAWalletToAnotherWalletWithManyOutputs
functions
_main
wrap_neuewelle
manifest constants
CONTRACT_TIMEOUT
feature
mixins
__anonymous