SecureWallet.createInvoice

Create a new invoice which can be send to a payee

struct SecureWallet(Net : SecureNet)
static
createInvoice

Parameters

label string

Name of the invoice

amount TagionCurrency

Amount

info Document

Invoce information

Return Value

Type: Invoice

The created invoice

Meta