ordinalsbot
Advanced tools
Comparing version 0.1.5 to 0.2.0
@@ -38,2 +38,4 @@ export interface InscriptionTransaction { | ||
returnAddress: string; | ||
depositAddress: string; | ||
parentReturnTx: string; | ||
} | ||
@@ -74,2 +76,3 @@ export interface InscriptionCharge { | ||
createdAt: number; | ||
paid?: boolean; | ||
} | ||
@@ -76,0 +79,0 @@ export interface InscriptionOnchainInvoice { |
{ | ||
"name": "ordinalsbot", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"description": "Node.js library for OrdinalsBot API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -67,3 +67,3 @@ import { InscriptionClient } from "../client"; | ||
* @param {v1.InscriptionCollectionOrderRequest} collectionOrder The collection order request. | ||
* @returns {Promise<v1.InscriptionOrder>} A promise that resolves with the created collection order. | ||
* @returns {Promise<v1.InscriptionCollectionOrderResponse>} A promise that resolves with the created collection order. | ||
*/ | ||
@@ -70,0 +70,0 @@ createCollectionOrder( |
@@ -137,2 +137,4 @@ export interface InscriptionTransaction { | ||
returnAddress: string; | ||
depositAddress: string; | ||
parentReturnTx: string; | ||
} | ||
@@ -176,2 +178,4 @@ | ||
createdAt: number; // timestamp in ms, | ||
paid?: boolean; | ||
} | ||
@@ -178,0 +182,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
268833
5288