New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fractalwagmi/fractal-sdk-public-api

Package Overview
Dependencies
Maintainers
10
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fractalwagmi/fractal-sdk-public-api - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

35

dist/fractal-sdk-api.d.ts

@@ -35,2 +35,12 @@ export interface FractalSdkAdminGetTransactionStatusResponse {

}
export interface FractalSdkExperimentalEvmExperimentalCreatePolygonItemMintTransactionRequest {
itemId: string;
walletPublicKey: string;
format?: FractalSdkExperimentalEvmExperimentalSerializationFormat;
/**
* defaults to 5 mins if not set
* example: 300s
*/
expiration?: string;
}
export interface FractalSdkExperimentalEvmExperimentalGetTokenIdMintedResponse {

@@ -409,2 +419,17 @@ tokenId?: FractalSdkExperimentalEvmExperimentalGetTokenIdMintedResponseTokenId;

/**
* @description Creates a Polygon item mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature.
* @tags EVMExperimentalService
* @name CreatePolygonItemMintTransaction
* @summary CreatePolygonItemMintTransaction
* @request POST:/sdk/experimental/polygon/create_item_mint_transaction
* @secure
*/
namespace CreatePolygonItemMintTransaction {
type RequestParams = {};
type RequestQuery = {};
type RequestBody = FractalSdkExperimentalEvmExperimentalCreatePolygonItemMintTransactionRequest;
type RequestHeaders = {};
type ResponseBody = FractalSdkAdminRefreshMetadataResponse;
}
/**
* @description Creates a Polygon mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature.

@@ -1074,2 +1099,12 @@ * @tags EVMExperimentalService

/**
* @description Creates a Polygon item mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature.
*
* @tags EVMExperimentalService
* @name CreatePolygonItemMintTransaction
* @summary CreatePolygonItemMintTransaction
* @request POST:/sdk/experimental/polygon/create_item_mint_transaction
* @secure
*/
createPolygonItemMintTransaction: (body: FractalSdkExperimentalEvmExperimentalCreatePolygonItemMintTransactionRequest, params?: RequestParams) => Promise<HttpResponse<object, GoogleRpcStatus>>;
/**
* @description Creates a Polygon mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature.

@@ -1076,0 +1111,0 @@ *

@@ -241,2 +241,12 @@ "use strict";

/**
* @description Creates a Polygon item mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature.
*
* @tags EVMExperimentalService
* @name CreatePolygonItemMintTransaction
* @summary CreatePolygonItemMintTransaction
* @request POST:/sdk/experimental/polygon/create_item_mint_transaction
* @secure
*/
createPolygonItemMintTransaction: (body, params = {}) => this.request(Object.assign({ path: `/sdk/experimental/polygon/create_item_mint_transaction`, method: "POST", body: body, secure: true, type: ContentType.Json, format: "json" }, params)),
/**
* @description Creates a Polygon mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature.

@@ -243,0 +253,0 @@ *

2

package.json
{
"name": "@fractalwagmi/fractal-sdk-public-api",
"version": "0.0.29",
"version": "0.0.30",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/fractal-sdk-api.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc