SecureWallet.payment

Create a payment to a list of Invoices and produces a signed-contract Collect the bill need and sign them in the contract

struct SecureWallet(Net : SecureNet)
nothrow
Result!bool
payment
(
const(Invoice[]) orders
,,
out TagionCurrency fees
)

Parameters

orders const(Invoice[])

List of invoices

Return Value

Type: Result!bool