@joai/warps 3.2.0 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -320,6 +320,7 @@ interface AdapterWarpAbiBuilder {
320
320
  createFromRaw(encoded: string): Promise<any>;
321
321
  createFromTransaction(tx: WarpAdapterGenericTransaction): Promise<any>;
322
322
  createFromTransactionHash(hash: string, cache?: WarpCacheConfig): Promise<any | null>;
323
+ endpointsToWarps?(abi: any, contractAddress: string, rawAbiJson?: object): Warp[];
323
324
  }
324
325
  interface AdapterWarpBrandBuilder {
325
326
  createInscriptionTransaction(brand: WarpBrand): WarpAdapterGenericTransaction;
package/dist/index.d.ts CHANGED
@@ -320,6 +320,7 @@ interface AdapterWarpAbiBuilder {
320
320
  createFromRaw(encoded: string): Promise<any>;
321
321
  createFromTransaction(tx: WarpAdapterGenericTransaction): Promise<any>;
322
322
  createFromTransactionHash(hash: string, cache?: WarpCacheConfig): Promise<any | null>;
323
+ endpointsToWarps?(abi: any, contractAddress: string, rawAbiJson?: object): Warp[];
323
324
  }
324
325
  interface AdapterWarpBrandBuilder {
325
326
  createInscriptionTransaction(brand: WarpBrand): WarpAdapterGenericTransaction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joai/warps",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",