Wallet.forceBill

Adds a bill with the given amount to the wallet. Note should only be used for testing

struct Wallet(Net : SecureNet, CurrencyT = TagionCurrency)
BillT
forceBill
(
CurrencyT amount
)
if (
isCurrency!(CurrencyT)
)

Parameters

amount CurrencyT

the amount to add

Return Value

Type: BillT

the created bill