bolt12-decoder
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "bolt12-decoder", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Decode BOLT12 Offers", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -87,4 +87,5 @@ export enum GenesisBlockhash { | ||
export type DecodedBolt12InvoiceRequest = DecodedCommon & | ||
OfferCommon & | ||
Omit<OfferCommon, 'offer_id'> & | ||
Bolt12InvoiceCommon & { | ||
invreq_id: string | ||
unknown_invoice_request_tlvs: TLV[] | ||
@@ -91,0 +92,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32469
970