tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendASingleTransactionFromAWalletToAnotherWallet
tagion
testbench
services
sendcontract
Undocumented in source.
@
safe
@
Scenario
("send a single transaction from a wallet to another wallet.", [])
class
SendASingleTransactionFromAWalletToAnotherWallet {
Options
opts
;
StdSecureWallet
[]
wallets
;
string
dart_interface_sock_addr
;
string
inputvalidator_sock_addr
;
TagionCurrency
fee
;
TagionCurrency
amount
;
TagionCurrency
start_amount
;
StdSecureWallet
wallet1
;
StdSecureWallet
wallet2
;
this
(Options opts, StdSecureWallet[] wallets, string dart_interface_sock_addr, string inputvalidator_sock_addr, TagionCurrency start_amount);
bool
epoch_on_startup
;
Document
_wallet1
();
Document
_wallet2
();
Document
network
();
Document
payment
();
}
Constructors
this
this
(Options opts, StdSecureWallet[] wallets, string dart_interface_sock_addr, string inputvalidator_sock_addr, TagionCurrency start_amount)
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.
payment
Document
payment
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
amount
TagionCurrency
amount
;
Undocumented in source.
dart_interface_sock_addr
string
dart_interface_sock_addr
;
Undocumented in source.
epoch_on_startup
bool
epoch_on_startup
;
Undocumented in source.
fee
TagionCurrency
fee
;
Undocumented in source.
inputvalidator_sock_addr
string
inputvalidator_sock_addr
;
Undocumented in source.
opts
Options
opts
;
Undocumented in source.
start_amount
TagionCurrency
start_amount
;
Undocumented in source.
wallet1
StdSecureWallet
wallet1
;
Undocumented in source.
wallet2
StdSecureWallet
wallet2
;
Undocumented in source.
wallets
StdSecureWallet
[]
wallets
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
sendcontract
aliases
FeatureContext
StdSecureWallet
classes
SendASingleTransactionFromAWalletToAnotherWallet
manifest constants
CONTRACT_TIMEOUT
feature