Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 845 Bytes

Invoice.md

File metadata and controls

11 lines (8 loc) · 845 Bytes

Omploader.Invoice

Properties

Name Type Description Notes
fileInfo FileInfo [optional]
invoiceExpiresAt Date The date at which this invoice expires, in UTC. The file will also be deleted if there is no remaining time (if, for example, this invoice was generated by a refresh request). [optional]
bolt11 String The bech32 Bitcoin invoice for this file. See https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md for details. [optional]
privateKey String The base64 encoded AES-128 private key for this file's server side encryption. This key is not stored anywhere on Omploader's servers. Clients are responsible for managing the private keys. [optional]