diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c523272e..6c124234 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -16,7 +16,7 @@ assignees: '' - [ ] `@avalanche-sdk/client` (Core RPC functionality) -- [ ] `@avalanche-sdk/devtools` (Development tools and utilities) +- [ ] `@avalanche-sdk/chainkit` (All Data, Metrics and Webhooks API support) - [ ] `@avalanche-sdk/interchain` (Cross-chain messaging) - [ ] `@avalanche-sdk/sdk` (Unified SDK - all features) - [ ] Documentation @@ -81,7 +81,7 @@ assignees: '' { "@avalanche-sdk/client": "0.0.4-alpha.10", - "@avalanche-sdk/devtools": "0.2.1", + "@avalanche-sdk/chainkit": "0.2.2", "@avalanche-sdk/interchain": "0.0.1-alpha.1", "@avalanche-sdk/sdk": "1.3.0", } diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 58127d0c..176ec5e0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -16,10 +16,8 @@ assignees: '' - [ ] `@avalanche-sdk/client` (Core RPC functionality) -- [ ] `@avalanche-sdk/data` (Data analytics and historical data) -- [ ] `@avalanche-sdk/devtools` (Development tools and utilities) +- [ ] `@avalanche-sdk/chainkit` (All Data, Metrics and Webhooks API support) - [ ] `@avalanche-sdk/interchain` (Cross-chain messaging) -- [ ] `@avalanche-sdk/metrics` (Network metrics and monitoring) - [ ] `@avalanche-sdk/sdk` (Unified SDK - all features) - [ ] Documentation improvements - [ ] Examples and tutorials diff --git a/.github/workflows/devtools_sdk_generation.yaml b/.github/workflows/chainkit_sdk_generation.yaml similarity index 90% rename from .github/workflows/devtools_sdk_generation.yaml rename to .github/workflows/chainkit_sdk_generation.yaml index b7998272..42a6201f 100644 --- a/.github/workflows/devtools_sdk_generation.yaml +++ b/.github/workflows/chainkit_sdk_generation.yaml @@ -1,4 +1,4 @@ -name: Generate Devtools SDK +name: Generate ChainKit SDK permissions: checks: write contents: write @@ -18,13 +18,13 @@ permissions: schedule: - cron: 30 18 * * * jobs: - generate_devtools_sdk: + generate_chainkit_sdk: uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15 with: force: ${{ github.event.inputs.force }} mode: pr set_version: ${{ github.event.inputs.set_version }} - target: devtools-sdk + target: chainkit-sdk secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/devtools_sdk_publish.yaml b/.github/workflows/chainkit_sdk_publish.yaml similarity index 83% rename from .github/workflows/devtools_sdk_publish.yaml rename to .github/workflows/chainkit_sdk_publish.yaml index b8e351a8..b18bdfdc 100644 --- a/.github/workflows/devtools_sdk_publish.yaml +++ b/.github/workflows/chainkit_sdk_publish.yaml @@ -1,4 +1,4 @@ -name: Publish Devtools SDK +name: Publish ChainKit SDK permissions: checks: write contents: write @@ -9,9 +9,9 @@ permissions: branches: - main paths: - - devtools/RELEASES.md + - chainkit/RELEASES.md jobs: - publish_devtools_sdk: + publish_chainkit_sdk: uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15 secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sdk_generate_docs.yaml b/.github/workflows/sdk_generate_docs.yaml index e2f3120a..626af9bf 100644 --- a/.github/workflows/sdk_generate_docs.yaml +++ b/.github/workflows/sdk_generate_docs.yaml @@ -5,7 +5,7 @@ name: Generate SDK Docs branches: - main paths: - - devtools/RELEASES.md + - chainkit/RELEASES.md workflow_dispatch: # Allows manual triggering from GitHub Actions permissions: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 71e6798c..619d731f 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,159 +1,43 @@ -speakeasyVersion: 1.598.2 +speakeasyVersion: 1.600.2 sources: - data-source: - sourceNamespace: avalanche-sdk-data-typescript - sourceRevisionDigest: sha256:c792081798068b290365f34d8260c725a3fc8b21fbd29bee4d138b26b039924e - sourceBlobDigest: sha256:2148c2ffe68732a9227a87fa96eff44710c3ef27501c2036e84f8809e2ced5a5 + chainkit-source: + sourceNamespace: avalanche-sdk-chainkit-typescript + sourceRevisionDigest: sha256:9c3c1c9bededfb64c85c874865db9b8bf4621b0aa65f9a5bf4abababe387ec24 + sourceBlobDigest: sha256:214dff750535e03d96c20a978cfa47a413d04c88d47f996ae148473b45c669df tags: - latest - - speakeasy-sdk-regen-1754505903 - - 1.0.0 - devtools-source: - sourceNamespace: avalanche-sdk-devtools-typescript - sourceRevisionDigest: sha256:b4f1a31e1e21059d077232a7cb4f8ef1f77b5ff88fe7dde795d2e576f6cb68ed - sourceBlobDigest: sha256:0ecd1a04976d32bcfa1940cbf80a15793bf778f6134ab718a4ecc70c15f840d0 - tags: - - latest - - speakeasy-sdk-regen-1754419361 - - 1.0.0 - metrics-source: - sourceNamespace: avalanche-sdk-metrics-typescript - sourceRevisionDigest: sha256:faad3b1fcc9d848d72808beb7bbc53e4fccc7e82b17701fdc9c93874aed55264 - sourceBlobDigest: sha256:087b853f5d79fc9f4ea4457e76054eb44d72a27de770ef1cfe76b192c0a532a2 - tags: - - latest - - speakeasy-sdk-regen-1754505752 - - 1.0.0 - webhooks-source: - sourceNamespace: avalanche-sdk-webhooks-typescript - sourceRevisionDigest: sha256:a243a6c417686cc0d74eff745b675a100037d32af228bdfe4f3f9f99a9a5a1eb - sourceBlobDigest: sha256:ffaa2f386cd834d338af7b35e9098351f5efbaa356ff27791447b566316cfe5e - tags: - - latest - - speakeasy-sdk-regen-1754419634 - 1.0.0 targets: - avalanche: - source: metrics-source - sourceNamespace: avalanche-sdk-metrics-typescript - sourceRevisionDigest: sha256:a03cf954b8a9ab411af917229e651e87630a12703271f87b13a84eb915444486 - sourceBlobDigest: sha256:fb4668172f91d4f38dc51bc8bc7c0bee11c924c63c8aba6d22d9b4d66302acb1 - codeSamplesNamespace: avalanche-sdk-metrics-typescript-code-samples - codeSamplesRevisionDigest: sha256:14d9f387e3c309a88f573d5775768b039b089c94117ac33ac188d0b9066898cd - data-sdk: - source: data-source - sourceNamespace: avalanche-sdk-data-typescript - sourceRevisionDigest: sha256:c792081798068b290365f34d8260c725a3fc8b21fbd29bee4d138b26b039924e - sourceBlobDigest: sha256:2148c2ffe68732a9227a87fa96eff44710c3ef27501c2036e84f8809e2ced5a5 - codeSamplesNamespace: avalanche-sdk-data-typescript-code-samples - codeSamplesRevisionDigest: sha256:8f593f99cb1f1ce88d0b5653c1e21637136219d96e87a5f4bd776bc7a253e76e - devtools-sdk: - source: devtools-source - sourceNamespace: avalanche-sdk-devtools-typescript - sourceRevisionDigest: sha256:b4f1a31e1e21059d077232a7cb4f8ef1f77b5ff88fe7dde795d2e576f6cb68ed - sourceBlobDigest: sha256:0ecd1a04976d32bcfa1940cbf80a15793bf778f6134ab718a4ecc70c15f840d0 - codeSamplesNamespace: avalanche-sdk-devtools-typescript-code-samples - codeSamplesRevisionDigest: sha256:4c52107d66a24d94cfea729d754cd18a2556f2137d72b93400bf7e620b2b8ba5 - metrics-sdk: - source: metrics-source - sourceNamespace: avalanche-sdk-metrics-typescript - sourceRevisionDigest: sha256:faad3b1fcc9d848d72808beb7bbc53e4fccc7e82b17701fdc9c93874aed55264 - sourceBlobDigest: sha256:087b853f5d79fc9f4ea4457e76054eb44d72a27de770ef1cfe76b192c0a532a2 - codeSamplesNamespace: avalanche-sdk-metrics-typescript-code-samples - codeSamplesRevisionDigest: sha256:39dc73d86f74b525e745c3b4757d873071b634a270708b93bb81a4d70250ff07 - webhooks-sdk: - source: webhooks-source - sourceNamespace: avalanche-sdk-webhooks-typescript - sourceRevisionDigest: sha256:a243a6c417686cc0d74eff745b675a100037d32af228bdfe4f3f9f99a9a5a1eb - sourceBlobDigest: sha256:ffaa2f386cd834d338af7b35e9098351f5efbaa356ff27791447b566316cfe5e - codeSamplesNamespace: avalanche-sdk-webhooks-typescript-code-samples - codeSamplesRevisionDigest: sha256:ff2a6308271cbaa3c2c43be62bbea2709fb7ea0cb6f47cf9896701a560d2d0cd + chainkit-sdk: + source: chainkit-source + sourceNamespace: avalanche-sdk-chainkit-typescript + sourceRevisionDigest: sha256:9c3c1c9bededfb64c85c874865db9b8bf4621b0aa65f9a5bf4abababe387ec24 + sourceBlobDigest: sha256:214dff750535e03d96c20a978cfa47a413d04c88d47f996ae148473b45c669df + codeSamplesNamespace: avalanche-sdk-chainkit-typescript-code-samples + codeSamplesRevisionDigest: sha256:a51e4cdad495293f61143fc8c375227f127fe8e92affcfd273ac63428a4e78a7 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest sources: - data-source: - inputs: - - location: https://glacier-api.avax.network/api-json - overlays: - - location: data/overlays/overlay.yaml - registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-data-typescript - devtools-source: + chainkit-source: inputs: - location: https://popsicle-api.avax.network/api-json - location: https://glacier-api.avax.network/api-json overlays: - - location: devtools/overlays/overlay.yaml + - location: chainkit/overlays/overlay.yaml registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-devtools-typescript - metrics-source: - inputs: - - location: https://popsicle-api.avax.network/api-json - overlays: - - location: metrics/overlays/overlay.yaml - registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-metrics-typescript - webhooks-source: - inputs: - - location: https://glacier-api.avax.network/api-json - overlays: - - location: webhooks/overlays/overlay.yaml - registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-webhooks-typescript + location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-chainkit-typescript targets: - data-sdk: - target: typescript - source: data-source - output: data - publish: - npm: - token: $npm_token - codeSamples: - registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-data-typescript-code-samples - langOverride: javascript - labelOverride: - fixedValue: JavaScript - blocking: false - devtools-sdk: - target: typescript - source: devtools-source - output: devtools - publish: - npm: - token: $npm_token - codeSamples: - registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-devtools-typescript-code-samples - langOverride: javascript - labelOverride: - fixedValue: JavaScript - blocking: false - metrics-sdk: - target: typescript - source: metrics-source - output: metrics - publish: - npm: - token: $npm_token - codeSamples: - registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-metrics-typescript-code-samples - langOverride: javascript - labelOverride: - fixedValue: JavaScript - blocking: false - webhooks-sdk: + chainkit-sdk: target: typescript - source: webhooks-source - output: webhooks + source: chainkit-source + output: chainkit publish: npm: token: $npm_token codeSamples: registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-webhooks-typescript-code-samples + location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-chainkit-typescript-code-samples langOverride: javascript labelOverride: fixedValue: JavaScript diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 21ad2e7d..b37f8aee 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,26 +1,26 @@ workflowVersion: 1.0.0 speakeasyVersion: latest sources: - devtools-source: + chainkit-source: inputs: - location: https://popsicle-api.avax.network/api-json - location: https://glacier-api.avax.network/api-json overlays: - - location: devtools/overlays/overlay.yaml + - location: chainkit/overlays/overlay.yaml registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-devtools-typescript + location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-chainkit-typescript targets: - devtools-sdk: + chainkit-sdk: target: typescript - source: devtools-source - output: devtools + source: chainkit-source + output: chainkit publish: npm: token: $npm_token codeSamples: registry: - location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-devtools-typescript-code-samples + location: registry.speakeasyapi.dev/avalabs/avalabs/avalanche-sdk-chainkit-typescript-code-samples langOverride: javascript labelOverride: fixedValue: JavaScript - blocking: false \ No newline at end of file + blocking: false diff --git a/.vscode/settings.json b/.vscode/settings.json index 318e4bf1..a55c5a06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,9 +8,11 @@ "Bech", "cChain", "ccip", + "chainkit", "delegators", "deployless", "Indicies", + "Interchain", "Keccak", "labelhash", "locktime", diff --git a/CHANGELOG.md b/CHANGELOG.md index 685f2a1b..bb66255c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ Initial release with multiple packages in monorepo structure: -- Add `@avalanche-sdk/sdk` package - Main SDK combining client and devtools functionality +- Add `@avalanche-sdk/sdk` package - Main SDK combining client and chainkit functionality - Add `@avalanche-sdk/client` package - Core RPC client with C-Chain, P-Chain, and X-Chain support - Add `@avalanche-sdk/interchain` package - ICM/ICTT messaging and Teleporter integration -- Add `@avalanche-sdk/devtools` package - Development tools and utilities +- Add `@avalanche-sdk/chainkit` package - Add TypeScript support across all packages - Add comprehensive documentation - Add Code of Conduct diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c001864a..5bcf9635 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,22 +53,23 @@ We welcome pull requests! Here's how to contribute code: This is a monorepo containing multiple packages. To get started: 1. Clone the repository: + ```bash git clone https://github.com/ava-labs/avalanche-sdk-typescript.git cd avalanche-sdk-typescript ``` - 2. Navigate to the package you want to work on: + ```bash - cd client # or data, devtools, sdk, etc. + cd client # or data, chainkit, sdk, etc. ``` - 3. Install dependencies: + ```bash npm install ``` - 4. Build the package: + ```bash npm run build:all ``` @@ -76,12 +77,9 @@ This is a monorepo containing multiple packages. To get started: ### Package Structure - **client/** - Core Avalanche client SDK -- **data/** - Data API SDK (contains generated code) -- **devtools/** - Development tools (contains generated code) -- **sdk/** - Main SDK package combining client and devtools +- **chainkit/** - Development tools (contains generated code) +- **sdk/** - Main SDK package combining client and chainkit - **interchain/** - Interchain messaging SDK -- **metrics/** - Metrics SDK (contains generated code) -- **webhooks/** - Webhooks SDK (contains generated code) **Note:** Some packages contain generated code. For these packages, we do not accept direct changes to the generated files. Instead, please report issues and we'll address them in the upstream source. @@ -107,6 +105,7 @@ footer ``` Types: + - **feat**: New feature - **fix**: Bug fix - **docs**: Documentation changes @@ -116,6 +115,7 @@ Types: - **chore**: Maintenance tasks Example: + ``` feat(client): add support for subnet validation diff --git a/README.md b/README.md index 2331530a..4f00931e 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Avalanche SDK TypeScript provides a complete set of tools and libraries for deve | SDK | Description | |-----|-------------| | `@avalanche-sdk/client` | Direct blockchain interaction - transactions, wallets, RPC calls | -| `@avalanche-sdk/devtools` | Complete suite: Data, Metrics and Webhooks API | +| `@avalanche-sdk/chainkit` | Complete suite: Data, Metrics and Webhooks API | | `@avalanche-sdk/interchain` | Send messages between Avalanche L1s using ICM/Teleporter | -| `@avalanche-sdk/sdk` | Complete suite: Devtools + Client | +| `@avalanche-sdk/sdk` | Complete suite: ChainKit + Client | ## 📊 Package Status @@ -37,7 +37,7 @@ Avalanche SDK TypeScript provides a complete set of tools and libraries for deve | Package | Version | Status | npm | |---------|---------|--------|-----| | `@avalanche-sdk/sdk` | 1.3.0 | **Stable** | [![npm](https://img.shields.io/npm/v/@avalanche-sdk/sdk)](https://www.npmjs.com/package/@avalanche-sdk/sdk) | -| `@avalanche-sdk/devtools` | 0.2.1 | **Stable** | [![npm](https://img.shields.io/npm/v/@avalanche-sdk/devtools)](https://www.npmjs.com/package/@avalanche-sdk/devtools) | +| `@avalanche-sdk/chainkit` | 0.2.1 | **Stable** | [![npm](https://img.shields.io/npm/v/@avalanche-sdk/chainkit)](https://www.npmjs.com/package/@avalanche-sdk/chainkit) | | `@avalanche-sdk/client` | 0.0.4-alpha.10 | Alpha | [![npm](https://img.shields.io/npm/v/@avalanche-sdk/client)](https://www.npmjs.com/package/@avalanche-sdk/client) | | `@avalanche-sdk/interchain` | 0.0.1-alpha.1 | Alpha | [![npm](https://img.shields.io/npm/v/@avalanche-sdk/interchain)](https://www.npmjs.com/package/@avalanche-sdk/interchain) | @@ -59,7 +59,7 @@ The main Avalanche client SDK for interacting with Avalanche nodes and building - Add validators and delegators - Create subnets and blockchains, convert subnets to L1s -### [DevTools SDK](./devtools/) +### [ChainKit SDK](./chainkit/) Combined SDK with full typed coverage of Avalanche Data (Glacier) and Metrics APIs. **Features:** @@ -87,7 +87,6 @@ SDK providing a unified experience of all the SDKs **Features:** - **Complete API Coverage** - All P-Chain, X-Chain, and C-Chain APIs from Client SDK - **Data Analytics** - Historical transaction data and blockchain analytics from Data SDK -- **Development Tools** - Testing frameworks, debugging tools, and utilities from DevTools SDK - **Cross-Chain Operations** - Interchain communication and bridge functionality from Interchain SDK - **Network Metrics** - Performance monitoring and validator statistics from Metrics SDK - **Real-Time Events** - Webhook management and event streaming from Webhooks SDK @@ -122,7 +121,7 @@ pnpm add @avalanche-sdk/sdk # Install only what you need npm install @avalanche-sdk/client # Core RPC functionality npm install @avalanche-sdk/interchain # Cross-chain messaging -npm install @avalanche-sdk/devtools # Development tools +npm install @avalanche-sdk/chainkit # Development tools ``` ### Quick Examples @@ -217,7 +216,7 @@ await icmClient.sendMessage({ Each SDK includes comprehensive documentation: - **[Client SDK Documentation](./client/README.md)** - Complete API reference and usage examples -- **[DevTools SDK Documentation](./devtools/README.md)** - Development utilities guide +- **[ChainKit SDK Documentation](./chainkit/README.md)** - Development utilities guide - **[Interchain SDK Documentation](./interchain/README.md)** - Cross-chain development guide - **[SDK Documentation](./sdk/README.md)** - Unified SDK @@ -226,7 +225,7 @@ Each SDK includes comprehensive documentation: Each SDK includes practical examples demonstrating common use cases: - **Client SDK Examples** - [View Examples](./client/examples/) -- **DevTools SDK Examples** - [View Examples](./devtools/examples/) +- **ChainKit SDK Examples** - [View Examples](./chainkit/examples/) - **Interchain SDK Examples** - [View Examples](./interchain/examples/) - **Core SDK Examples** - [View Examples](./sdk/examples/) @@ -237,7 +236,7 @@ The Avalanche SDK TypeScript suite is designed with modularity in mind: ``` avalanche-sdk-typescript/ ├── client/ # Main client SDK -├── devtools/ # Development tools +├── chainkit/ # Development tools ├── interchain/ # Cross-chain SDK └── sdk/ # Unified SDK ``` diff --git a/devtools/.devcontainer/README.md b/chainkit/.devcontainer/README.md similarity index 100% rename from devtools/.devcontainer/README.md rename to chainkit/.devcontainer/README.md diff --git a/devtools/.devcontainer/devcontainer.json b/chainkit/.devcontainer/devcontainer.json similarity index 100% rename from devtools/.devcontainer/devcontainer.json rename to chainkit/.devcontainer/devcontainer.json diff --git a/devtools/.devcontainer/setup.sh b/chainkit/.devcontainer/setup.sh similarity index 95% rename from devtools/.devcontainer/setup.sh rename to chainkit/.devcontainer/setup.sh index 3772639b..020480c4 100644 --- a/devtools/.devcontainer/setup.sh +++ b/chainkit/.devcontainer/setup.sh @@ -10,7 +10,7 @@ mkdir samples npm install npm install -g ts-node npm link -npm link @avalanche-sdk/devtools +npm link @avalanche-sdk/chainkit TS_CONFIG_CONTENT=$(cat < -

@avalanche-sdk/devtools

+

@avalanche-sdk/chainkit

- The Avalanche Devtools SDK is a powerful and flexible toolset designed to simplify the integration with Avalanche's suite of blockchain services. + The Avalanche ChainKit SDK is a powerful and flexible toolset designed to simplify the integration with Avalanche's suite of blockchain services.

Currently, this SDK is focused on providing robust support for Data, Metrics and Webhooks APIs. @@ -12,27 +12,32 @@ + ## Summary Data, Metrics, and Webhooks API: The Avalanche API suite offers powerful tools for real-time and historical blockchain data. The Webhooks API enables instant monitoring of on-chain events, including smart contract activity, NFT transfers, and wallet transactions, with customizable filters and secure notifications. The Metrics API (Beta) provides analytics on blockchain activity, while the Data API (Beta) delivers multi-chain data for Avalanche and Ethereum, including transaction history, token balances, and metadata. These APIs empower developers to build dynamic web3 applications with real-time insights and seamless integration. + + ## Table of Contents + - * [SDK Installation](#sdk-installation) - * [Requirements](#requirements) - * [SDK Example Usage](#sdk-example-usage) - * [Authentication](#authentication) - * [Available Resources and Operations](#available-resources-and-operations) - * [Standalone functions](#standalone-functions) - * [Global Parameters](#global-parameters) - * [Pagination](#pagination) - * [Retries](#retries) - * [Error Handling](#error-handling) - * [Server Selection](#server-selection) - * [Custom HTTP Client](#custom-http-client) - * [Debugging](#debugging) + +* [SDK Installation](#sdk-installation) +* [Requirements](#requirements) +* [SDK Example Usage](#sdk-example-usage) +* [Authentication](#authentication) +* [Available Resources and Operations](#available-resources-and-operations) +* [Standalone functions](#standalone-functions) +* [Global Parameters](#global-parameters) +* [Pagination](#pagination) +* [Retries](#retries) +* [Error Handling](#error-handling) +* [Server Selection](#server-selection) +* [Custom HTTP Client](#custom-http-client) +* [Debugging](#debugging) * [Development](#development) * [Maturity](#maturity) * [Contributions](#contributions) @@ -40,6 +45,7 @@ Data, Metrics, and Webhooks API: The Avalanche API suite offers powerful tools f + ## SDK Installation The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers. @@ -47,25 +53,25 @@ The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https ### NPM ```bash -npm add @avalanche-sdk/devtools +npm add @avalanche-sdk/chainkit ``` ### PNPM ```bash -pnpm add @avalanche-sdk/devtools +pnpm add @avalanche-sdk/chainkit ``` ### Bun ```bash -bun add @avalanche-sdk/devtools +bun add @avalanche-sdk/chainkit ``` ### Yarn ```bash -yarn add @avalanche-sdk/devtools zod +yarn add @avalanche-sdk/chainkit zod # Note that Yarn does not install peer dependencies automatically. You will need # to install zod as shown above. @@ -74,7 +80,6 @@ yarn add @avalanche-sdk/devtools zod > [!NOTE] > This package is published with CommonJS and ES Modules (ESM) support. - ### Model Context Protocol (MCP) Server This SDK is also an installable MCP server where the various SDK methods are @@ -93,7 +98,7 @@ Add the following server definition to your `claude_desktop_config.json` file: "Avalanche": { "command": "npx", "args": [ - "-y", "--package", "@avalanche-sdk/devtools", + "-y", "--package", "@avalanche-sdk/chainkit", "--", "mcp", "start", "--api-key", "...", @@ -118,7 +123,7 @@ Create a `.cursor/mcp.json` file in your project root with the following content "Avalanche": { "command": "npx", "args": [ - "-y", "--package", "@avalanche-sdk/devtools", + "-y", "--package", "@avalanche-sdk/chainkit", "--", "mcp", "start", "--api-key", "...", @@ -142,7 +147,6 @@ chmod +x mcp-server If the repo is a private repo you must add your Github PAT to download a release `-H "Authorization: Bearer {GITHUB_PAT}"`. - ```json { "mcpServers": { @@ -159,23 +163,27 @@ If the repo is a private repo you must add your Github PAT to download a release For a full list of server arguments, run: ```sh -npx -y --package @avalanche-sdk/devtools -- mcp start --help +npx -y --package @avalanche-sdk/chainkit -- mcp start --help ``` + + ## Requirements For supported JavaScript runtimes, please consult [RUNTIMES.md](RUNTIMES.md). + + ## SDK Example Usage ### Example ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -200,22 +208,25 @@ async function run() { run(); ``` + + ## Authentication ### Per-Client Security Schemes This SDK supports the following security scheme globally: -| Name | Type | Scheme | -| -------- | ------ | ------- | +| Name | Type | Scheme | +| ---------- | ------ | ------- | | `apiKey` | apiKey | API key | To authenticate with the API the `apiKey` parameter must be set when initializing the SDK client instance. For example: + ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ apiKey: "", @@ -230,15 +241,16 @@ async function run() { run(); ``` + + ## Available Resources and Operations

Available methods - ### [data](docs/sdks/data/README.md) * [healthCheck](docs/sdks/data/README.md#healthcheck) - Get the health of the service @@ -281,13 +293,15 @@ run(); * [get](docs/sdks/evmchains/README.md#get) - Get chain information * [~~getAddressChains~~](docs/sdks/evmchains/README.md#getaddresschains) - **[Deprecated]** Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes. -⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** . ⚠️ **Deprecated** + * [~~listAllLatestTransactions~~](docs/sdks/evmchains/README.md#listalllatesttransactions) - **[Deprecated]** Lists the latest transactions for all supported EVM chains. Filterable by status. -⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** . ⚠️ **Deprecated** + * [~~listAllLatestBlocks~~](docs/sdks/evmchains/README.md#listalllatestblocks) - **[Deprecated]** Lists the latest blocks for all supported EVM chains. Filterable by network. -⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** . ⚠️ **Deprecated** #### [data.evm.contracts](docs/sdks/contracts/README.md) @@ -373,13 +387,15 @@ run(); * [~~getTeleporterMessage~~](docs/sdks/teleporter/README.md#getteleportermessage) - **[Deprecated]** Gets a teleporter message by message ID. -⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** . ⚠️ **Deprecated** + * [~~listTeleporterMessages~~](docs/sdks/teleporter/README.md#listteleportermessages) - **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order. -⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** . ⚠️ **Deprecated** + * [~~listTeleporterMessagesByAddress~~](docs/sdks/teleporter/README.md#listteleportermessagesbyaddress) - **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order. -⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** . ⚠️ **Deprecated** #### [data.usageMetrics](docs/sdks/usagemetrics/README.md) @@ -388,7 +404,7 @@ run(); * [getSubnetRpcUsage](docs/sdks/usagemetrics/README.md#getsubnetrpcusage) - Get usage metrics for the Subnet RPC * [~~getRpcUsageMetrics~~](docs/sdks/usagemetrics/README.md#getrpcusagemetrics) - **[Deprecated]** Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity. -⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**. :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**. ⚠️ **Deprecated** ### [metrics](docs/sdks/metrics/README.md) @@ -440,6 +456,7 @@ run(); + ## Standalone functions All the methods listed above are available as standalone functions. These @@ -545,37 +562,43 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md). - [`webhooksUpdate`](docs/sdks/webhooks/README.md#update) - Update a webhook - ~~[`dataEvmChainsGetAddressChains`](docs/sdks/evmchains/README.md#getaddresschains)~~ - **[Deprecated]** Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes. -⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** . ⚠️ **Deprecated** + - ~~[`dataEvmChainsListAllLatestBlocks`](docs/sdks/evmchains/README.md#listalllatestblocks)~~ - **[Deprecated]** Lists the latest blocks for all supported EVM chains. Filterable by network. -⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** . ⚠️ **Deprecated** + - ~~[`dataEvmChainsListAllLatestTransactions`](docs/sdks/evmchains/README.md#listalllatesttransactions)~~ - **[Deprecated]** Lists the latest transactions for all supported EVM chains. Filterable by status. -⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** . ⚠️ **Deprecated** + - ~~[`dataTeleporterGetTeleporterMessage`](docs/sdks/teleporter/README.md#getteleportermessage)~~ - **[Deprecated]** Gets a teleporter message by message ID. -⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** . ⚠️ **Deprecated** + - ~~[`dataTeleporterListTeleporterMessages`](docs/sdks/teleporter/README.md#listteleportermessages)~~ - **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order. -⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** . ⚠️ **Deprecated** + - ~~[`dataTeleporterListTeleporterMessagesByAddress`](docs/sdks/teleporter/README.md#listteleportermessagesbyaddress)~~ - **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order. -⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** . :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** . ⚠️ **Deprecated** + - ~~[`dataUsageMetricsGetRpcUsageMetrics`](docs/sdks/usagemetrics/README.md#getrpcusagemetrics)~~ - **[Deprecated]** Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity. -⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**. :warning: **Deprecated** +⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**. ⚠️ **Deprecated**
+ ## Global Parameters Certain parameters are configured globally. These parameters may be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, These global values will be used as defaults on the operations that use them. When such operations are called, there is a place in each to override the global value, if needed. For example, you can set `chainId` to `"43114"` at SDK initialization and then you do not have to pass the same value on calls to operations like `list`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration. - ### Available Globals The following global parameters are available. @@ -588,7 +611,7 @@ The following global parameters are available. ### Example ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -608,22 +631,22 @@ async function run() { run(); ``` + + ## Pagination Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the returned response object will also be an -async iterable that can be consumed using the [`for await...of`][for-await-of] +async iterable that can be consumed using the syntax. -[for-await-of]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of - Here's an example of one such pagination call: ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -640,16 +663,19 @@ async function run() { run(); ``` + + ## Retries Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK. To change the default retry strategy for a single API call, simply provide a retryConfig object to the call: + ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -675,8 +701,9 @@ run(); ``` If you'd like to override the default retry strategy for all operations that support retries, you can provide a retryConfig at SDK initialization: + ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ retryConfig: { @@ -700,26 +727,29 @@ async function run() { run(); ``` + + ## Error Handling [`AvalancheError`](./src/models/errors/avalancheerror.ts) is the base class for all HTTP error responses. It has the following properties: -| Property | Type | Description | -| ------------------- | ---------- | --------------------------------------------------------------------------------------- | -| `error.message` | `string` | Error message | -| `error.statusCode` | `number` | HTTP response status code eg `404` | -| `error.headers` | `Headers` | HTTP response headers | -| `error.body` | `string` | HTTP body. Can be empty string if no body is returned. | -| `error.rawResponse` | `Response` | Raw HTTP response | -| `error.data$` | | Optional. Some errors may contain structured data. [See Error Classes](#error-classes). | +| Property | Type | Description | +| --------------------- | ------------ | ----------------------------------------------------------------------------------- | +| `error.message` | `string` | Error message | +| `error.statusCode` | `number` | HTTP response status code eg `404` | +| `error.headers` | `Headers` | HTTP response headers | +| `error.body` | `string` | HTTP body. Can be empty string if no body is returned. | +| `error.rawResponse` | `Response` | Raw HTTP response | +| `error.data$` | | Optional. Some errors may contain structured data.[See Error Classes](#error-classes). | ### Example + ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; -import * as errors from "@avalanche-sdk/devtools/models/errors"; +import { Avalanche } from "@avalanche-sdk/chainkit"; +import * as errors from "@avalanche-sdk/chainkit/models/errors"; const avalanche = new Avalanche({ chainId: "43114", @@ -754,7 +784,9 @@ run(); ``` ### Error Classes + **Primary errors:** + * [`AvalancheError`](./src/models/errors/avalancheerror.ts): The base class for HTTP error responses. * [`BadRequestError`](./src/models/errors/badrequesterror.ts): Bad requests generally mean the client has passed invalid or malformed parameters. Error messages in the response could help in evaluating the error. Status code `400`. * [`UnauthorizedError`](./src/models/errors/unauthorizederror.ts): When a client attempts to access resources that require authorization credentials but the client lacks proper authentication in the request, the server responds with 401. Status code `401`. @@ -770,27 +802,30 @@ run();
**Network errors:** + * [`ConnectionError`](./src/models/errors/httpclienterrors.ts): HTTP client was unable to make a request to a server. * [`RequestTimeoutError`](./src/models/errors/httpclienterrors.ts): HTTP request timed out due to an AbortSignal signal. * [`RequestAbortedError`](./src/models/errors/httpclienterrors.ts): HTTP request was aborted by the client. * [`InvalidRequestError`](./src/models/errors/httpclienterrors.ts): Any input used to create a request is invalid. * [`UnexpectedClientError`](./src/models/errors/httpclienterrors.ts): Unrecognised or unexpected error. - **Inherit from [`AvalancheError`](./src/models/errors/avalancheerror.ts)**: + * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string. + ## Server Selection ### Override Server URL Per-Client The default server can be overridden globally by passing a URL to the `serverURL: string` optional parameter when initializing the SDK client instance. For example: + ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ serverURL: "https://glacier-api.avax.network", @@ -809,8 +844,9 @@ run(); ### Override Server URL Per-Operation The server URL can also be overridden on a per-operation basis, provided a server list was specified for the operation. For example: + ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -825,9 +861,11 @@ async function run() { run(); ``` + + ## Custom HTTP Client The TypeScript SDK makes API calls using an `HTTPClient` that wraps the native @@ -845,8 +883,8 @@ custom header and a timeout to requests and how to use the `"requestError"` hook to log errors: ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; -import { HTTPClient } from "@avalanche-sdk/devtools/lib/http"; +import { Avalanche } from "@avalanche-sdk/chainkit"; +import { HTTPClient } from "@avalanche-sdk/chainkit/lib/http"; const httpClient = new HTTPClient({ // fetcher takes a function that has the same signature as native `fetch`. @@ -874,9 +912,11 @@ httpClient.addHook("requestError", (error, request) => { const sdk = new Avalanche({ httpClient }); ``` + + ## Debugging You can setup your SDK to emit debug logs for SDK requests and responses. @@ -887,10 +927,11 @@ You can pass a logger that matches `console`'s interface as an SDK option. > Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const sdk = new Avalanche({ debugLogger: console }); ``` + @@ -905,5 +946,7 @@ looking for the latest version. ## Contributions -While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. -We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release. \ No newline at end of file +While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. +We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release. + +[for-await-of]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of diff --git a/chainkit/RELEASES.md b/chainkit/RELEASES.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/chainkit/RELEASES.md @@ -0,0 +1 @@ + diff --git a/devtools/RUNTIMES.md b/chainkit/RUNTIMES.md similarity index 100% rename from devtools/RUNTIMES.md rename to chainkit/RUNTIMES.md diff --git a/devtools/USAGE.md b/chainkit/USAGE.md similarity index 91% rename from devtools/USAGE.md rename to chainkit/USAGE.md index cca895d5..16b57f8e 100644 --- a/devtools/USAGE.md +++ b/chainkit/USAGE.md @@ -1,6 +1,6 @@ ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); diff --git a/devtools/docs/lib/utils/retryconfig.md b/chainkit/docs/lib/utils/retryconfig.md similarity index 100% rename from devtools/docs/lib/utils/retryconfig.md rename to chainkit/docs/lib/utils/retryconfig.md diff --git a/devtools/docs/models/components/accesslistdata.md b/chainkit/docs/models/components/accesslistdata.md similarity index 94% rename from devtools/docs/models/components/accesslistdata.md rename to chainkit/docs/models/components/accesslistdata.md index fd45cccc..28919dd4 100644 --- a/devtools/docs/models/components/accesslistdata.md +++ b/chainkit/docs/models/components/accesslistdata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AccessListData } from "@avalanche-sdk/devtools/models/components"; +import { AccessListData } from "@avalanche-sdk/chainkit/models/components"; let value: AccessListData = { accessAddresses: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7", diff --git a/devtools/docs/models/components/activedelegatordetails.md b/chainkit/docs/models/components/activedelegatordetails.md similarity index 98% rename from devtools/docs/models/components/activedelegatordetails.md rename to chainkit/docs/models/components/activedelegatordetails.md index 546846be..1e5c27e5 100644 --- a/devtools/docs/models/components/activedelegatordetails.md +++ b/chainkit/docs/models/components/activedelegatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ActiveDelegatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { ActiveDelegatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: ActiveDelegatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/activedelegatordetailsdelegationstatus.md b/chainkit/docs/models/components/activedelegatordetailsdelegationstatus.md similarity index 87% rename from devtools/docs/models/components/activedelegatordetailsdelegationstatus.md rename to chainkit/docs/models/components/activedelegatordetailsdelegationstatus.md index a86e26e9..54795d70 100644 --- a/devtools/docs/models/components/activedelegatordetailsdelegationstatus.md +++ b/chainkit/docs/models/components/activedelegatordetailsdelegationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ActiveDelegatorDetailsDelegationStatus } from "@avalanche-sdk/devtools/models/components"; +import { ActiveDelegatorDetailsDelegationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: ActiveDelegatorDetailsDelegationStatus = "active"; ``` diff --git a/devtools/docs/models/components/activevalidatordetails.md b/chainkit/docs/models/components/activevalidatordetails.md similarity index 99% rename from devtools/docs/models/components/activevalidatordetails.md rename to chainkit/docs/models/components/activevalidatordetails.md index 34a9d4c8..4d7952fd 100644 --- a/devtools/docs/models/components/activevalidatordetails.md +++ b/chainkit/docs/models/components/activevalidatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ActiveValidatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { ActiveValidatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: ActiveValidatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/activevalidatordetailsvalidationstatus.md b/chainkit/docs/models/components/activevalidatordetailsvalidationstatus.md similarity index 87% rename from devtools/docs/models/components/activevalidatordetailsvalidationstatus.md rename to chainkit/docs/models/components/activevalidatordetailsvalidationstatus.md index 54939da6..b5e7931f 100644 --- a/devtools/docs/models/components/activevalidatordetailsvalidationstatus.md +++ b/chainkit/docs/models/components/activevalidatordetailsvalidationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ActiveValidatorDetailsValidationStatus } from "@avalanche-sdk/devtools/models/components"; +import { ActiveValidatorDetailsValidationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: ActiveValidatorDetailsValidationStatus = "active"; ``` diff --git a/devtools/docs/models/components/addressactivityeventtype.md b/chainkit/docs/models/components/addressactivityeventtype.md similarity index 66% rename from devtools/docs/models/components/addressactivityeventtype.md rename to chainkit/docs/models/components/addressactivityeventtype.md index 3509da06..8e770760 100644 --- a/devtools/docs/models/components/addressactivityeventtype.md +++ b/chainkit/docs/models/components/addressactivityeventtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AddressActivityEventType } from "@avalanche-sdk/devtools/models/components"; +import { AddressActivityEventType } from "@avalanche-sdk/chainkit/models/components"; let value: AddressActivityEventType = "address_activity"; ``` diff --git a/devtools/docs/models/components/addressactivitymetadata.md b/chainkit/docs/models/components/addressactivitymetadata.md similarity index 98% rename from devtools/docs/models/components/addressactivitymetadata.md rename to chainkit/docs/models/components/addressactivitymetadata.md index cb09e43b..043e1faf 100644 --- a/devtools/docs/models/components/addressactivitymetadata.md +++ b/chainkit/docs/models/components/addressactivitymetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AddressActivityMetadata } from "@avalanche-sdk/devtools/models/components"; +import { AddressActivityMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: AddressActivityMetadata = { eventSignatures: [ diff --git a/devtools/docs/models/components/addressdetails.md b/chainkit/docs/models/components/addressdetails.md similarity index 96% rename from devtools/docs/models/components/addressdetails.md rename to chainkit/docs/models/components/addressdetails.md index 77297c99..5f86e3a8 100644 --- a/devtools/docs/models/components/addressdetails.md +++ b/chainkit/docs/models/components/addressdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AddressDetails } from "@avalanche-sdk/devtools/models/components"; +import { AddressDetails } from "@avalanche-sdk/chainkit/models/components"; let value: AddressDetails = { address: "0x1234567890abcdef1234567890abcdef123456789", diff --git a/devtools/docs/models/components/addresseschangerequest.md b/chainkit/docs/models/components/addresseschangerequest.md similarity index 94% rename from devtools/docs/models/components/addresseschangerequest.md rename to chainkit/docs/models/components/addresseschangerequest.md index efc34700..eb0e334e 100644 --- a/devtools/docs/models/components/addresseschangerequest.md +++ b/chainkit/docs/models/components/addresseschangerequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AddressesChangeRequest } from "@avalanche-sdk/devtools/models/components"; +import { AddressesChangeRequest } from "@avalanche-sdk/chainkit/models/components"; let value: AddressesChangeRequest = { addresses: [ diff --git a/devtools/docs/models/components/aggregatedassetamount.md b/chainkit/docs/models/components/aggregatedassetamount.md similarity index 98% rename from devtools/docs/models/components/aggregatedassetamount.md rename to chainkit/docs/models/components/aggregatedassetamount.md index 750307e0..fa5eae71 100644 --- a/devtools/docs/models/components/aggregatedassetamount.md +++ b/chainkit/docs/models/components/aggregatedassetamount.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AggregatedAssetAmount } from "@avalanche-sdk/devtools/models/components"; +import { AggregatedAssetAmount } from "@avalanche-sdk/chainkit/models/components"; let value: AggregatedAssetAmount = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/apifeature.md b/chainkit/docs/models/components/apifeature.md similarity index 72% rename from devtools/docs/models/components/apifeature.md rename to chainkit/docs/models/components/apifeature.md index fc9c94c5..a51b3b7f 100644 --- a/devtools/docs/models/components/apifeature.md +++ b/chainkit/docs/models/components/apifeature.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ApiFeature } from "@avalanche-sdk/devtools/models/components"; +import { ApiFeature } from "@avalanche-sdk/chainkit/models/components"; let value: ApiFeature = "nftIndexing"; ``` diff --git a/devtools/docs/models/components/assetamount.md b/chainkit/docs/models/components/assetamount.md similarity index 98% rename from devtools/docs/models/components/assetamount.md rename to chainkit/docs/models/components/assetamount.md index ff307257..20e010d7 100644 --- a/devtools/docs/models/components/assetamount.md +++ b/chainkit/docs/models/components/assetamount.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AssetAmount } from "@avalanche-sdk/devtools/models/components"; +import { AssetAmount } from "@avalanche-sdk/chainkit/models/components"; let value: AssetAmount = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/assetwithpriceinfo.md b/chainkit/docs/models/components/assetwithpriceinfo.md similarity index 99% rename from devtools/docs/models/components/assetwithpriceinfo.md rename to chainkit/docs/models/components/assetwithpriceinfo.md index b4c6778d..1576e2a3 100644 --- a/devtools/docs/models/components/assetwithpriceinfo.md +++ b/chainkit/docs/models/components/assetwithpriceinfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AssetWithPriceInfo } from "@avalanche-sdk/devtools/models/components"; +import { AssetWithPriceInfo } from "@avalanche-sdk/chainkit/models/components"; let value: AssetWithPriceInfo = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/balanceowner.md b/chainkit/docs/models/components/balanceowner.md similarity index 89% rename from devtools/docs/models/components/balanceowner.md rename to chainkit/docs/models/components/balanceowner.md index fad64089..037f9c14 100644 --- a/devtools/docs/models/components/balanceowner.md +++ b/chainkit/docs/models/components/balanceowner.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BalanceOwner } from "@avalanche-sdk/devtools/models/components"; +import { BalanceOwner } from "@avalanche-sdk/chainkit/models/components"; let value: BalanceOwner = { addresses: [ diff --git a/devtools/docs/models/components/blockchain.md b/chainkit/docs/models/components/blockchain.md similarity index 99% rename from devtools/docs/models/components/blockchain.md rename to chainkit/docs/models/components/blockchain.md index 371f5fd9..c4c48d77 100644 --- a/devtools/docs/models/components/blockchain.md +++ b/chainkit/docs/models/components/blockchain.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Blockchain } from "@avalanche-sdk/devtools/models/components"; +import { Blockchain } from "@avalanche-sdk/chainkit/models/components"; let value: Blockchain = { createBlockTimestamp: 9906.3, diff --git a/devtools/docs/models/components/blockchaingenesisdata.md b/chainkit/docs/models/components/blockchaingenesisdata.md similarity index 81% rename from devtools/docs/models/components/blockchaingenesisdata.md rename to chainkit/docs/models/components/blockchaingenesisdata.md index 5b84253c..d9515db9 100644 --- a/devtools/docs/models/components/blockchaingenesisdata.md +++ b/chainkit/docs/models/components/blockchaingenesisdata.md @@ -5,7 +5,7 @@ The genesis data of the blockchain. ## Example Usage ```typescript -import { BlockchainGenesisData } from "@avalanche-sdk/devtools/models/components"; +import { BlockchainGenesisData } from "@avalanche-sdk/chainkit/models/components"; let value: BlockchainGenesisData = {}; ``` diff --git a/devtools/docs/models/components/blockchainid.md b/chainkit/docs/models/components/blockchainid.md similarity index 86% rename from devtools/docs/models/components/blockchainid.md rename to chainkit/docs/models/components/blockchainid.md index d77c12ab..b34149bc 100644 --- a/devtools/docs/models/components/blockchainid.md +++ b/chainkit/docs/models/components/blockchainid.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BlockchainId } from "@avalanche-sdk/devtools/models/components"; +import { BlockchainId } from "@avalanche-sdk/chainkit/models/components"; let value: BlockchainId = "p-chain"; ``` diff --git a/devtools/docs/models/components/blockchainids.md b/chainkit/docs/models/components/blockchainids.md similarity index 86% rename from devtools/docs/models/components/blockchainids.md rename to chainkit/docs/models/components/blockchainids.md index 6e0b04a7..14ad1a9d 100644 --- a/devtools/docs/models/components/blockchainids.md +++ b/chainkit/docs/models/components/blockchainids.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BlockchainIds } from "@avalanche-sdk/devtools/models/components"; +import { BlockchainIds } from "@avalanche-sdk/chainkit/models/components"; let value: BlockchainIds = "11111111111111111111111111111111LpoYY"; ``` diff --git a/devtools/docs/models/components/blockchaininfo.md b/chainkit/docs/models/components/blockchaininfo.md similarity index 98% rename from devtools/docs/models/components/blockchaininfo.md rename to chainkit/docs/models/components/blockchaininfo.md index d7646843..8c8e1345 100644 --- a/devtools/docs/models/components/blockchaininfo.md +++ b/chainkit/docs/models/components/blockchaininfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BlockchainInfo } from "@avalanche-sdk/devtools/models/components"; +import { BlockchainInfo } from "@avalanche-sdk/chainkit/models/components"; let value: BlockchainInfo = { chainName: "", diff --git a/devtools/docs/models/components/blockchaininfogenesisdata.md b/chainkit/docs/models/components/blockchaininfogenesisdata.md similarity index 84% rename from devtools/docs/models/components/blockchaininfogenesisdata.md rename to chainkit/docs/models/components/blockchaininfogenesisdata.md index 27a9365a..bb70d530 100644 --- a/devtools/docs/models/components/blockchaininfogenesisdata.md +++ b/chainkit/docs/models/components/blockchaininfogenesisdata.md @@ -5,7 +5,7 @@ The genesis data of the blockchain. Present for CreateChainTx. EVM based chains ## Example Usage ```typescript -import { BlockchainInfoGenesisData } from "@avalanche-sdk/devtools/models/components"; +import { BlockchainInfoGenesisData } from "@avalanche-sdk/chainkit/models/components"; let value: BlockchainInfoGenesisData = {}; ``` diff --git a/devtools/docs/models/components/blscredentials.md b/chainkit/docs/models/components/blscredentials.md similarity index 89% rename from devtools/docs/models/components/blscredentials.md rename to chainkit/docs/models/components/blscredentials.md index 3f8dedb4..54d12a68 100644 --- a/devtools/docs/models/components/blscredentials.md +++ b/chainkit/docs/models/components/blscredentials.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BlsCredentials } from "@avalanche-sdk/devtools/models/components"; +import { BlsCredentials } from "@avalanche-sdk/chainkit/models/components"; let value: BlsCredentials = { publicKey: "", diff --git a/devtools/docs/models/components/cchainatomicbalances.md b/chainkit/docs/models/components/cchainatomicbalances.md similarity index 96% rename from devtools/docs/models/components/cchainatomicbalances.md rename to chainkit/docs/models/components/cchainatomicbalances.md index 58d253f7..dba6e7bc 100644 --- a/devtools/docs/models/components/cchainatomicbalances.md +++ b/chainkit/docs/models/components/cchainatomicbalances.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CChainAtomicBalances } from "@avalanche-sdk/devtools/models/components"; +import { CChainAtomicBalances } from "@avalanche-sdk/chainkit/models/components"; let value: CChainAtomicBalances = { atomicMemoryUnlocked: [ diff --git a/devtools/docs/models/components/cchainexporttransaction.md b/chainkit/docs/models/components/cchainexporttransaction.md similarity index 99% rename from devtools/docs/models/components/cchainexporttransaction.md rename to chainkit/docs/models/components/cchainexporttransaction.md index 4542d3f1..125a6f17 100644 --- a/devtools/docs/models/components/cchainexporttransaction.md +++ b/chainkit/docs/models/components/cchainexporttransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CChainExportTransaction } from "@avalanche-sdk/devtools/models/components"; +import { CChainExportTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: CChainExportTransaction = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", diff --git a/devtools/docs/models/components/cchainexporttransactiontxtype.md b/chainkit/docs/models/components/cchainexporttransactiontxtype.md similarity index 67% rename from devtools/docs/models/components/cchainexporttransactiontxtype.md rename to chainkit/docs/models/components/cchainexporttransactiontxtype.md index 22a18bba..e960e90c 100644 --- a/devtools/docs/models/components/cchainexporttransactiontxtype.md +++ b/chainkit/docs/models/components/cchainexporttransactiontxtype.md @@ -5,7 +5,7 @@ Type of transaction. ## Example Usage ```typescript -import { CChainExportTransactionTxType } from "@avalanche-sdk/devtools/models/components"; +import { CChainExportTransactionTxType } from "@avalanche-sdk/chainkit/models/components"; let value: CChainExportTransactionTxType = "ExportTx"; ``` diff --git a/devtools/docs/models/components/cchainimporttransaction.md b/chainkit/docs/models/components/cchainimporttransaction.md similarity index 99% rename from devtools/docs/models/components/cchainimporttransaction.md rename to chainkit/docs/models/components/cchainimporttransaction.md index f49871e5..a4a69e30 100644 --- a/devtools/docs/models/components/cchainimporttransaction.md +++ b/chainkit/docs/models/components/cchainimporttransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CChainImportTransaction } from "@avalanche-sdk/devtools/models/components"; +import { CChainImportTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: CChainImportTransaction = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", diff --git a/devtools/docs/models/components/cchainimporttransactiontxtype.md b/chainkit/docs/models/components/cchainimporttransactiontxtype.md similarity index 67% rename from devtools/docs/models/components/cchainimporttransactiontxtype.md rename to chainkit/docs/models/components/cchainimporttransactiontxtype.md index ebb3cade..ea6dfcb2 100644 --- a/devtools/docs/models/components/cchainimporttransactiontxtype.md +++ b/chainkit/docs/models/components/cchainimporttransactiontxtype.md @@ -5,7 +5,7 @@ Type of transaction. ## Example Usage ```typescript -import { CChainImportTransactionTxType } from "@avalanche-sdk/devtools/models/components"; +import { CChainImportTransactionTxType } from "@avalanche-sdk/chainkit/models/components"; let value: CChainImportTransactionTxType = "ImportTx"; ``` diff --git a/devtools/docs/models/components/cchainsharedassetbalance.md b/chainkit/docs/models/components/cchainsharedassetbalance.md similarity index 98% rename from devtools/docs/models/components/cchainsharedassetbalance.md rename to chainkit/docs/models/components/cchainsharedassetbalance.md index 54f077f5..c4950230 100644 --- a/devtools/docs/models/components/cchainsharedassetbalance.md +++ b/chainkit/docs/models/components/cchainsharedassetbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CChainSharedAssetBalance } from "@avalanche-sdk/devtools/models/components"; +import { CChainSharedAssetBalance } from "@avalanche-sdk/chainkit/models/components"; let value: CChainSharedAssetBalance = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/chain.md b/chainkit/docs/models/components/chain.md similarity index 97% rename from devtools/docs/models/components/chain.md rename to chainkit/docs/models/components/chain.md index 7f7703eb..b5cd35a2 100644 --- a/devtools/docs/models/components/chain.md +++ b/chainkit/docs/models/components/chain.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Chain } from "@avalanche-sdk/devtools/models/components"; +import { Chain } from "@avalanche-sdk/chainkit/models/components"; let value: Chain = { evmChainId: 43114, diff --git a/devtools/docs/models/components/chainaddresschainidmap.md b/chainkit/docs/models/components/chainaddresschainidmap.md similarity index 95% rename from devtools/docs/models/components/chainaddresschainidmap.md rename to chainkit/docs/models/components/chainaddresschainidmap.md index dc617744..9ee4c9bb 100644 --- a/devtools/docs/models/components/chainaddresschainidmap.md +++ b/chainkit/docs/models/components/chainaddresschainidmap.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainAddressChainIdMap } from "@avalanche-sdk/devtools/models/components"; +import { ChainAddressChainIdMap } from "@avalanche-sdk/chainkit/models/components"; let value: ChainAddressChainIdMap = { address: "52144 Wendy Hills", diff --git a/devtools/docs/models/components/chainaddresschainidmaplistresponse.md b/chainkit/docs/models/components/chainaddresschainidmaplistresponse.md similarity index 97% rename from devtools/docs/models/components/chainaddresschainidmaplistresponse.md rename to chainkit/docs/models/components/chainaddresschainidmaplistresponse.md index 1468e69c..95d3928e 100644 --- a/devtools/docs/models/components/chainaddresschainidmaplistresponse.md +++ b/chainkit/docs/models/components/chainaddresschainidmaplistresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainAddressChainIdMapListResponse } from "@avalanche-sdk/devtools/models/components"; +import { ChainAddressChainIdMapListResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ChainAddressChainIdMapListResponse = { addresses: [], diff --git a/devtools/docs/models/components/chaininfo.md b/chainkit/docs/models/components/chaininfo.md similarity index 99% rename from devtools/docs/models/components/chaininfo.md rename to chainkit/docs/models/components/chaininfo.md index e058809b..0ed665f0 100644 --- a/devtools/docs/models/components/chaininfo.md +++ b/chainkit/docs/models/components/chaininfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainInfo } from "@avalanche-sdk/devtools/models/components"; +import { ChainInfo } from "@avalanche-sdk/chainkit/models/components"; let value: ChainInfo = { chainId: "", diff --git a/devtools/docs/models/components/chaininfoenabledfeature.md b/chainkit/docs/models/components/chaininfoenabledfeature.md similarity index 76% rename from devtools/docs/models/components/chaininfoenabledfeature.md rename to chainkit/docs/models/components/chaininfoenabledfeature.md index 51eb72d8..f82a20e7 100644 --- a/devtools/docs/models/components/chaininfoenabledfeature.md +++ b/chainkit/docs/models/components/chaininfoenabledfeature.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainInfoEnabledFeature } from "@avalanche-sdk/devtools/models/components"; +import { ChainInfoEnabledFeature } from "@avalanche-sdk/chainkit/models/components"; let value: ChainInfoEnabledFeature = "nftIndexing"; ``` diff --git a/devtools/docs/models/components/chainmetric.md b/chainkit/docs/models/components/chainmetric.md similarity index 85% rename from devtools/docs/models/components/chainmetric.md rename to chainkit/docs/models/components/chainmetric.md index b801b29a..def626cc 100644 --- a/devtools/docs/models/components/chainmetric.md +++ b/chainkit/docs/models/components/chainmetric.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainMetric } from "@avalanche-sdk/devtools/models/components"; +import { ChainMetric } from "@avalanche-sdk/chainkit/models/components"; let value: ChainMetric = "activeAddresses"; ``` diff --git a/devtools/docs/models/components/chainrollingwindowmetric.md b/chainkit/docs/models/components/chainrollingwindowmetric.md similarity index 74% rename from devtools/docs/models/components/chainrollingwindowmetric.md rename to chainkit/docs/models/components/chainrollingwindowmetric.md index 64923dbe..7a3034f8 100644 --- a/devtools/docs/models/components/chainrollingwindowmetric.md +++ b/chainkit/docs/models/components/chainrollingwindowmetric.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainRollingWindowMetric } from "@avalanche-sdk/devtools/models/components"; +import { ChainRollingWindowMetric } from "@avalanche-sdk/chainkit/models/components"; let value: ChainRollingWindowMetric = "txCount"; ``` diff --git a/devtools/docs/models/components/chainrollingwindowmetricsvalue.md b/chainkit/docs/models/components/chainrollingwindowmetricsvalue.md similarity index 95% rename from devtools/docs/models/components/chainrollingwindowmetricsvalue.md rename to chainkit/docs/models/components/chainrollingwindowmetricsvalue.md index 3df68bb0..4113a2fd 100644 --- a/devtools/docs/models/components/chainrollingwindowmetricsvalue.md +++ b/chainkit/docs/models/components/chainrollingwindowmetricsvalue.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ChainRollingWindowMetricsValue } from "@avalanche-sdk/devtools/models/components"; +import { ChainRollingWindowMetricsValue } from "@avalanche-sdk/chainkit/models/components"; let value: ChainRollingWindowMetricsValue = { lastHour: 9866.7, diff --git a/devtools/docs/models/components/chainstatus.md b/chainkit/docs/models/components/chainstatus.md similarity index 86% rename from devtools/docs/models/components/chainstatus.md rename to chainkit/docs/models/components/chainstatus.md index 6fd2cbb5..365f7c97 100644 --- a/devtools/docs/models/components/chainstatus.md +++ b/chainkit/docs/models/components/chainstatus.md @@ -5,7 +5,7 @@ Status of chain nodes. Chain nodes can become temporarily `UNAVAILABLE` for seve ## Example Usage ```typescript -import { ChainStatus } from "@avalanche-sdk/devtools/models/components"; +import { ChainStatus } from "@avalanche-sdk/chainkit/models/components"; let value: ChainStatus = "UNAVAILABLE"; ``` diff --git a/devtools/docs/models/components/collectiblebalance.md b/chainkit/docs/models/components/collectiblebalance.md similarity index 100% rename from devtools/docs/models/components/collectiblebalance.md rename to chainkit/docs/models/components/collectiblebalance.md diff --git a/devtools/docs/models/components/commonbalancetype.md b/chainkit/docs/models/components/commonbalancetype.md similarity index 85% rename from devtools/docs/models/components/commonbalancetype.md rename to chainkit/docs/models/components/commonbalancetype.md index e7f36b0d..f6527a24 100644 --- a/devtools/docs/models/components/commonbalancetype.md +++ b/chainkit/docs/models/components/commonbalancetype.md @@ -5,7 +5,7 @@ Type of balance to monitor ## Example Usage ```typescript -import { CommonBalanceType } from "@avalanche-sdk/devtools/models/components"; +import { CommonBalanceType } from "@avalanche-sdk/chainkit/models/components"; let value: CommonBalanceType = "atomicMemoryUnlocked"; ``` diff --git a/devtools/docs/models/components/completeddelegatordetails.md b/chainkit/docs/models/components/completeddelegatordetails.md similarity index 98% rename from devtools/docs/models/components/completeddelegatordetails.md rename to chainkit/docs/models/components/completeddelegatordetails.md index 43d1d9df..84388a0a 100644 --- a/devtools/docs/models/components/completeddelegatordetails.md +++ b/chainkit/docs/models/components/completeddelegatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CompletedDelegatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { CompletedDelegatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: CompletedDelegatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/completeddelegatordetailsdelegationstatus.md b/chainkit/docs/models/components/completeddelegatordetailsdelegationstatus.md similarity index 86% rename from devtools/docs/models/components/completeddelegatordetailsdelegationstatus.md rename to chainkit/docs/models/components/completeddelegatordetailsdelegationstatus.md index b0b810c4..b7ed5065 100644 --- a/devtools/docs/models/components/completeddelegatordetailsdelegationstatus.md +++ b/chainkit/docs/models/components/completeddelegatordetailsdelegationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CompletedDelegatorDetailsDelegationStatus } from "@avalanche-sdk/devtools/models/components"; +import { CompletedDelegatorDetailsDelegationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: CompletedDelegatorDetailsDelegationStatus = "completed"; ``` diff --git a/devtools/docs/models/components/completedvalidatordetails.md b/chainkit/docs/models/components/completedvalidatordetails.md similarity index 98% rename from devtools/docs/models/components/completedvalidatordetails.md rename to chainkit/docs/models/components/completedvalidatordetails.md index 577c169b..d47fccac 100644 --- a/devtools/docs/models/components/completedvalidatordetails.md +++ b/chainkit/docs/models/components/completedvalidatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CompletedValidatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { CompletedValidatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: CompletedValidatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/completedvalidatordetailsvalidationstatus.md b/chainkit/docs/models/components/completedvalidatordetailsvalidationstatus.md similarity index 86% rename from devtools/docs/models/components/completedvalidatordetailsvalidationstatus.md rename to chainkit/docs/models/components/completedvalidatordetailsvalidationstatus.md index 63d3c1b5..d1af586e 100644 --- a/devtools/docs/models/components/completedvalidatordetailsvalidationstatus.md +++ b/chainkit/docs/models/components/completedvalidatordetailsvalidationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CompletedValidatorDetailsValidationStatus } from "@avalanche-sdk/devtools/models/components"; +import { CompletedValidatorDetailsValidationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: CompletedValidatorDetailsValidationStatus = "completed"; ``` diff --git a/devtools/docs/models/components/contract.md b/chainkit/docs/models/components/contract.md similarity index 100% rename from devtools/docs/models/components/contract.md rename to chainkit/docs/models/components/contract.md index 646e2e27..efd6a4e8 100644 --- a/devtools/docs/models/components/contract.md +++ b/chainkit/docs/models/components/contract.md @@ -3,37 +3,37 @@ ## Supported Types -### `components.Erc721Contract` +### `components.Erc20Contract` ```typescript -const value: components.Erc721Contract = { +const value: components.Erc20Contract = { name: "Wrapped AVAX", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-721", + ercType: "ERC-20", symbol: "WAVAX", + decimals: 18, }; ``` -### `components.Erc1155Contract` +### `components.Erc721Contract` ```typescript -const value: components.Erc1155Contract = { +const value: components.Erc721Contract = { name: "Wrapped AVAX", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-1155", + ercType: "ERC-721", symbol: "WAVAX", }; ``` -### `components.Erc20Contract` +### `components.Erc1155Contract` ```typescript -const value: components.Erc20Contract = { +const value: components.Erc1155Contract = { name: "Wrapped AVAX", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-20", + ercType: "ERC-1155", symbol: "WAVAX", - decimals: 18, }; ``` diff --git a/devtools/docs/models/components/contractdeploymentdetails.md b/chainkit/docs/models/components/contractdeploymentdetails.md similarity index 97% rename from devtools/docs/models/components/contractdeploymentdetails.md rename to chainkit/docs/models/components/contractdeploymentdetails.md index 61b9986d..d8bee8b4 100644 --- a/devtools/docs/models/components/contractdeploymentdetails.md +++ b/chainkit/docs/models/components/contractdeploymentdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ContractDeploymentDetails } from "@avalanche-sdk/devtools/models/components"; +import { ContractDeploymentDetails } from "@avalanche-sdk/chainkit/models/components"; let value: ContractDeploymentDetails = { txHash: "", diff --git a/devtools/docs/models/components/createevmtransactionexportrequest.md b/chainkit/docs/models/components/createevmtransactionexportrequest.md similarity index 99% rename from devtools/docs/models/components/createevmtransactionexportrequest.md rename to chainkit/docs/models/components/createevmtransactionexportrequest.md index 67444da5..9a36416c 100644 --- a/devtools/docs/models/components/createevmtransactionexportrequest.md +++ b/chainkit/docs/models/components/createevmtransactionexportrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CreateEvmTransactionExportRequest } from "@avalanche-sdk/devtools/models/components"; +import { CreateEvmTransactionExportRequest } from "@avalanche-sdk/chainkit/models/components"; let value: CreateEvmTransactionExportRequest = { type: "TRANSACTION_EXPORT_EVM", diff --git a/devtools/docs/models/components/createprimarynetworktransactionexportrequest.md b/chainkit/docs/models/components/createprimarynetworktransactionexportrequest.md similarity index 99% rename from devtools/docs/models/components/createprimarynetworktransactionexportrequest.md rename to chainkit/docs/models/components/createprimarynetworktransactionexportrequest.md index 3e4fd8e1..1bac57fe 100644 --- a/devtools/docs/models/components/createprimarynetworktransactionexportrequest.md +++ b/chainkit/docs/models/components/createprimarynetworktransactionexportrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { CreatePrimaryNetworkTransactionExportRequest } from "@avalanche-sdk/devtools/models/components"; +import { CreatePrimaryNetworkTransactionExportRequest } from "@avalanche-sdk/chainkit/models/components"; let value: CreatePrimaryNetworkTransactionExportRequest = { type: "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE", diff --git a/devtools/docs/models/components/currencycode.md b/chainkit/docs/models/components/currencycode.md similarity index 80% rename from devtools/docs/models/components/currencycode.md rename to chainkit/docs/models/components/currencycode.md index 474ffda9..80646215 100644 --- a/devtools/docs/models/components/currencycode.md +++ b/chainkit/docs/models/components/currencycode.md @@ -5,7 +5,7 @@ ISO 4217 currency code. ## Example Usage ```typescript -import { CurrencyCode } from "@avalanche-sdk/devtools/models/components"; +import { CurrencyCode } from "@avalanche-sdk/chainkit/models/components"; let value: CurrencyCode = "usd"; ``` diff --git a/devtools/docs/models/components/datalistchainsresponse.md b/chainkit/docs/models/components/datalistchainsresponse.md similarity index 95% rename from devtools/docs/models/components/datalistchainsresponse.md rename to chainkit/docs/models/components/datalistchainsresponse.md index 95e7e221..3fcf408e 100644 --- a/devtools/docs/models/components/datalistchainsresponse.md +++ b/chainkit/docs/models/components/datalistchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DataListChainsResponse } from "@avalanche-sdk/devtools/models/components"; +import { DataListChainsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: DataListChainsResponse = { chains: [ diff --git a/devtools/docs/models/components/delegationstatustype.md b/chainkit/docs/models/components/delegationstatustype.md similarity index 74% rename from devtools/docs/models/components/delegationstatustype.md rename to chainkit/docs/models/components/delegationstatustype.md index a9884aee..3dee7299 100644 --- a/devtools/docs/models/components/delegationstatustype.md +++ b/chainkit/docs/models/components/delegationstatustype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DelegationStatusType } from "@avalanche-sdk/devtools/models/components"; +import { DelegationStatusType } from "@avalanche-sdk/chainkit/models/components"; let value: DelegationStatusType = "completed"; ``` diff --git a/devtools/docs/models/components/delegator.md b/chainkit/docs/models/components/delegator.md similarity index 100% rename from devtools/docs/models/components/delegator.md rename to chainkit/docs/models/components/delegator.md diff --git a/devtools/docs/models/components/delegatorsdetails.md b/chainkit/docs/models/components/delegatorsdetails.md similarity index 89% rename from devtools/docs/models/components/delegatorsdetails.md rename to chainkit/docs/models/components/delegatorsdetails.md index 6078e263..6876c63f 100644 --- a/devtools/docs/models/components/delegatorsdetails.md +++ b/chainkit/docs/models/components/delegatorsdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DelegatorsDetails } from "@avalanche-sdk/devtools/models/components"; +import { DelegatorsDetails } from "@avalanche-sdk/chainkit/models/components"; let value: DelegatorsDetails = { delegatorCount: 7517.48, diff --git a/devtools/docs/models/components/deliveredicmmessage.md b/chainkit/docs/models/components/deliveredicmmessage.md similarity index 99% rename from devtools/docs/models/components/deliveredicmmessage.md rename to chainkit/docs/models/components/deliveredicmmessage.md index 41bef06f..85edbf16 100644 --- a/devtools/docs/models/components/deliveredicmmessage.md +++ b/chainkit/docs/models/components/deliveredicmmessage.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredIcmMessage } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredIcmMessage } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredIcmMessage = { messageId: "", diff --git a/devtools/docs/models/components/deliveredicmmessagestatus.md b/chainkit/docs/models/components/deliveredicmmessagestatus.md similarity index 64% rename from devtools/docs/models/components/deliveredicmmessagestatus.md rename to chainkit/docs/models/components/deliveredicmmessagestatus.md index c878b85a..ce24f986 100644 --- a/devtools/docs/models/components/deliveredicmmessagestatus.md +++ b/chainkit/docs/models/components/deliveredicmmessagestatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredIcmMessageStatus } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredIcmMessageStatus } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredIcmMessageStatus = "delivered"; ``` diff --git a/devtools/docs/models/components/deliveredsourcenotindexedicmmessage.md b/chainkit/docs/models/components/deliveredsourcenotindexedicmmessage.md similarity index 99% rename from devtools/docs/models/components/deliveredsourcenotindexedicmmessage.md rename to chainkit/docs/models/components/deliveredsourcenotindexedicmmessage.md index a1ec7f9d..52d4e8da 100644 --- a/devtools/docs/models/components/deliveredsourcenotindexedicmmessage.md +++ b/chainkit/docs/models/components/deliveredsourcenotindexedicmmessage.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredSourceNotIndexedIcmMessage } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredSourceNotIndexedIcmMessage } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredSourceNotIndexedIcmMessage = { messageId: "", diff --git a/devtools/docs/models/components/deliveredsourcenotindexedicmmessagestatus.md b/chainkit/docs/models/components/deliveredsourcenotindexedicmmessagestatus.md similarity index 88% rename from devtools/docs/models/components/deliveredsourcenotindexedicmmessagestatus.md rename to chainkit/docs/models/components/deliveredsourcenotindexedicmmessagestatus.md index c01f7060..11bc07f6 100644 --- a/devtools/docs/models/components/deliveredsourcenotindexedicmmessagestatus.md +++ b/chainkit/docs/models/components/deliveredsourcenotindexedicmmessagestatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredSourceNotIndexedIcmMessageStatus } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredSourceNotIndexedIcmMessageStatus } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredSourceNotIndexedIcmMessageStatus = "delivered_source_not_indexed"; diff --git a/devtools/docs/models/components/deliveredsourcenotindexedteleportermessage.md b/chainkit/docs/models/components/deliveredsourcenotindexedteleportermessage.md similarity index 99% rename from devtools/docs/models/components/deliveredsourcenotindexedteleportermessage.md rename to chainkit/docs/models/components/deliveredsourcenotindexedteleportermessage.md index c2bd7287..87eba0dc 100644 --- a/devtools/docs/models/components/deliveredsourcenotindexedteleportermessage.md +++ b/chainkit/docs/models/components/deliveredsourcenotindexedteleportermessage.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredSourceNotIndexedTeleporterMessage } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredSourceNotIndexedTeleporterMessage } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredSourceNotIndexedTeleporterMessage = { messageId: "", diff --git a/devtools/docs/models/components/deliveredsourcenotindexedteleportermessagestatus.md b/chainkit/docs/models/components/deliveredsourcenotindexedteleportermessagestatus.md similarity index 87% rename from devtools/docs/models/components/deliveredsourcenotindexedteleportermessagestatus.md rename to chainkit/docs/models/components/deliveredsourcenotindexedteleportermessagestatus.md index 8d4f69cd..a817a03f 100644 --- a/devtools/docs/models/components/deliveredsourcenotindexedteleportermessagestatus.md +++ b/chainkit/docs/models/components/deliveredsourcenotindexedteleportermessagestatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredSourceNotIndexedTeleporterMessageStatus } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredSourceNotIndexedTeleporterMessageStatus } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredSourceNotIndexedTeleporterMessageStatus = "delivered_source_not_indexed"; diff --git a/devtools/docs/models/components/deliveredteleportermessage.md b/chainkit/docs/models/components/deliveredteleportermessage.md similarity index 99% rename from devtools/docs/models/components/deliveredteleportermessage.md rename to chainkit/docs/models/components/deliveredteleportermessage.md index c0428374..05c86d6d 100644 --- a/devtools/docs/models/components/deliveredteleportermessage.md +++ b/chainkit/docs/models/components/deliveredteleportermessage.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredTeleporterMessage } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredTeleporterMessage } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredTeleporterMessage = { messageId: "", diff --git a/devtools/docs/models/components/deliveredteleportermessagestatus.md b/chainkit/docs/models/components/deliveredteleportermessagestatus.md similarity index 88% rename from devtools/docs/models/components/deliveredteleportermessagestatus.md rename to chainkit/docs/models/components/deliveredteleportermessagestatus.md index fc83dbce..ac53648d 100644 --- a/devtools/docs/models/components/deliveredteleportermessagestatus.md +++ b/chainkit/docs/models/components/deliveredteleportermessagestatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeliveredTeleporterMessageStatus } from "@avalanche-sdk/devtools/models/components"; +import { DeliveredTeleporterMessageStatus } from "@avalanche-sdk/chainkit/models/components"; let value: DeliveredTeleporterMessageStatus = "delivered"; ``` diff --git a/devtools/docs/models/components/erc1155contract.md b/chainkit/docs/models/components/erc1155contract.md similarity index 99% rename from devtools/docs/models/components/erc1155contract.md rename to chainkit/docs/models/components/erc1155contract.md index 9468780f..f6221054 100644 --- a/devtools/docs/models/components/erc1155contract.md +++ b/chainkit/docs/models/components/erc1155contract.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155Contract } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155Contract } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155Contract = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/erc1155contracterctype.md b/chainkit/docs/models/components/erc1155contracterctype.md similarity index 72% rename from devtools/docs/models/components/erc1155contracterctype.md rename to chainkit/docs/models/components/erc1155contracterctype.md index 97e8825c..c6219880 100644 --- a/devtools/docs/models/components/erc1155contracterctype.md +++ b/chainkit/docs/models/components/erc1155contracterctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155ContractErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155ContractErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155ContractErcType = "ERC-1155"; ``` diff --git a/devtools/docs/models/components/erc1155token.md b/chainkit/docs/models/components/erc1155token.md similarity index 98% rename from devtools/docs/models/components/erc1155token.md rename to chainkit/docs/models/components/erc1155token.md index 2142f0fe..b270f866 100644 --- a/devtools/docs/models/components/erc1155token.md +++ b/chainkit/docs/models/components/erc1155token.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155Token } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155Token } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155Token = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/erc1155tokenbalance.md b/chainkit/docs/models/components/erc1155tokenbalance.md similarity index 98% rename from devtools/docs/models/components/erc1155tokenbalance.md rename to chainkit/docs/models/components/erc1155tokenbalance.md index 35babfab..c96041b2 100644 --- a/devtools/docs/models/components/erc1155tokenbalance.md +++ b/chainkit/docs/models/components/erc1155tokenbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155TokenBalance } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155TokenBalance } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155TokenBalance = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/erc1155tokenbalanceerctype.md b/chainkit/docs/models/components/erc1155tokenbalanceerctype.md similarity index 64% rename from devtools/docs/models/components/erc1155tokenbalanceerctype.md rename to chainkit/docs/models/components/erc1155tokenbalanceerctype.md index 26042369..a9b4b049 100644 --- a/devtools/docs/models/components/erc1155tokenbalanceerctype.md +++ b/chainkit/docs/models/components/erc1155tokenbalanceerctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155TokenBalanceErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155TokenBalanceErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155TokenBalanceErcType = "ERC-1155"; ``` diff --git a/devtools/docs/models/components/erc1155tokenerctype.md b/chainkit/docs/models/components/erc1155tokenerctype.md similarity index 71% rename from devtools/docs/models/components/erc1155tokenerctype.md rename to chainkit/docs/models/components/erc1155tokenerctype.md index 48145a6b..93ad28d1 100644 --- a/devtools/docs/models/components/erc1155tokenerctype.md +++ b/chainkit/docs/models/components/erc1155tokenerctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155TokenErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155TokenErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155TokenErcType = "ERC-1155"; ``` diff --git a/devtools/docs/models/components/erc1155tokenmetadata.md b/chainkit/docs/models/components/erc1155tokenmetadata.md similarity index 98% rename from devtools/docs/models/components/erc1155tokenmetadata.md rename to chainkit/docs/models/components/erc1155tokenmetadata.md index 53dad388..7e020761 100644 --- a/devtools/docs/models/components/erc1155tokenmetadata.md +++ b/chainkit/docs/models/components/erc1155tokenmetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155TokenMetadata } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155TokenMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155TokenMetadata = { indexStatus: "THROTTLED_TOKEN_URI", diff --git a/devtools/docs/models/components/erc1155transfer.md b/chainkit/docs/models/components/erc1155transfer.md similarity index 98% rename from devtools/docs/models/components/erc1155transfer.md rename to chainkit/docs/models/components/erc1155transfer.md index 3777c91a..33aa9e25 100644 --- a/devtools/docs/models/components/erc1155transfer.md +++ b/chainkit/docs/models/components/erc1155transfer.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155Transfer } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155Transfer } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155Transfer = { blockNumber: "339", diff --git a/devtools/docs/models/components/erc1155transferdetails.md b/chainkit/docs/models/components/erc1155transferdetails.md similarity index 98% rename from devtools/docs/models/components/erc1155transferdetails.md rename to chainkit/docs/models/components/erc1155transferdetails.md index daa57e9a..31e5d37a 100644 --- a/devtools/docs/models/components/erc1155transferdetails.md +++ b/chainkit/docs/models/components/erc1155transferdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc1155TransferDetails } from "@avalanche-sdk/devtools/models/components"; +import { Erc1155TransferDetails } from "@avalanche-sdk/chainkit/models/components"; let value: Erc1155TransferDetails = { from: { diff --git a/devtools/docs/models/components/erc20contract.md b/chainkit/docs/models/components/erc20contract.md similarity index 99% rename from devtools/docs/models/components/erc20contract.md rename to chainkit/docs/models/components/erc20contract.md index 59cd8382..650ddf4f 100644 --- a/devtools/docs/models/components/erc20contract.md +++ b/chainkit/docs/models/components/erc20contract.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20Contract } from "@avalanche-sdk/devtools/models/components"; +import { Erc20Contract } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20Contract = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/erc20contracterctype.md b/chainkit/docs/models/components/erc20contracterctype.md similarity index 71% rename from devtools/docs/models/components/erc20contracterctype.md rename to chainkit/docs/models/components/erc20contracterctype.md index 0ff59ae2..e7eec21c 100644 --- a/devtools/docs/models/components/erc20contracterctype.md +++ b/chainkit/docs/models/components/erc20contracterctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20ContractErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc20ContractErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20ContractErcType = "ERC-20"; ``` diff --git a/devtools/docs/models/components/erc20token.md b/chainkit/docs/models/components/erc20token.md similarity index 99% rename from devtools/docs/models/components/erc20token.md rename to chainkit/docs/models/components/erc20token.md index 0859b832..4f02ac1e 100644 --- a/devtools/docs/models/components/erc20token.md +++ b/chainkit/docs/models/components/erc20token.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20Token } from "@avalanche-sdk/devtools/models/components"; +import { Erc20Token } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20Token = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/erc20tokenbalance.md b/chainkit/docs/models/components/erc20tokenbalance.md similarity index 99% rename from devtools/docs/models/components/erc20tokenbalance.md rename to chainkit/docs/models/components/erc20tokenbalance.md index e4f11737..263eea4b 100644 --- a/devtools/docs/models/components/erc20tokenbalance.md +++ b/chainkit/docs/models/components/erc20tokenbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20TokenBalance } from "@avalanche-sdk/devtools/models/components"; +import { Erc20TokenBalance } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20TokenBalance = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/erc20tokenbalanceerctype.md b/chainkit/docs/models/components/erc20tokenbalanceerctype.md similarity index 63% rename from devtools/docs/models/components/erc20tokenbalanceerctype.md rename to chainkit/docs/models/components/erc20tokenbalanceerctype.md index ebee6871..a32f276f 100644 --- a/devtools/docs/models/components/erc20tokenbalanceerctype.md +++ b/chainkit/docs/models/components/erc20tokenbalanceerctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20TokenBalanceErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc20TokenBalanceErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20TokenBalanceErcType = "ERC-20"; ``` diff --git a/devtools/docs/models/components/erc20tokenerctype.md b/chainkit/docs/models/components/erc20tokenerctype.md similarity index 70% rename from devtools/docs/models/components/erc20tokenerctype.md rename to chainkit/docs/models/components/erc20tokenerctype.md index e67fa796..fe9b83fc 100644 --- a/devtools/docs/models/components/erc20tokenerctype.md +++ b/chainkit/docs/models/components/erc20tokenerctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20TokenErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc20TokenErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20TokenErcType = "ERC-20"; ``` diff --git a/devtools/docs/models/components/erc20transfer.md b/chainkit/docs/models/components/erc20transfer.md similarity index 98% rename from devtools/docs/models/components/erc20transfer.md rename to chainkit/docs/models/components/erc20transfer.md index dd0c3e4f..24ad5019 100644 --- a/devtools/docs/models/components/erc20transfer.md +++ b/chainkit/docs/models/components/erc20transfer.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20Transfer } from "@avalanche-sdk/devtools/models/components"; +import { Erc20Transfer } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20Transfer = { blockNumber: "339", diff --git a/devtools/docs/models/components/erc20transferdetails.md b/chainkit/docs/models/components/erc20transferdetails.md similarity index 98% rename from devtools/docs/models/components/erc20transferdetails.md rename to chainkit/docs/models/components/erc20transferdetails.md index b1f06105..5fe8848f 100644 --- a/devtools/docs/models/components/erc20transferdetails.md +++ b/chainkit/docs/models/components/erc20transferdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc20TransferDetails } from "@avalanche-sdk/devtools/models/components"; +import { Erc20TransferDetails } from "@avalanche-sdk/chainkit/models/components"; let value: Erc20TransferDetails = { from: { diff --git a/devtools/docs/models/components/erc721contract.md b/chainkit/docs/models/components/erc721contract.md similarity index 99% rename from devtools/docs/models/components/erc721contract.md rename to chainkit/docs/models/components/erc721contract.md index 602ffb99..409dca36 100644 --- a/devtools/docs/models/components/erc721contract.md +++ b/chainkit/docs/models/components/erc721contract.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721Contract } from "@avalanche-sdk/devtools/models/components"; +import { Erc721Contract } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721Contract = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/erc721contracterctype.md b/chainkit/docs/models/components/erc721contracterctype.md similarity index 72% rename from devtools/docs/models/components/erc721contracterctype.md rename to chainkit/docs/models/components/erc721contracterctype.md index 03ae3dd3..73a4e9a1 100644 --- a/devtools/docs/models/components/erc721contracterctype.md +++ b/chainkit/docs/models/components/erc721contracterctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721ContractErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc721ContractErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721ContractErcType = "ERC-721"; ``` diff --git a/devtools/docs/models/components/erc721token.md b/chainkit/docs/models/components/erc721token.md similarity index 98% rename from devtools/docs/models/components/erc721token.md rename to chainkit/docs/models/components/erc721token.md index f384e05f..d2019c1b 100644 --- a/devtools/docs/models/components/erc721token.md +++ b/chainkit/docs/models/components/erc721token.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721Token } from "@avalanche-sdk/devtools/models/components"; +import { Erc721Token } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721Token = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/erc721tokenbalance.md b/chainkit/docs/models/components/erc721tokenbalance.md similarity index 98% rename from devtools/docs/models/components/erc721tokenbalance.md rename to chainkit/docs/models/components/erc721tokenbalance.md index e0994660..d3a8ac48 100644 --- a/devtools/docs/models/components/erc721tokenbalance.md +++ b/chainkit/docs/models/components/erc721tokenbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721TokenBalance } from "@avalanche-sdk/devtools/models/components"; +import { Erc721TokenBalance } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721TokenBalance = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/erc721tokenbalanceerctype.md b/chainkit/docs/models/components/erc721tokenbalanceerctype.md similarity index 64% rename from devtools/docs/models/components/erc721tokenbalanceerctype.md rename to chainkit/docs/models/components/erc721tokenbalanceerctype.md index 306fee5e..91fc3ede 100644 --- a/devtools/docs/models/components/erc721tokenbalanceerctype.md +++ b/chainkit/docs/models/components/erc721tokenbalanceerctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721TokenBalanceErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc721TokenBalanceErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721TokenBalanceErcType = "ERC-721"; ``` diff --git a/devtools/docs/models/components/erc721tokenerctype.md b/chainkit/docs/models/components/erc721tokenerctype.md similarity index 71% rename from devtools/docs/models/components/erc721tokenerctype.md rename to chainkit/docs/models/components/erc721tokenerctype.md index 0bca18c4..6327a136 100644 --- a/devtools/docs/models/components/erc721tokenerctype.md +++ b/chainkit/docs/models/components/erc721tokenerctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721TokenErcType } from "@avalanche-sdk/devtools/models/components"; +import { Erc721TokenErcType } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721TokenErcType = "ERC-721"; ``` diff --git a/devtools/docs/models/components/erc721tokenmetadata.md b/chainkit/docs/models/components/erc721tokenmetadata.md similarity index 98% rename from devtools/docs/models/components/erc721tokenmetadata.md rename to chainkit/docs/models/components/erc721tokenmetadata.md index 65c1ca80..a9639c68 100644 --- a/devtools/docs/models/components/erc721tokenmetadata.md +++ b/chainkit/docs/models/components/erc721tokenmetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721TokenMetadata } from "@avalanche-sdk/devtools/models/components"; +import { Erc721TokenMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721TokenMetadata = { indexStatus: "INVALID_TOKEN_URI_SCHEME", diff --git a/devtools/docs/models/components/erc721transfer.md b/chainkit/docs/models/components/erc721transfer.md similarity index 98% rename from devtools/docs/models/components/erc721transfer.md rename to chainkit/docs/models/components/erc721transfer.md index da5db627..7a19411a 100644 --- a/devtools/docs/models/components/erc721transfer.md +++ b/chainkit/docs/models/components/erc721transfer.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721Transfer } from "@avalanche-sdk/devtools/models/components"; +import { Erc721Transfer } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721Transfer = { blockNumber: "339", diff --git a/devtools/docs/models/components/erc721transferdetails.md b/chainkit/docs/models/components/erc721transferdetails.md similarity index 97% rename from devtools/docs/models/components/erc721transferdetails.md rename to chainkit/docs/models/components/erc721transferdetails.md index 54702c37..d2c979db 100644 --- a/devtools/docs/models/components/erc721transferdetails.md +++ b/chainkit/docs/models/components/erc721transferdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Erc721TransferDetails } from "@avalanche-sdk/devtools/models/components"; +import { Erc721TransferDetails } from "@avalanche-sdk/chainkit/models/components"; let value: Erc721TransferDetails = { from: { diff --git a/devtools/docs/models/components/erctoken.md b/chainkit/docs/models/components/erctoken.md similarity index 96% rename from devtools/docs/models/components/erctoken.md rename to chainkit/docs/models/components/erctoken.md index 54e444ad..7901fd01 100644 --- a/devtools/docs/models/components/erctoken.md +++ b/chainkit/docs/models/components/erctoken.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ERCToken } from "@avalanche-sdk/devtools/models/components"; +import { ERCToken } from "@avalanche-sdk/chainkit/models/components"; let value: ERCToken = { address: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7", diff --git a/devtools/docs/models/components/erctransfer.md b/chainkit/docs/models/components/erctransfer.md similarity index 98% rename from devtools/docs/models/components/erctransfer.md rename to chainkit/docs/models/components/erctransfer.md index 5217581e..f9813f19 100644 --- a/devtools/docs/models/components/erctransfer.md +++ b/chainkit/docs/models/components/erctransfer.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ERCTransfer } from "@avalanche-sdk/devtools/models/components"; +import { ERCTransfer } from "@avalanche-sdk/chainkit/models/components"; let value: ERCTransfer = { transactionHash: diff --git a/devtools/docs/models/components/evmaddressactivityrequest.md b/chainkit/docs/models/components/evmaddressactivityrequest.md similarity index 98% rename from devtools/docs/models/components/evmaddressactivityrequest.md rename to chainkit/docs/models/components/evmaddressactivityrequest.md index a1cc424d..2f3615a5 100644 --- a/devtools/docs/models/components/evmaddressactivityrequest.md +++ b/chainkit/docs/models/components/evmaddressactivityrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EVMAddressActivityRequest } from "@avalanche-sdk/devtools/models/components"; +import { EVMAddressActivityRequest } from "@avalanche-sdk/chainkit/models/components"; let value: EVMAddressActivityRequest = { eventType: "address_activity", diff --git a/devtools/docs/models/components/evmaddressactivityrequesteventtype.md b/chainkit/docs/models/components/evmaddressactivityrequesteventtype.md similarity index 88% rename from devtools/docs/models/components/evmaddressactivityrequesteventtype.md rename to chainkit/docs/models/components/evmaddressactivityrequesteventtype.md index 5ff1152e..12e813c1 100644 --- a/devtools/docs/models/components/evmaddressactivityrequesteventtype.md +++ b/chainkit/docs/models/components/evmaddressactivityrequesteventtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EVMAddressActivityRequestEventType } from "@avalanche-sdk/devtools/models/components"; +import { EVMAddressActivityRequestEventType } from "@avalanche-sdk/chainkit/models/components"; let value: EVMAddressActivityRequestEventType = "address_activity"; ``` diff --git a/devtools/docs/models/components/evmaddressactivityrequestmetadata.md b/chainkit/docs/models/components/evmaddressactivityrequestmetadata.md similarity index 100% rename from devtools/docs/models/components/evmaddressactivityrequestmetadata.md rename to chainkit/docs/models/components/evmaddressactivityrequestmetadata.md diff --git a/devtools/docs/models/components/evmaddressactivityresponse.md b/chainkit/docs/models/components/evmaddressactivityresponse.md similarity index 98% rename from devtools/docs/models/components/evmaddressactivityresponse.md rename to chainkit/docs/models/components/evmaddressactivityresponse.md index a992abb1..3c76747e 100644 --- a/devtools/docs/models/components/evmaddressactivityresponse.md +++ b/chainkit/docs/models/components/evmaddressactivityresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EVMAddressActivityResponse } from "@avalanche-sdk/devtools/models/components"; +import { EVMAddressActivityResponse } from "@avalanche-sdk/chainkit/models/components"; let value: EVMAddressActivityResponse = { id: "", diff --git a/devtools/docs/models/components/evmblock.md b/chainkit/docs/models/components/evmblock.md similarity index 98% rename from devtools/docs/models/components/evmblock.md rename to chainkit/docs/models/components/evmblock.md index 80dca64c..dac9797d 100644 --- a/devtools/docs/models/components/evmblock.md +++ b/chainkit/docs/models/components/evmblock.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EvmBlock } from "@avalanche-sdk/devtools/models/components"; +import { EvmBlock } from "@avalanche-sdk/chainkit/models/components"; let value: EvmBlock = { chainId: "43114", diff --git a/devtools/docs/models/components/evminput.md b/chainkit/docs/models/components/evminput.md similarity index 97% rename from devtools/docs/models/components/evminput.md rename to chainkit/docs/models/components/evminput.md index 2aba2565..02d85502 100644 --- a/devtools/docs/models/components/evminput.md +++ b/chainkit/docs/models/components/evminput.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EVMInput } from "@avalanche-sdk/devtools/models/components"; +import { EVMInput } from "@avalanche-sdk/chainkit/models/components"; let value: EVMInput = { fromAddress: "0xD0f2898e49d941D6d479B381d3C8F0bd8d983b4c", diff --git a/devtools/docs/models/components/evmnetworkoptions.md b/chainkit/docs/models/components/evmnetworkoptions.md similarity index 90% rename from devtools/docs/models/components/evmnetworkoptions.md rename to chainkit/docs/models/components/evmnetworkoptions.md index 5c44f869..ffb67b9a 100644 --- a/devtools/docs/models/components/evmnetworkoptions.md +++ b/chainkit/docs/models/components/evmnetworkoptions.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EvmNetworkOptions } from "@avalanche-sdk/devtools/models/components"; +import { EvmNetworkOptions } from "@avalanche-sdk/chainkit/models/components"; let value: EvmNetworkOptions = { addresses: [], diff --git a/devtools/docs/models/components/evmoperationtype.md b/chainkit/docs/models/components/evmoperationtype.md similarity index 73% rename from devtools/docs/models/components/evmoperationtype.md rename to chainkit/docs/models/components/evmoperationtype.md index e511cada..92a34b70 100644 --- a/devtools/docs/models/components/evmoperationtype.md +++ b/chainkit/docs/models/components/evmoperationtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EVMOperationType } from "@avalanche-sdk/devtools/models/components"; +import { EVMOperationType } from "@avalanche-sdk/chainkit/models/components"; let value: EVMOperationType = "TRANSACTION_EXPORT_EVM"; ``` diff --git a/devtools/docs/models/components/evmoutput.md b/chainkit/docs/models/components/evmoutput.md similarity index 96% rename from devtools/docs/models/components/evmoutput.md rename to chainkit/docs/models/components/evmoutput.md index dc9cabb0..190028e8 100644 --- a/devtools/docs/models/components/evmoutput.md +++ b/chainkit/docs/models/components/evmoutput.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { EVMOutput } from "@avalanche-sdk/devtools/models/components"; +import { EVMOutput } from "@avalanche-sdk/chainkit/models/components"; let value: EVMOutput = { toAddress: "0xD0f2898e49d941D6d479B381d3C8F0bd8d983b4c", diff --git a/devtools/docs/models/components/fullnativetransactiondetails.md b/chainkit/docs/models/components/fullnativetransactiondetails.md similarity index 99% rename from devtools/docs/models/components/fullnativetransactiondetails.md rename to chainkit/docs/models/components/fullnativetransactiondetails.md index 27799bd5..d9b0de7f 100644 --- a/devtools/docs/models/components/fullnativetransactiondetails.md +++ b/chainkit/docs/models/components/fullnativetransactiondetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { FullNativeTransactionDetails } from "@avalanche-sdk/devtools/models/components"; +import { FullNativeTransactionDetails } from "@avalanche-sdk/chainkit/models/components"; let value: FullNativeTransactionDetails = { blockNumber: "339", diff --git a/devtools/docs/models/components/geolocation.md b/chainkit/docs/models/components/geolocation.md similarity index 95% rename from devtools/docs/models/components/geolocation.md rename to chainkit/docs/models/components/geolocation.md index fa2b6355..9e3c4964 100644 --- a/devtools/docs/models/components/geolocation.md +++ b/chainkit/docs/models/components/geolocation.md @@ -5,7 +5,7 @@ The geographical location of the validator node, if available. ## Example Usage ```typescript -import { Geolocation } from "@avalanche-sdk/devtools/models/components"; +import { Geolocation } from "@avalanche-sdk/chainkit/models/components"; let value: Geolocation = { city: "Antelope", diff --git a/devtools/docs/models/components/getchainresponse.md b/chainkit/docs/models/components/getchainresponse.md similarity index 99% rename from devtools/docs/models/components/getchainresponse.md rename to chainkit/docs/models/components/getchainresponse.md index fbf7e611..3819bae9 100644 --- a/devtools/docs/models/components/getchainresponse.md +++ b/chainkit/docs/models/components/getchainresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainResponse } from "@avalanche-sdk/devtools/models/components"; +import { GetChainResponse } from "@avalanche-sdk/chainkit/models/components"; let value: GetChainResponse = { chainId: "", diff --git a/devtools/docs/models/components/getchainresponseenabledfeature.md b/chainkit/docs/models/components/getchainresponseenabledfeature.md similarity index 68% rename from devtools/docs/models/components/getchainresponseenabledfeature.md rename to chainkit/docs/models/components/getchainresponseenabledfeature.md index 4e3d37b3..12164dff 100644 --- a/devtools/docs/models/components/getchainresponseenabledfeature.md +++ b/chainkit/docs/models/components/getchainresponseenabledfeature.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainResponseEnabledFeature } from "@avalanche-sdk/devtools/models/components"; +import { GetChainResponseEnabledFeature } from "@avalanche-sdk/chainkit/models/components"; let value: GetChainResponseEnabledFeature = "teleporter"; ``` diff --git a/devtools/docs/models/components/getevmblockresponse.md b/chainkit/docs/models/components/getevmblockresponse.md similarity index 98% rename from devtools/docs/models/components/getevmblockresponse.md rename to chainkit/docs/models/components/getevmblockresponse.md index 4ca99da2..40d1428b 100644 --- a/devtools/docs/models/components/getevmblockresponse.md +++ b/chainkit/docs/models/components/getevmblockresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetEvmBlockResponse } from "@avalanche-sdk/devtools/models/components"; +import { GetEvmBlockResponse } from "@avalanche-sdk/chainkit/models/components"; let value: GetEvmBlockResponse = { chainId: "43114", diff --git a/devtools/docs/models/components/getnativebalanceresponse.md b/chainkit/docs/models/components/getnativebalanceresponse.md similarity index 94% rename from devtools/docs/models/components/getnativebalanceresponse.md rename to chainkit/docs/models/components/getnativebalanceresponse.md index b91ad5ee..22c30d6a 100644 --- a/devtools/docs/models/components/getnativebalanceresponse.md +++ b/chainkit/docs/models/components/getnativebalanceresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNativeBalanceResponse } from "@avalanche-sdk/devtools/models/components"; +import { GetNativeBalanceResponse } from "@avalanche-sdk/chainkit/models/components"; let value: GetNativeBalanceResponse = { nativeTokenBalance: { diff --git a/devtools/docs/models/components/getnetworkdetailsresponse.md b/chainkit/docs/models/components/getnetworkdetailsresponse.md similarity index 95% rename from devtools/docs/models/components/getnetworkdetailsresponse.md rename to chainkit/docs/models/components/getnetworkdetailsresponse.md index 5c64d035..b2e4b819 100644 --- a/devtools/docs/models/components/getnetworkdetailsresponse.md +++ b/chainkit/docs/models/components/getnetworkdetailsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNetworkDetailsResponse } from "@avalanche-sdk/devtools/models/components"; +import { GetNetworkDetailsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: GetNetworkDetailsResponse = { validatorDetails: { diff --git a/devtools/docs/models/components/getprimarynetworkblockresponse.md b/chainkit/docs/models/components/getprimarynetworkblockresponse.md similarity index 98% rename from devtools/docs/models/components/getprimarynetworkblockresponse.md rename to chainkit/docs/models/components/getprimarynetworkblockresponse.md index 6e07fec2..8463414b 100644 --- a/devtools/docs/models/components/getprimarynetworkblockresponse.md +++ b/chainkit/docs/models/components/getprimarynetworkblockresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetPrimaryNetworkBlockResponse } from "@avalanche-sdk/devtools/models/components"; +import { GetPrimaryNetworkBlockResponse } from "@avalanche-sdk/chainkit/models/components"; let value: GetPrimaryNetworkBlockResponse = { blockNumber: "", diff --git a/devtools/docs/models/components/gettransactionresponse.md b/chainkit/docs/models/components/gettransactionresponse.md similarity index 99% rename from devtools/docs/models/components/gettransactionresponse.md rename to chainkit/docs/models/components/gettransactionresponse.md index f8094876..d5756036 100644 --- a/devtools/docs/models/components/gettransactionresponse.md +++ b/chainkit/docs/models/components/gettransactionresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTransactionResponse } from "@avalanche-sdk/devtools/models/components"; +import { GetTransactionResponse } from "@avalanche-sdk/chainkit/models/components"; let value: GetTransactionResponse = { erc20Transfers: [ diff --git a/devtools/docs/models/components/globalparamnetwork.md b/chainkit/docs/models/components/globalparamnetwork.md similarity index 73% rename from devtools/docs/models/components/globalparamnetwork.md rename to chainkit/docs/models/components/globalparamnetwork.md index 56d28203..ead19016 100644 --- a/devtools/docs/models/components/globalparamnetwork.md +++ b/chainkit/docs/models/components/globalparamnetwork.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GlobalParamNetwork } from "@avalanche-sdk/devtools/models/components"; +import { GlobalParamNetwork } from "@avalanche-sdk/chainkit/models/components"; let value: GlobalParamNetwork = "mainnet"; ``` diff --git a/devtools/docs/models/components/healthcheckresultdto.md b/chainkit/docs/models/components/healthcheckresultdto.md similarity index 98% rename from devtools/docs/models/components/healthcheckresultdto.md rename to chainkit/docs/models/components/healthcheckresultdto.md index d78305e9..11f499d7 100644 --- a/devtools/docs/models/components/healthcheckresultdto.md +++ b/chainkit/docs/models/components/healthcheckresultdto.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { HealthCheckResultDto } from "@avalanche-sdk/devtools/models/components"; +import { HealthCheckResultDto } from "@avalanche-sdk/chainkit/models/components"; let value: HealthCheckResultDto = { info: { diff --git a/devtools/docs/models/components/healthcheckresultdtostatus.md b/chainkit/docs/models/components/healthcheckresultdtostatus.md similarity index 66% rename from devtools/docs/models/components/healthcheckresultdtostatus.md rename to chainkit/docs/models/components/healthcheckresultdtostatus.md index 9065f620..41ea197d 100644 --- a/devtools/docs/models/components/healthcheckresultdtostatus.md +++ b/chainkit/docs/models/components/healthcheckresultdtostatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { HealthCheckResultDtoStatus } from "@avalanche-sdk/devtools/models/components"; +import { HealthCheckResultDtoStatus } from "@avalanche-sdk/chainkit/models/components"; let value: HealthCheckResultDtoStatus = "error"; ``` diff --git a/devtools/docs/models/components/healthindicatorresultdto.md b/chainkit/docs/models/components/healthindicatorresultdto.md similarity index 94% rename from devtools/docs/models/components/healthindicatorresultdto.md rename to chainkit/docs/models/components/healthindicatorresultdto.md index 790b30a2..78ea7baa 100644 --- a/devtools/docs/models/components/healthindicatorresultdto.md +++ b/chainkit/docs/models/components/healthindicatorresultdto.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { HealthIndicatorResultDto } from "@avalanche-sdk/devtools/models/components"; +import { HealthIndicatorResultDto } from "@avalanche-sdk/chainkit/models/components"; let value: HealthIndicatorResultDto = {}; ``` diff --git a/devtools/docs/models/components/healthindicatorresultdtostatus.md b/chainkit/docs/models/components/healthindicatorresultdtostatus.md similarity index 68% rename from devtools/docs/models/components/healthindicatorresultdtostatus.md rename to chainkit/docs/models/components/healthindicatorresultdtostatus.md index 50e8ad13..1ffeaa0d 100644 --- a/devtools/docs/models/components/healthindicatorresultdtostatus.md +++ b/chainkit/docs/models/components/healthindicatorresultdtostatus.md @@ -5,7 +5,7 @@ Status of the health indicator. ## Example Usage ```typescript -import { HealthIndicatorResultDtoStatus } from "@avalanche-sdk/devtools/models/components"; +import { HealthIndicatorResultDtoStatus } from "@avalanche-sdk/chainkit/models/components"; let value: HealthIndicatorResultDtoStatus = "down"; ``` diff --git a/devtools/docs/models/components/historicalreward.md b/chainkit/docs/models/components/historicalreward.md similarity index 98% rename from devtools/docs/models/components/historicalreward.md rename to chainkit/docs/models/components/historicalreward.md index 0fe2ecd5..4d4d6d96 100644 --- a/devtools/docs/models/components/historicalreward.md +++ b/chainkit/docs/models/components/historicalreward.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { HistoricalReward } from "@avalanche-sdk/devtools/models/components"; +import { HistoricalReward } from "@avalanche-sdk/chainkit/models/components"; let value: HistoricalReward = { addresses: [ diff --git a/devtools/docs/models/components/icmdestinationtransaction.md b/chainkit/docs/models/components/icmdestinationtransaction.md similarity index 90% rename from devtools/docs/models/components/icmdestinationtransaction.md rename to chainkit/docs/models/components/icmdestinationtransaction.md index b3b8bdf8..ea9eecdd 100644 --- a/devtools/docs/models/components/icmdestinationtransaction.md +++ b/chainkit/docs/models/components/icmdestinationtransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { IcmDestinationTransaction } from "@avalanche-sdk/devtools/models/components"; +import { IcmDestinationTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: IcmDestinationTransaction = { txHash: "", diff --git a/devtools/docs/models/components/icmreceipt.md b/chainkit/docs/models/components/icmreceipt.md similarity index 90% rename from devtools/docs/models/components/icmreceipt.md rename to chainkit/docs/models/components/icmreceipt.md index b9ff8951..58ecada0 100644 --- a/devtools/docs/models/components/icmreceipt.md +++ b/chainkit/docs/models/components/icmreceipt.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { IcmReceipt } from "@avalanche-sdk/devtools/models/components"; +import { IcmReceipt } from "@avalanche-sdk/chainkit/models/components"; let value: IcmReceipt = { receivedMessageNonce: "", diff --git a/devtools/docs/models/components/icmrewarddetails.md b/chainkit/docs/models/components/icmrewarddetails.md similarity index 99% rename from devtools/docs/models/components/icmrewarddetails.md rename to chainkit/docs/models/components/icmrewarddetails.md index 5c893f07..60c8d0ca 100644 --- a/devtools/docs/models/components/icmrewarddetails.md +++ b/chainkit/docs/models/components/icmrewarddetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { IcmRewardDetails } from "@avalanche-sdk/devtools/models/components"; +import { IcmRewardDetails } from "@avalanche-sdk/chainkit/models/components"; let value: IcmRewardDetails = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/icmrewarddetailserctype.md b/chainkit/docs/models/components/icmrewarddetailserctype.md similarity index 72% rename from devtools/docs/models/components/icmrewarddetailserctype.md rename to chainkit/docs/models/components/icmrewarddetailserctype.md index 3ad619a9..a9434cbf 100644 --- a/devtools/docs/models/components/icmrewarddetailserctype.md +++ b/chainkit/docs/models/components/icmrewarddetailserctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { IcmRewardDetailsErcType } from "@avalanche-sdk/devtools/models/components"; +import { IcmRewardDetailsErcType } from "@avalanche-sdk/chainkit/models/components"; let value: IcmRewardDetailsErcType = "ERC-20"; ``` diff --git a/devtools/docs/models/components/icmsourcetransaction.md b/chainkit/docs/models/components/icmsourcetransaction.md similarity index 90% rename from devtools/docs/models/components/icmsourcetransaction.md rename to chainkit/docs/models/components/icmsourcetransaction.md index c2ac4bc3..3edd293c 100644 --- a/devtools/docs/models/components/icmsourcetransaction.md +++ b/chainkit/docs/models/components/icmsourcetransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { IcmSourceTransaction } from "@avalanche-sdk/devtools/models/components"; +import { IcmSourceTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: IcmSourceTransaction = { txHash: "", diff --git a/devtools/docs/models/components/imageasset.md b/chainkit/docs/models/components/imageasset.md similarity index 87% rename from devtools/docs/models/components/imageasset.md rename to chainkit/docs/models/components/imageasset.md index b07b5ea0..98afa6fe 100644 --- a/devtools/docs/models/components/imageasset.md +++ b/chainkit/docs/models/components/imageasset.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ImageAsset } from "@avalanche-sdk/devtools/models/components"; +import { ImageAsset } from "@avalanche-sdk/chainkit/models/components"; let value: ImageAsset = {}; ``` diff --git a/devtools/docs/models/components/includechain.md b/chainkit/docs/models/components/includechain.md similarity index 86% rename from devtools/docs/models/components/includechain.md rename to chainkit/docs/models/components/includechain.md index f8043cd5..25b16cf2 100644 --- a/devtools/docs/models/components/includechain.md +++ b/chainkit/docs/models/components/includechain.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { IncludeChain } from "@avalanche-sdk/devtools/models/components"; +import { IncludeChain } from "@avalanche-sdk/chainkit/models/components"; let value: IncludeChain = "p-chain"; ``` diff --git a/devtools/docs/models/components/internaltransaction.md b/chainkit/docs/models/components/internaltransaction.md similarity index 99% rename from devtools/docs/models/components/internaltransaction.md rename to chainkit/docs/models/components/internaltransaction.md index 60b5264a..8a756116 100644 --- a/devtools/docs/models/components/internaltransaction.md +++ b/chainkit/docs/models/components/internaltransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { InternalTransaction } from "@avalanche-sdk/devtools/models/components"; +import { InternalTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: InternalTransaction = { blockNumber: "339", diff --git a/devtools/docs/models/components/internaltransactiondetails.md b/chainkit/docs/models/components/internaltransactiondetails.md similarity index 98% rename from devtools/docs/models/components/internaltransactiondetails.md rename to chainkit/docs/models/components/internaltransactiondetails.md index b50bdc1a..e4e266e9 100644 --- a/devtools/docs/models/components/internaltransactiondetails.md +++ b/chainkit/docs/models/components/internaltransactiondetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { InternalTransactionDetails } from "@avalanche-sdk/devtools/models/components"; +import { InternalTransactionDetails } from "@avalanche-sdk/chainkit/models/components"; let value: InternalTransactionDetails = { from: { diff --git a/devtools/docs/models/components/internaltransactionopcall.md b/chainkit/docs/models/components/internaltransactionopcall.md similarity index 73% rename from devtools/docs/models/components/internaltransactionopcall.md rename to chainkit/docs/models/components/internaltransactionopcall.md index 8a3fe2ec..47c349ed 100644 --- a/devtools/docs/models/components/internaltransactionopcall.md +++ b/chainkit/docs/models/components/internaltransactionopcall.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { InternalTransactionOpCall } from "@avalanche-sdk/devtools/models/components"; +import { InternalTransactionOpCall } from "@avalanche-sdk/chainkit/models/components"; let value: InternalTransactionOpCall = "STATICCALL"; ``` diff --git a/devtools/docs/models/components/l1validatordetailsfull.md b/chainkit/docs/models/components/l1validatordetailsfull.md similarity index 99% rename from devtools/docs/models/components/l1validatordetailsfull.md rename to chainkit/docs/models/components/l1validatordetailsfull.md index 044f3943..69e2adf4 100644 --- a/devtools/docs/models/components/l1validatordetailsfull.md +++ b/chainkit/docs/models/components/l1validatordetailsfull.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { L1ValidatorDetailsFull } from "@avalanche-sdk/devtools/models/components"; +import { L1ValidatorDetailsFull } from "@avalanche-sdk/chainkit/models/components"; let value: L1ValidatorDetailsFull = { validationId: "", diff --git a/devtools/docs/models/components/l1validatordetailsfullblscredentials.md b/chainkit/docs/models/components/l1validatordetailsfullblscredentials.md similarity index 90% rename from devtools/docs/models/components/l1validatordetailsfullblscredentials.md rename to chainkit/docs/models/components/l1validatordetailsfullblscredentials.md index 82a77891..575ac226 100644 --- a/devtools/docs/models/components/l1validatordetailsfullblscredentials.md +++ b/chainkit/docs/models/components/l1validatordetailsfullblscredentials.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { L1ValidatorDetailsFullBlsCredentials } from "@avalanche-sdk/devtools/models/components"; +import { L1ValidatorDetailsFullBlsCredentials } from "@avalanche-sdk/chainkit/models/components"; let value: L1ValidatorDetailsFullBlsCredentials = {}; ``` diff --git a/devtools/docs/models/components/l1validatordetailstransaction.md b/chainkit/docs/models/components/l1validatordetailstransaction.md similarity index 98% rename from devtools/docs/models/components/l1validatordetailstransaction.md rename to chainkit/docs/models/components/l1validatordetailstransaction.md index 181bd5b0..2a527edb 100644 --- a/devtools/docs/models/components/l1validatordetailstransaction.md +++ b/chainkit/docs/models/components/l1validatordetailstransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { L1ValidatorDetailsTransaction } from "@avalanche-sdk/devtools/models/components"; +import { L1ValidatorDetailsTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: L1ValidatorDetailsTransaction = { validationId: "", diff --git a/devtools/docs/models/components/l1validatordetailstransactionblscredentials.md b/chainkit/docs/models/components/l1validatordetailstransactionblscredentials.md similarity index 89% rename from devtools/docs/models/components/l1validatordetailstransactionblscredentials.md rename to chainkit/docs/models/components/l1validatordetailstransactionblscredentials.md index 36fab3ab..d20def11 100644 --- a/devtools/docs/models/components/l1validatordetailstransactionblscredentials.md +++ b/chainkit/docs/models/components/l1validatordetailstransactionblscredentials.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { L1ValidatorDetailsTransactionBlsCredentials } from "@avalanche-sdk/devtools/models/components"; +import { L1ValidatorDetailsTransactionBlsCredentials } from "@avalanche-sdk/chainkit/models/components"; let value: L1ValidatorDetailsTransactionBlsCredentials = {}; ``` diff --git a/devtools/docs/models/components/l1validatormanagerdetails.md b/chainkit/docs/models/components/l1validatormanagerdetails.md similarity index 85% rename from devtools/docs/models/components/l1validatormanagerdetails.md rename to chainkit/docs/models/components/l1validatormanagerdetails.md index 3665ce7f..8e5c34c3 100644 --- a/devtools/docs/models/components/l1validatormanagerdetails.md +++ b/chainkit/docs/models/components/l1validatormanagerdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { L1ValidatorManagerDetails } from "@avalanche-sdk/devtools/models/components"; +import { L1ValidatorManagerDetails } from "@avalanche-sdk/chainkit/models/components"; let value: L1ValidatorManagerDetails = { blockchainId: "", diff --git a/devtools/docs/models/components/listaddresschainsresponse.md b/chainkit/docs/models/components/listaddresschainsresponse.md similarity index 95% rename from devtools/docs/models/components/listaddresschainsresponse.md rename to chainkit/docs/models/components/listaddresschainsresponse.md index 560062bc..21101b71 100644 --- a/devtools/docs/models/components/listaddresschainsresponse.md +++ b/chainkit/docs/models/components/listaddresschainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAddressChainsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListAddressChainsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListAddressChainsResponse = { indexedChains: [ diff --git a/devtools/docs/models/components/listblockchainsresponse.md b/chainkit/docs/models/components/listblockchainsresponse.md similarity index 97% rename from devtools/docs/models/components/listblockchainsresponse.md rename to chainkit/docs/models/components/listblockchainsresponse.md index 16c9ad15..9e868d92 100644 --- a/devtools/docs/models/components/listblockchainsresponse.md +++ b/chainkit/docs/models/components/listblockchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListBlockchainsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListBlockchainsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListBlockchainsResponse = { blockchains: [], diff --git a/devtools/docs/models/components/listcchainatomicbalancesresponse.md b/chainkit/docs/models/components/listcchainatomicbalancesresponse.md similarity index 98% rename from devtools/docs/models/components/listcchainatomicbalancesresponse.md rename to chainkit/docs/models/components/listcchainatomicbalancesresponse.md index 62d157e0..ca531ed9 100644 --- a/devtools/docs/models/components/listcchainatomicbalancesresponse.md +++ b/chainkit/docs/models/components/listcchainatomicbalancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListCChainAtomicBalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListCChainAtomicBalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListCChainAtomicBalancesResponse = { balances: { diff --git a/devtools/docs/models/components/listcchainatomictransactionsresponse.md b/chainkit/docs/models/components/listcchainatomictransactionsresponse.md similarity index 99% rename from devtools/docs/models/components/listcchainatomictransactionsresponse.md rename to chainkit/docs/models/components/listcchainatomictransactionsresponse.md index c9f29869..f6bd3ece 100644 --- a/devtools/docs/models/components/listcchainatomictransactionsresponse.md +++ b/chainkit/docs/models/components/listcchainatomictransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListCChainAtomicTransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListCChainAtomicTransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListCChainAtomicTransactionsResponse = { transactions: [ diff --git a/devtools/docs/models/components/listcchainatomictransactionsresponsetransaction.md b/chainkit/docs/models/components/listcchainatomictransactionsresponsetransaction.md similarity index 100% rename from devtools/docs/models/components/listcchainatomictransactionsresponsetransaction.md rename to chainkit/docs/models/components/listcchainatomictransactionsresponsetransaction.md diff --git a/devtools/docs/models/components/listcollectiblebalancesresponse.md b/chainkit/docs/models/components/listcollectiblebalancesresponse.md similarity index 98% rename from devtools/docs/models/components/listcollectiblebalancesresponse.md rename to chainkit/docs/models/components/listcollectiblebalancesresponse.md index 94d82c20..6f1c687b 100644 --- a/devtools/docs/models/components/listcollectiblebalancesresponse.md +++ b/chainkit/docs/models/components/listcollectiblebalancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListCollectibleBalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListCollectibleBalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListCollectibleBalancesResponse = { collectibleBalances: [], diff --git a/devtools/docs/models/components/listcontractsresponse.md b/chainkit/docs/models/components/listcontractsresponse.md similarity index 97% rename from devtools/docs/models/components/listcontractsresponse.md rename to chainkit/docs/models/components/listcontractsresponse.md index 6254d1b8..7eae339e 100644 --- a/devtools/docs/models/components/listcontractsresponse.md +++ b/chainkit/docs/models/components/listcontractsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListContractsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListContractsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListContractsResponse = { contracts: [ diff --git a/devtools/docs/models/components/listdelegatordetailsresponse.md b/chainkit/docs/models/components/listdelegatordetailsresponse.md similarity index 96% rename from devtools/docs/models/components/listdelegatordetailsresponse.md rename to chainkit/docs/models/components/listdelegatordetailsresponse.md index 052e7875..0584b64f 100644 --- a/devtools/docs/models/components/listdelegatordetailsresponse.md +++ b/chainkit/docs/models/components/listdelegatordetailsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListDelegatorDetailsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListDelegatorDetailsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListDelegatorDetailsResponse = { delegators: [ diff --git a/devtools/docs/models/components/listerc1155balancesresponse.md b/chainkit/docs/models/components/listerc1155balancesresponse.md similarity index 97% rename from devtools/docs/models/components/listerc1155balancesresponse.md rename to chainkit/docs/models/components/listerc1155balancesresponse.md index 1ea39eeb..4ea36ddb 100644 --- a/devtools/docs/models/components/listerc1155balancesresponse.md +++ b/chainkit/docs/models/components/listerc1155balancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155BalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListErc1155BalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListErc1155BalancesResponse = { nativeTokenBalance: { diff --git a/devtools/docs/models/components/listerc1155transactionsresponse.md b/chainkit/docs/models/components/listerc1155transactionsresponse.md similarity index 98% rename from devtools/docs/models/components/listerc1155transactionsresponse.md rename to chainkit/docs/models/components/listerc1155transactionsresponse.md index 8d0f11f7..a09eacbb 100644 --- a/devtools/docs/models/components/listerc1155transactionsresponse.md +++ b/chainkit/docs/models/components/listerc1155transactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155TransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListErc1155TransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListErc1155TransactionsResponse = { transactions: [], diff --git a/devtools/docs/models/components/listerc20balancesresponse.md b/chainkit/docs/models/components/listerc20balancesresponse.md similarity index 97% rename from devtools/docs/models/components/listerc20balancesresponse.md rename to chainkit/docs/models/components/listerc20balancesresponse.md index 35494a47..28d1056b 100644 --- a/devtools/docs/models/components/listerc20balancesresponse.md +++ b/chainkit/docs/models/components/listerc20balancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20BalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListErc20BalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListErc20BalancesResponse = { nativeTokenBalance: { diff --git a/devtools/docs/models/components/listerc20transactionsresponse.md b/chainkit/docs/models/components/listerc20transactionsresponse.md similarity index 96% rename from devtools/docs/models/components/listerc20transactionsresponse.md rename to chainkit/docs/models/components/listerc20transactionsresponse.md index 39e5d368..6d16aa0e 100644 --- a/devtools/docs/models/components/listerc20transactionsresponse.md +++ b/chainkit/docs/models/components/listerc20transactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20TransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListErc20TransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListErc20TransactionsResponse = { transactions: [], diff --git a/devtools/docs/models/components/listerc721balancesresponse.md b/chainkit/docs/models/components/listerc721balancesresponse.md similarity index 97% rename from devtools/docs/models/components/listerc721balancesresponse.md rename to chainkit/docs/models/components/listerc721balancesresponse.md index c2d2d32f..17ad98ae 100644 --- a/devtools/docs/models/components/listerc721balancesresponse.md +++ b/chainkit/docs/models/components/listerc721balancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721BalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListErc721BalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListErc721BalancesResponse = { nativeTokenBalance: { diff --git a/devtools/docs/models/components/listerc721transactionsresponse.md b/chainkit/docs/models/components/listerc721transactionsresponse.md similarity index 96% rename from devtools/docs/models/components/listerc721transactionsresponse.md rename to chainkit/docs/models/components/listerc721transactionsresponse.md index f47e4bc4..33339c3a 100644 --- a/devtools/docs/models/components/listerc721transactionsresponse.md +++ b/chainkit/docs/models/components/listerc721transactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721TransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListErc721TransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListErc721TransactionsResponse = { transactions: [], diff --git a/devtools/docs/models/components/listevmblocksresponse.md b/chainkit/docs/models/components/listevmblocksresponse.md similarity index 97% rename from devtools/docs/models/components/listevmblocksresponse.md rename to chainkit/docs/models/components/listevmblocksresponse.md index 5a358acf..e1bc3507 100644 --- a/devtools/docs/models/components/listevmblocksresponse.md +++ b/chainkit/docs/models/components/listevmblocksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListEvmBlocksResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListEvmBlocksResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListEvmBlocksResponse = { blocks: [], diff --git a/devtools/docs/models/components/listhistoricalrewardsresponse.md b/chainkit/docs/models/components/listhistoricalrewardsresponse.md similarity index 97% rename from devtools/docs/models/components/listhistoricalrewardsresponse.md rename to chainkit/docs/models/components/listhistoricalrewardsresponse.md index 1914d719..b96cacdc 100644 --- a/devtools/docs/models/components/listhistoricalrewardsresponse.md +++ b/chainkit/docs/models/components/listhistoricalrewardsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListHistoricalRewardsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListHistoricalRewardsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListHistoricalRewardsResponse = { historicalRewards: [ diff --git a/devtools/docs/models/components/listicmmessagesresponse.md b/chainkit/docs/models/components/listicmmessagesresponse.md similarity index 97% rename from devtools/docs/models/components/listicmmessagesresponse.md rename to chainkit/docs/models/components/listicmmessagesresponse.md index 6c0f32c7..53a57f5a 100644 --- a/devtools/docs/models/components/listicmmessagesresponse.md +++ b/chainkit/docs/models/components/listicmmessagesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListIcmMessagesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListIcmMessagesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListIcmMessagesResponse = { messages: [], diff --git a/devtools/docs/models/components/listicmmessagesresponsemessage.md b/chainkit/docs/models/components/listicmmessagesresponsemessage.md similarity index 100% rename from devtools/docs/models/components/listicmmessagesresponsemessage.md rename to chainkit/docs/models/components/listicmmessagesresponsemessage.md index a3b31c6b..af41e97f 100644 --- a/devtools/docs/models/components/listicmmessagesresponsemessage.md +++ b/chainkit/docs/models/components/listicmmessagesresponsemessage.md @@ -3,10 +3,10 @@ ## Supported Types -### `components.DeliveredIcmMessage` +### `components.PendingIcmMessage` ```typescript -const value: components.DeliveredIcmMessage = { +const value: components.PendingIcmMessage = { messageId: "", icmContractAddress: "", sourceBlockchainId: "", @@ -16,9 +16,9 @@ const value: components.DeliveredIcmMessage = { messageNonce: "", from: "", to: "", - messageExecuted: true, + messageExecuted: false, receipts: [], - receiptDelivered: true, + receiptDelivered: false, rewardDetails: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", @@ -38,21 +38,14 @@ const value: components.DeliveredIcmMessage = { timestamp: 6459.73, gasSpent: "", }, - destinationTransaction: { - txHash: "", - timestamp: 8250.11, - gasSpent: "", - rewardRedeemer: "", - delivererAddress: "", - }, - status: "delivered", + status: "pending", }; ``` -### `components.PendingIcmMessage` +### `components.DeliveredIcmMessage` ```typescript -const value: components.PendingIcmMessage = { +const value: components.DeliveredIcmMessage = { messageId: "", icmContractAddress: "", sourceBlockchainId: "", @@ -62,9 +55,9 @@ const value: components.PendingIcmMessage = { messageNonce: "", from: "", to: "", - messageExecuted: false, + messageExecuted: true, receipts: [], - receiptDelivered: false, + receiptDelivered: true, rewardDetails: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", @@ -84,7 +77,14 @@ const value: components.PendingIcmMessage = { timestamp: 6459.73, gasSpent: "", }, - status: "pending", + destinationTransaction: { + txHash: "", + timestamp: 8250.11, + gasSpent: "", + rewardRedeemer: "", + delivererAddress: "", + }, + status: "delivered", }; ``` diff --git a/devtools/docs/models/components/listinternaltransactionsresponse.md b/chainkit/docs/models/components/listinternaltransactionsresponse.md similarity index 98% rename from devtools/docs/models/components/listinternaltransactionsresponse.md rename to chainkit/docs/models/components/listinternaltransactionsresponse.md index 49d27f3c..be75ac83 100644 --- a/devtools/docs/models/components/listinternaltransactionsresponse.md +++ b/chainkit/docs/models/components/listinternaltransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListInternalTransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListInternalTransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListInternalTransactionsResponse = { transactions: [], diff --git a/devtools/docs/models/components/listl1validatorsresponse.md b/chainkit/docs/models/components/listl1validatorsresponse.md similarity index 97% rename from devtools/docs/models/components/listl1validatorsresponse.md rename to chainkit/docs/models/components/listl1validatorsresponse.md index 134f08a7..231488f1 100644 --- a/devtools/docs/models/components/listl1validatorsresponse.md +++ b/chainkit/docs/models/components/listl1validatorsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListL1ValidatorsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListL1ValidatorsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListL1ValidatorsResponse = { validators: [ diff --git a/devtools/docs/models/components/listnativetransactionsresponse.md b/chainkit/docs/models/components/listnativetransactionsresponse.md similarity index 96% rename from devtools/docs/models/components/listnativetransactionsresponse.md rename to chainkit/docs/models/components/listnativetransactionsresponse.md index 73cc8a56..ba7d5910 100644 --- a/devtools/docs/models/components/listnativetransactionsresponse.md +++ b/chainkit/docs/models/components/listnativetransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListNativeTransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListNativeTransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListNativeTransactionsResponse = { transactions: [], diff --git a/devtools/docs/models/components/listnfttokens.md b/chainkit/docs/models/components/listnfttokens.md similarity index 97% rename from devtools/docs/models/components/listnfttokens.md rename to chainkit/docs/models/components/listnfttokens.md index ac5da5bc..a0837d97 100644 --- a/devtools/docs/models/components/listnfttokens.md +++ b/chainkit/docs/models/components/listnfttokens.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListNftTokens } from "@avalanche-sdk/devtools/models/components"; +import { ListNftTokens } from "@avalanche-sdk/chainkit/models/components"; let value: ListNftTokens = { tokens: [ diff --git a/devtools/docs/models/components/listpchainbalancesresponse.md b/chainkit/docs/models/components/listpchainbalancesresponse.md similarity index 96% rename from devtools/docs/models/components/listpchainbalancesresponse.md rename to chainkit/docs/models/components/listpchainbalancesresponse.md index 9f5a8dac..634918ca 100644 --- a/devtools/docs/models/components/listpchainbalancesresponse.md +++ b/chainkit/docs/models/components/listpchainbalancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPChainBalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListPChainBalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListPChainBalancesResponse = { balances: { diff --git a/devtools/docs/models/components/listpchaintransactionsresponse.md b/chainkit/docs/models/components/listpchaintransactionsresponse.md similarity index 97% rename from devtools/docs/models/components/listpchaintransactionsresponse.md rename to chainkit/docs/models/components/listpchaintransactionsresponse.md index b349aec0..95548777 100644 --- a/devtools/docs/models/components/listpchaintransactionsresponse.md +++ b/chainkit/docs/models/components/listpchaintransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPChainTransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListPChainTransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListPChainTransactionsResponse = { transactions: [ diff --git a/devtools/docs/models/components/listpchainutxosresponse.md b/chainkit/docs/models/components/listpchainutxosresponse.md similarity index 98% rename from devtools/docs/models/components/listpchainutxosresponse.md rename to chainkit/docs/models/components/listpchainutxosresponse.md index 6cf04a7c..6bb2a0f7 100644 --- a/devtools/docs/models/components/listpchainutxosresponse.md +++ b/chainkit/docs/models/components/listpchainutxosresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPChainUtxosResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListPChainUtxosResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListPChainUtxosResponse = { utxos: [ diff --git a/devtools/docs/models/components/listpendingrewardsresponse.md b/chainkit/docs/models/components/listpendingrewardsresponse.md similarity index 97% rename from devtools/docs/models/components/listpendingrewardsresponse.md rename to chainkit/docs/models/components/listpendingrewardsresponse.md index e843aa76..c7c3086d 100644 --- a/devtools/docs/models/components/listpendingrewardsresponse.md +++ b/chainkit/docs/models/components/listpendingrewardsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPendingRewardsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListPendingRewardsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListPendingRewardsResponse = { pendingRewards: [ diff --git a/devtools/docs/models/components/listprimarynetworkblocksresponse.md b/chainkit/docs/models/components/listprimarynetworkblocksresponse.md similarity index 99% rename from devtools/docs/models/components/listprimarynetworkblocksresponse.md rename to chainkit/docs/models/components/listprimarynetworkblocksresponse.md index 2530b6fb..3ea80b80 100644 --- a/devtools/docs/models/components/listprimarynetworkblocksresponse.md +++ b/chainkit/docs/models/components/listprimarynetworkblocksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPrimaryNetworkBlocksResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListPrimaryNetworkBlocksResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListPrimaryNetworkBlocksResponse = { blocks: [], diff --git a/devtools/docs/models/components/listsubnetsresponse.md b/chainkit/docs/models/components/listsubnetsresponse.md similarity index 97% rename from devtools/docs/models/components/listsubnetsresponse.md rename to chainkit/docs/models/components/listsubnetsresponse.md index aafa9bc0..44f7d513 100644 --- a/devtools/docs/models/components/listsubnetsresponse.md +++ b/chainkit/docs/models/components/listsubnetsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListSubnetsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListSubnetsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListSubnetsResponse = { subnets: [], diff --git a/devtools/docs/models/components/listteleportermessagesresponse.md b/chainkit/docs/models/components/listteleportermessagesresponse.md similarity index 96% rename from devtools/docs/models/components/listteleportermessagesresponse.md rename to chainkit/docs/models/components/listteleportermessagesresponse.md index 69c1f64f..92237336 100644 --- a/devtools/docs/models/components/listteleportermessagesresponse.md +++ b/chainkit/docs/models/components/listteleportermessagesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTeleporterMessagesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListTeleporterMessagesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListTeleporterMessagesResponse = { messages: [], diff --git a/devtools/docs/models/components/listteleportermessagesresponsemessage.md b/chainkit/docs/models/components/listteleportermessagesresponsemessage.md similarity index 100% rename from devtools/docs/models/components/listteleportermessagesresponsemessage.md rename to chainkit/docs/models/components/listteleportermessagesresponsemessage.md diff --git a/devtools/docs/models/components/listtransactiondetailsresponse.md b/chainkit/docs/models/components/listtransactiondetailsresponse.md similarity index 98% rename from devtools/docs/models/components/listtransactiondetailsresponse.md rename to chainkit/docs/models/components/listtransactiondetailsresponse.md index 2d50ac8d..9e6765f5 100644 --- a/devtools/docs/models/components/listtransactiondetailsresponse.md +++ b/chainkit/docs/models/components/listtransactiondetailsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransactionDetailsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListTransactionDetailsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListTransactionDetailsResponse = { transactions: [ diff --git a/devtools/docs/models/components/listtransfersresponse.md b/chainkit/docs/models/components/listtransfersresponse.md similarity index 97% rename from devtools/docs/models/components/listtransfersresponse.md rename to chainkit/docs/models/components/listtransfersresponse.md index 2916a566..f838da63 100644 --- a/devtools/docs/models/components/listtransfersresponse.md +++ b/chainkit/docs/models/components/listtransfersresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransfersResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListTransfersResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListTransfersResponse = { transfers: [], diff --git a/devtools/docs/models/components/listutxosresponse.md b/chainkit/docs/models/components/listutxosresponse.md similarity index 98% rename from devtools/docs/models/components/listutxosresponse.md rename to chainkit/docs/models/components/listutxosresponse.md index de45d3ac..dea3e820 100644 --- a/devtools/docs/models/components/listutxosresponse.md +++ b/chainkit/docs/models/components/listutxosresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListUtxosResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListUtxosResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListUtxosResponse = { utxos: [ diff --git a/devtools/docs/models/components/listvalidatordetailsresponse.md b/chainkit/docs/models/components/listvalidatordetailsresponse.md similarity index 96% rename from devtools/docs/models/components/listvalidatordetailsresponse.md rename to chainkit/docs/models/components/listvalidatordetailsresponse.md index 93b55d3b..c19206c1 100644 --- a/devtools/docs/models/components/listvalidatordetailsresponse.md +++ b/chainkit/docs/models/components/listvalidatordetailsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListValidatorDetailsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListValidatorDetailsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListValidatorDetailsResponse = { validators: [], diff --git a/devtools/docs/models/components/listwebhookaddressesresponse.md b/chainkit/docs/models/components/listwebhookaddressesresponse.md similarity index 97% rename from devtools/docs/models/components/listwebhookaddressesresponse.md rename to chainkit/docs/models/components/listwebhookaddressesresponse.md index 480b53a2..3b74133d 100644 --- a/devtools/docs/models/components/listwebhookaddressesresponse.md +++ b/chainkit/docs/models/components/listwebhookaddressesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListWebhookAddressesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListWebhookAddressesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListWebhookAddressesResponse = { addresses: [ diff --git a/devtools/docs/models/components/listwebhooksresponse.md b/chainkit/docs/models/components/listwebhooksresponse.md similarity index 97% rename from devtools/docs/models/components/listwebhooksresponse.md rename to chainkit/docs/models/components/listwebhooksresponse.md index e17b7718..0a2ce85b 100644 --- a/devtools/docs/models/components/listwebhooksresponse.md +++ b/chainkit/docs/models/components/listwebhooksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListWebhooksResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListWebhooksResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListWebhooksResponse = { webhooks: [], diff --git a/devtools/docs/models/components/listxchainbalancesresponse.md b/chainkit/docs/models/components/listxchainbalancesresponse.md similarity index 95% rename from devtools/docs/models/components/listxchainbalancesresponse.md rename to chainkit/docs/models/components/listxchainbalancesresponse.md index c6b6629a..deaf9fb0 100644 --- a/devtools/docs/models/components/listxchainbalancesresponse.md +++ b/chainkit/docs/models/components/listxchainbalancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListXChainBalancesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListXChainBalancesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListXChainBalancesResponse = { balances: { diff --git a/devtools/docs/models/components/listxchaintransactionsresponse.md b/chainkit/docs/models/components/listxchaintransactionsresponse.md similarity index 96% rename from devtools/docs/models/components/listxchaintransactionsresponse.md rename to chainkit/docs/models/components/listxchaintransactionsresponse.md index 470b1bf4..00ef8b56 100644 --- a/devtools/docs/models/components/listxchaintransactionsresponse.md +++ b/chainkit/docs/models/components/listxchaintransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListXChainTransactionsResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListXChainTransactionsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListXChainTransactionsResponse = { transactions: [], diff --git a/devtools/docs/models/components/listxchaintransactionsresponsetransaction.md b/chainkit/docs/models/components/listxchaintransactionsresponsetransaction.md similarity index 100% rename from devtools/docs/models/components/listxchaintransactionsresponsetransaction.md rename to chainkit/docs/models/components/listxchaintransactionsresponsetransaction.md diff --git a/devtools/docs/models/components/listxchainverticesresponse.md b/chainkit/docs/models/components/listxchainverticesresponse.md similarity index 97% rename from devtools/docs/models/components/listxchainverticesresponse.md rename to chainkit/docs/models/components/listxchainverticesresponse.md index 3248aa39..a5290b53 100644 --- a/devtools/docs/models/components/listxchainverticesresponse.md +++ b/chainkit/docs/models/components/listxchainverticesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListXChainVerticesResponse } from "@avalanche-sdk/devtools/models/components"; +import { ListXChainVerticesResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ListXChainVerticesResponse = { vertices: [ diff --git a/devtools/docs/models/components/log.md b/chainkit/docs/models/components/log.md similarity index 98% rename from devtools/docs/models/components/log.md rename to chainkit/docs/models/components/log.md index 45a5f9a3..1889f381 100644 --- a/devtools/docs/models/components/log.md +++ b/chainkit/docs/models/components/log.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Log } from "@avalanche-sdk/devtools/models/components"; +import { Log } from "@avalanche-sdk/chainkit/models/components"; let value: Log = { address: "0x54C800d2331E10467143911aabCa092d68bF4166", diff --git a/devtools/docs/models/components/logsformat.md b/chainkit/docs/models/components/logsformat.md similarity index 98% rename from devtools/docs/models/components/logsformat.md rename to chainkit/docs/models/components/logsformat.md index 22a362a8..06380c4f 100644 --- a/devtools/docs/models/components/logsformat.md +++ b/chainkit/docs/models/components/logsformat.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { LogsFormat } from "@avalanche-sdk/devtools/models/components"; +import { LogsFormat } from "@avalanche-sdk/chainkit/models/components"; let value: LogsFormat = { orgId: "", diff --git a/devtools/docs/models/components/logsformatmetadata.md b/chainkit/docs/models/components/logsformatmetadata.md similarity index 95% rename from devtools/docs/models/components/logsformatmetadata.md rename to chainkit/docs/models/components/logsformatmetadata.md index bb0ecff7..379e52cd 100644 --- a/devtools/docs/models/components/logsformatmetadata.md +++ b/chainkit/docs/models/components/logsformatmetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { LogsFormatMetadata } from "@avalanche-sdk/devtools/models/components"; +import { LogsFormatMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: LogsFormatMetadata = { ipAddress: "6096:abfc:d0e7:8753:846d:4ace:cf2a:e4bb", diff --git a/devtools/docs/models/components/logsresponsedto.md b/chainkit/docs/models/components/logsresponsedto.md similarity index 97% rename from devtools/docs/models/components/logsresponsedto.md rename to chainkit/docs/models/components/logsresponsedto.md index 1a164631..acf42681 100644 --- a/devtools/docs/models/components/logsresponsedto.md +++ b/chainkit/docs/models/components/logsresponsedto.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { LogsResponseDTO } from "@avalanche-sdk/devtools/models/components"; +import { LogsResponseDTO } from "@avalanche-sdk/chainkit/models/components"; let value: LogsResponseDTO = { orgId: "", diff --git a/devtools/docs/models/components/lookingglassresponse.md b/chainkit/docs/models/components/lookingglassresponse.md similarity index 97% rename from devtools/docs/models/components/lookingglassresponse.md rename to chainkit/docs/models/components/lookingglassresponse.md index 524f0301..94fcca4d 100644 --- a/devtools/docs/models/components/lookingglassresponse.md +++ b/chainkit/docs/models/components/lookingglassresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { LookingGlassResponse } from "@avalanche-sdk/devtools/models/components"; +import { LookingGlassResponse } from "@avalanche-sdk/chainkit/models/components"; let value: LookingGlassResponse = { addresses: [ diff --git a/devtools/docs/models/components/method.md b/chainkit/docs/models/components/method.md similarity index 98% rename from devtools/docs/models/components/method.md rename to chainkit/docs/models/components/method.md index 84083c07..6529b5b0 100644 --- a/devtools/docs/models/components/method.md +++ b/chainkit/docs/models/components/method.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Method } from "@avalanche-sdk/devtools/models/components"; +import { Method } from "@avalanche-sdk/chainkit/models/components"; let value: Method = { callType: "NATIVE_TRANSFER", diff --git a/devtools/docs/models/components/metric.md b/chainkit/docs/models/components/metric.md similarity index 95% rename from devtools/docs/models/components/metric.md rename to chainkit/docs/models/components/metric.md index 9a32dd6b..c9d923ad 100644 --- a/devtools/docs/models/components/metric.md +++ b/chainkit/docs/models/components/metric.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Metric } from "@avalanche-sdk/devtools/models/components"; +import { Metric } from "@avalanche-sdk/chainkit/models/components"; let value: Metric = { timestamp: 8029.57, diff --git a/devtools/docs/models/components/metricsapiresponse.md b/chainkit/docs/models/components/metricsapiresponse.md similarity index 97% rename from devtools/docs/models/components/metricsapiresponse.md rename to chainkit/docs/models/components/metricsapiresponse.md index 1cfd9b20..d81d8c40 100644 --- a/devtools/docs/models/components/metricsapiresponse.md +++ b/chainkit/docs/models/components/metricsapiresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { MetricsApiResponse } from "@avalanche-sdk/devtools/models/components"; +import { MetricsApiResponse } from "@avalanche-sdk/chainkit/models/components"; let value: MetricsApiResponse = { results: [ diff --git a/devtools/docs/models/components/metricslistchainsresponse.md b/chainkit/docs/models/components/metricslistchainsresponse.md similarity index 96% rename from devtools/docs/models/components/metricslistchainsresponse.md rename to chainkit/docs/models/components/metricslistchainsresponse.md index 932c77be..d5a8526d 100644 --- a/devtools/docs/models/components/metricslistchainsresponse.md +++ b/chainkit/docs/models/components/metricslistchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { MetricsListChainsResponse } from "@avalanche-sdk/devtools/models/components"; +import { MetricsListChainsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: MetricsListChainsResponse = { chains: [ diff --git a/devtools/docs/models/components/metricsvalue.md b/chainkit/docs/models/components/metricsvalue.md similarity index 97% rename from devtools/docs/models/components/metricsvalue.md rename to chainkit/docs/models/components/metricsvalue.md index 02e18d41..bde122e3 100644 --- a/devtools/docs/models/components/metricsvalue.md +++ b/chainkit/docs/models/components/metricsvalue.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { MetricsValue } from "@avalanche-sdk/devtools/models/components"; +import { MetricsValue } from "@avalanche-sdk/chainkit/models/components"; let value: MetricsValue = { value: 5945.62, diff --git a/devtools/docs/models/components/money.md b/chainkit/docs/models/components/money.md similarity index 95% rename from devtools/docs/models/components/money.md rename to chainkit/docs/models/components/money.md index 0d5f7615..84fcb63b 100644 --- a/devtools/docs/models/components/money.md +++ b/chainkit/docs/models/components/money.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Money } from "@avalanche-sdk/devtools/models/components"; +import { Money } from "@avalanche-sdk/chainkit/models/components"; let value: Money = { currencyCode: "usd", diff --git a/devtools/docs/models/components/nativetokenbalance.md b/chainkit/docs/models/components/nativetokenbalance.md similarity index 99% rename from devtools/docs/models/components/nativetokenbalance.md rename to chainkit/docs/models/components/nativetokenbalance.md index ca326bd1..ee98a064 100644 --- a/devtools/docs/models/components/nativetokenbalance.md +++ b/chainkit/docs/models/components/nativetokenbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NativeTokenBalance } from "@avalanche-sdk/devtools/models/components"; +import { NativeTokenBalance } from "@avalanche-sdk/chainkit/models/components"; let value: NativeTokenBalance = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/nativetransaction.md b/chainkit/docs/models/components/nativetransaction.md similarity index 99% rename from devtools/docs/models/components/nativetransaction.md rename to chainkit/docs/models/components/nativetransaction.md index 3d8e5bfb..dc5f7b65 100644 --- a/devtools/docs/models/components/nativetransaction.md +++ b/chainkit/docs/models/components/nativetransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NativeTransaction } from "@avalanche-sdk/devtools/models/components"; +import { NativeTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: NativeTransaction = { blockNumber: "339", diff --git a/devtools/docs/models/components/network.md b/chainkit/docs/models/components/network.md similarity index 69% rename from devtools/docs/models/components/network.md rename to chainkit/docs/models/components/network.md index 651cd78d..d869d977 100644 --- a/devtools/docs/models/components/network.md +++ b/chainkit/docs/models/components/network.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Network } from "@avalanche-sdk/devtools/models/components"; +import { Network } from "@avalanche-sdk/chainkit/models/components"; let value: Network = "mainnet"; ``` diff --git a/devtools/docs/models/components/networkmetric.md b/chainkit/docs/models/components/networkmetric.md similarity index 77% rename from devtools/docs/models/components/networkmetric.md rename to chainkit/docs/models/components/networkmetric.md index 5303b542..1f5e51c0 100644 --- a/devtools/docs/models/components/networkmetric.md +++ b/chainkit/docs/models/components/networkmetric.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NetworkMetric } from "@avalanche-sdk/devtools/models/components"; +import { NetworkMetric } from "@avalanche-sdk/chainkit/models/components"; let value: NetworkMetric = "validatorCount"; ``` diff --git a/devtools/docs/models/components/networktoken.md b/chainkit/docs/models/components/networktoken.md similarity index 98% rename from devtools/docs/models/components/networktoken.md rename to chainkit/docs/models/components/networktoken.md index d88cd381..dfca0d60 100644 --- a/devtools/docs/models/components/networktoken.md +++ b/chainkit/docs/models/components/networktoken.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NetworkToken } from "@avalanche-sdk/devtools/models/components"; +import { NetworkToken } from "@avalanche-sdk/chainkit/models/components"; let value: NetworkToken = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/networktokendetails.md b/chainkit/docs/models/components/networktokendetails.md similarity index 98% rename from devtools/docs/models/components/networktokendetails.md rename to chainkit/docs/models/components/networktokendetails.md index dee2f0ce..21592736 100644 --- a/devtools/docs/models/components/networktokendetails.md +++ b/chainkit/docs/models/components/networktokendetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NetworkTokenDetails } from "@avalanche-sdk/devtools/models/components"; +import { NetworkTokenDetails } from "@avalanche-sdk/chainkit/models/components"; let value: NetworkTokenDetails = { networkToken: { diff --git a/devtools/docs/models/components/networktokeninfo.md b/chainkit/docs/models/components/networktokeninfo.md similarity index 94% rename from devtools/docs/models/components/networktokeninfo.md rename to chainkit/docs/models/components/networktokeninfo.md index 3ddff544..c9579f15 100644 --- a/devtools/docs/models/components/networktokeninfo.md +++ b/chainkit/docs/models/components/networktokeninfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NetworkTokenInfo } from "@avalanche-sdk/devtools/models/components"; +import { NetworkTokenInfo } from "@avalanche-sdk/chainkit/models/components"; let value: NetworkTokenInfo = { tokenName: "TetherToken", diff --git a/devtools/docs/models/components/networktype.md b/chainkit/docs/models/components/networktype.md similarity index 76% rename from devtools/docs/models/components/networktype.md rename to chainkit/docs/models/components/networktype.md index 110350dc..c0a17cea 100644 --- a/devtools/docs/models/components/networktype.md +++ b/chainkit/docs/models/components/networktype.md @@ -5,7 +5,7 @@ Network on which this blockchain or subnet is created on. ## Example Usage ```typescript -import { NetworkType } from "@avalanche-sdk/devtools/models/components"; +import { NetworkType } from "@avalanche-sdk/chainkit/models/components"; let value: NetworkType = "testnet"; ``` diff --git a/devtools/docs/models/components/nftholdersresponse.md b/chainkit/docs/models/components/nftholdersresponse.md similarity index 98% rename from devtools/docs/models/components/nftholdersresponse.md rename to chainkit/docs/models/components/nftholdersresponse.md index bf295962..3f83d48d 100644 --- a/devtools/docs/models/components/nftholdersresponse.md +++ b/chainkit/docs/models/components/nftholdersresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NftHoldersResponse } from "@avalanche-sdk/devtools/models/components"; +import { NftHoldersResponse } from "@avalanche-sdk/chainkit/models/components"; let value: NftHoldersResponse = { addresses: [ diff --git a/devtools/docs/models/components/nfttokenmetadatastatus.md b/chainkit/docs/models/components/nfttokenmetadatastatus.md similarity index 87% rename from devtools/docs/models/components/nfttokenmetadatastatus.md rename to chainkit/docs/models/components/nfttokenmetadatastatus.md index 31044953..e3a86da0 100644 --- a/devtools/docs/models/components/nfttokenmetadatastatus.md +++ b/chainkit/docs/models/components/nfttokenmetadatastatus.md @@ -5,7 +5,7 @@ The metadata indexing status of the nft. ## Example Usage ```typescript -import { NftTokenMetadataStatus } from "@avalanche-sdk/devtools/models/components"; +import { NftTokenMetadataStatus } from "@avalanche-sdk/chainkit/models/components"; let value: NftTokenMetadataStatus = "UNREACHABLE_TOKEN_URI"; ``` diff --git a/devtools/docs/models/components/operationstatus.md b/chainkit/docs/models/components/operationstatus.md similarity index 75% rename from devtools/docs/models/components/operationstatus.md rename to chainkit/docs/models/components/operationstatus.md index 8a89d2fe..65f6b4d2 100644 --- a/devtools/docs/models/components/operationstatus.md +++ b/chainkit/docs/models/components/operationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { OperationStatus } from "@avalanche-sdk/devtools/models/components"; +import { OperationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: OperationStatus = "COMPLETED"; ``` diff --git a/devtools/docs/models/components/operationstatuscode.md b/chainkit/docs/models/components/operationstatuscode.md similarity index 77% rename from devtools/docs/models/components/operationstatuscode.md rename to chainkit/docs/models/components/operationstatuscode.md index b85858f5..98577a2c 100644 --- a/devtools/docs/models/components/operationstatuscode.md +++ b/chainkit/docs/models/components/operationstatuscode.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { OperationStatusCode } from "@avalanche-sdk/devtools/models/components"; +import { OperationStatusCode } from "@avalanche-sdk/chainkit/models/components"; let value: OperationStatusCode = "ErrInvalidRequest"; ``` diff --git a/devtools/docs/models/components/operationstatusresponse.md b/chainkit/docs/models/components/operationstatusresponse.md similarity index 97% rename from devtools/docs/models/components/operationstatusresponse.md rename to chainkit/docs/models/components/operationstatusresponse.md index 56fd643b..b980c85f 100644 --- a/devtools/docs/models/components/operationstatusresponse.md +++ b/chainkit/docs/models/components/operationstatusresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { OperationStatusResponse } from "@avalanche-sdk/devtools/models/components"; +import { OperationStatusResponse } from "@avalanche-sdk/chainkit/models/components"; let value: OperationStatusResponse = { operationId: "", diff --git a/devtools/docs/models/components/operationstatusresponsemetadata.md b/chainkit/docs/models/components/operationstatusresponsemetadata.md similarity index 100% rename from devtools/docs/models/components/operationstatusresponsemetadata.md rename to chainkit/docs/models/components/operationstatusresponsemetadata.md diff --git a/devtools/docs/models/components/operationtype.md b/chainkit/docs/models/components/operationtype.md similarity index 83% rename from devtools/docs/models/components/operationtype.md rename to chainkit/docs/models/components/operationtype.md index b8a5b191..93d66370 100644 --- a/devtools/docs/models/components/operationtype.md +++ b/chainkit/docs/models/components/operationtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { OperationType } from "@avalanche-sdk/devtools/models/components"; +import { OperationType } from "@avalanche-sdk/chainkit/models/components"; let value: OperationType = "TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING"; ``` diff --git a/devtools/docs/models/components/pchainaddressdetails.md b/chainkit/docs/models/components/pchainaddressdetails.md similarity index 96% rename from devtools/docs/models/components/pchainaddressdetails.md rename to chainkit/docs/models/components/pchainaddressdetails.md index 06cb599b..a4d48c2d 100644 --- a/devtools/docs/models/components/pchainaddressdetails.md +++ b/chainkit/docs/models/components/pchainaddressdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainAddressDetails } from "@avalanche-sdk/devtools/models/components"; +import { PChainAddressDetails } from "@avalanche-sdk/chainkit/models/components"; let value: PChainAddressDetails = { addresses: [ diff --git a/devtools/docs/models/components/pchainbalance.md b/chainkit/docs/models/components/pchainbalance.md similarity index 99% rename from devtools/docs/models/components/pchainbalance.md rename to chainkit/docs/models/components/pchainbalance.md index 3a5d3d2c..a1310d29 100644 --- a/devtools/docs/models/components/pchainbalance.md +++ b/chainkit/docs/models/components/pchainbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainBalance } from "@avalanche-sdk/devtools/models/components"; +import { PChainBalance } from "@avalanche-sdk/chainkit/models/components"; let value: PChainBalance = { unlockedUnstaked: [ diff --git a/devtools/docs/models/components/pchainid.md b/chainkit/docs/models/components/pchainid.md similarity index 72% rename from devtools/docs/models/components/pchainid.md rename to chainkit/docs/models/components/pchainid.md index b25535fc..cba4c836 100644 --- a/devtools/docs/models/components/pchainid.md +++ b/chainkit/docs/models/components/pchainid.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainId } from "@avalanche-sdk/devtools/models/components"; +import { PChainId } from "@avalanche-sdk/chainkit/models/components"; let value: PChainId = "p-chain"; ``` diff --git a/devtools/docs/models/components/pchainlookingglassresponse.md b/chainkit/docs/models/components/pchainlookingglassresponse.md similarity index 96% rename from devtools/docs/models/components/pchainlookingglassresponse.md rename to chainkit/docs/models/components/pchainlookingglassresponse.md index 93984e8b..e8e4d1a2 100644 --- a/devtools/docs/models/components/pchainlookingglassresponse.md +++ b/chainkit/docs/models/components/pchainlookingglassresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainLookingGlassResponse } from "@avalanche-sdk/devtools/models/components"; +import { PChainLookingGlassResponse } from "@avalanche-sdk/chainkit/models/components"; let value: PChainLookingGlassResponse = { addresses: [ diff --git a/devtools/docs/models/components/pchainsharedasset.md b/chainkit/docs/models/components/pchainsharedasset.md similarity index 98% rename from devtools/docs/models/components/pchainsharedasset.md rename to chainkit/docs/models/components/pchainsharedasset.md index ecd0e9d6..c604e2b3 100644 --- a/devtools/docs/models/components/pchainsharedasset.md +++ b/chainkit/docs/models/components/pchainsharedasset.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainSharedAsset } from "@avalanche-sdk/devtools/models/components"; +import { PChainSharedAsset } from "@avalanche-sdk/chainkit/models/components"; let value: PChainSharedAsset = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/pchaintransaction.md b/chainkit/docs/models/components/pchaintransaction.md similarity index 99% rename from devtools/docs/models/components/pchaintransaction.md rename to chainkit/docs/models/components/pchaintransaction.md index 8278f6b1..87338e36 100644 --- a/devtools/docs/models/components/pchaintransaction.md +++ b/chainkit/docs/models/components/pchaintransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainTransaction } from "@avalanche-sdk/devtools/models/components"; +import { PChainTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: PChainTransaction = { txHash: "3P91K6nuDFvDodcRuJTsgdf9SvYe5pMiKk38HppsoeAiEztCP", diff --git a/devtools/docs/models/components/pchaintransactiontype.md b/chainkit/docs/models/components/pchaintransactiontype.md similarity index 90% rename from devtools/docs/models/components/pchaintransactiontype.md rename to chainkit/docs/models/components/pchaintransactiontype.md index 6d87e191..87088fa0 100644 --- a/devtools/docs/models/components/pchaintransactiontype.md +++ b/chainkit/docs/models/components/pchaintransactiontype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainTransactionType } from "@avalanche-sdk/devtools/models/components"; +import { PChainTransactionType } from "@avalanche-sdk/chainkit/models/components"; let value: PChainTransactionType = "AddValidatorTx"; ``` diff --git a/devtools/docs/models/components/pchainutxo.md b/chainkit/docs/models/components/pchainutxo.md similarity index 99% rename from devtools/docs/models/components/pchainutxo.md rename to chainkit/docs/models/components/pchainutxo.md index 37fc3bbe..9cc654d3 100644 --- a/devtools/docs/models/components/pchainutxo.md +++ b/chainkit/docs/models/components/pchainutxo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PChainUtxo } from "@avalanche-sdk/devtools/models/components"; +import { PChainUtxo } from "@avalanche-sdk/chainkit/models/components"; let value: PChainUtxo = { addresses: [ diff --git a/devtools/docs/models/components/pendingdelegatordetails.md b/chainkit/docs/models/components/pendingdelegatordetails.md similarity index 99% rename from devtools/docs/models/components/pendingdelegatordetails.md rename to chainkit/docs/models/components/pendingdelegatordetails.md index 1ac6b763..63d91dcd 100644 --- a/devtools/docs/models/components/pendingdelegatordetails.md +++ b/chainkit/docs/models/components/pendingdelegatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingDelegatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { PendingDelegatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: PendingDelegatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/pendingdelegatordetailsdelegationstatus.md b/chainkit/docs/models/components/pendingdelegatordetailsdelegationstatus.md similarity index 86% rename from devtools/docs/models/components/pendingdelegatordetailsdelegationstatus.md rename to chainkit/docs/models/components/pendingdelegatordetailsdelegationstatus.md index b7f79d32..63444f2d 100644 --- a/devtools/docs/models/components/pendingdelegatordetailsdelegationstatus.md +++ b/chainkit/docs/models/components/pendingdelegatordetailsdelegationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingDelegatorDetailsDelegationStatus } from "@avalanche-sdk/devtools/models/components"; +import { PendingDelegatorDetailsDelegationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: PendingDelegatorDetailsDelegationStatus = "pending"; ``` diff --git a/devtools/docs/models/components/pendingicmmessage.md b/chainkit/docs/models/components/pendingicmmessage.md similarity index 99% rename from devtools/docs/models/components/pendingicmmessage.md rename to chainkit/docs/models/components/pendingicmmessage.md index 6a49fe57..a8c4a4e5 100644 --- a/devtools/docs/models/components/pendingicmmessage.md +++ b/chainkit/docs/models/components/pendingicmmessage.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingIcmMessage } from "@avalanche-sdk/devtools/models/components"; +import { PendingIcmMessage } from "@avalanche-sdk/chainkit/models/components"; let value: PendingIcmMessage = { messageId: "", diff --git a/devtools/docs/models/components/pendingicmmessagestatus.md b/chainkit/docs/models/components/pendingicmmessagestatus.md similarity index 72% rename from devtools/docs/models/components/pendingicmmessagestatus.md rename to chainkit/docs/models/components/pendingicmmessagestatus.md index d1eb5776..5a86a325 100644 --- a/devtools/docs/models/components/pendingicmmessagestatus.md +++ b/chainkit/docs/models/components/pendingicmmessagestatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingIcmMessageStatus } from "@avalanche-sdk/devtools/models/components"; +import { PendingIcmMessageStatus } from "@avalanche-sdk/chainkit/models/components"; let value: PendingIcmMessageStatus = "pending"; ``` diff --git a/devtools/docs/models/components/pendingreward.md b/chainkit/docs/models/components/pendingreward.md similarity index 98% rename from devtools/docs/models/components/pendingreward.md rename to chainkit/docs/models/components/pendingreward.md index 0e7981c6..1ed72640 100644 --- a/devtools/docs/models/components/pendingreward.md +++ b/chainkit/docs/models/components/pendingreward.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingReward } from "@avalanche-sdk/devtools/models/components"; +import { PendingReward } from "@avalanche-sdk/chainkit/models/components"; let value: PendingReward = { addresses: [ diff --git a/devtools/docs/models/components/pendingteleportermessage.md b/chainkit/docs/models/components/pendingteleportermessage.md similarity index 99% rename from devtools/docs/models/components/pendingteleportermessage.md rename to chainkit/docs/models/components/pendingteleportermessage.md index 7fdd2e03..a0116603 100644 --- a/devtools/docs/models/components/pendingteleportermessage.md +++ b/chainkit/docs/models/components/pendingteleportermessage.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingTeleporterMessage } from "@avalanche-sdk/devtools/models/components"; +import { PendingTeleporterMessage } from "@avalanche-sdk/chainkit/models/components"; let value: PendingTeleporterMessage = { messageId: "", diff --git a/devtools/docs/models/components/pendingteleportermessagestatus.md b/chainkit/docs/models/components/pendingteleportermessagestatus.md similarity index 64% rename from devtools/docs/models/components/pendingteleportermessagestatus.md rename to chainkit/docs/models/components/pendingteleportermessagestatus.md index 8d31bad4..ef766a41 100644 --- a/devtools/docs/models/components/pendingteleportermessagestatus.md +++ b/chainkit/docs/models/components/pendingteleportermessagestatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingTeleporterMessageStatus } from "@avalanche-sdk/devtools/models/components"; +import { PendingTeleporterMessageStatus } from "@avalanche-sdk/chainkit/models/components"; let value: PendingTeleporterMessageStatus = "pending"; ``` diff --git a/devtools/docs/models/components/pendingvalidatordetails.md b/chainkit/docs/models/components/pendingvalidatordetails.md similarity index 98% rename from devtools/docs/models/components/pendingvalidatordetails.md rename to chainkit/docs/models/components/pendingvalidatordetails.md index 4f35dab3..a5de9ab1 100644 --- a/devtools/docs/models/components/pendingvalidatordetails.md +++ b/chainkit/docs/models/components/pendingvalidatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingValidatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { PendingValidatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: PendingValidatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/pendingvalidatordetailsvalidationstatus.md b/chainkit/docs/models/components/pendingvalidatordetailsvalidationstatus.md similarity index 86% rename from devtools/docs/models/components/pendingvalidatordetailsvalidationstatus.md rename to chainkit/docs/models/components/pendingvalidatordetailsvalidationstatus.md index eb547c4b..e20c323f 100644 --- a/devtools/docs/models/components/pendingvalidatordetailsvalidationstatus.md +++ b/chainkit/docs/models/components/pendingvalidatordetailsvalidationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PendingValidatorDetailsValidationStatus } from "@avalanche-sdk/devtools/models/components"; +import { PendingValidatorDetailsValidationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: PendingValidatorDetailsValidationStatus = "pending"; ``` diff --git a/devtools/docs/models/components/platformaddressactivitykeytype.md b/chainkit/docs/models/components/platformaddressactivitykeytype.md similarity index 71% rename from devtools/docs/models/components/platformaddressactivitykeytype.md rename to chainkit/docs/models/components/platformaddressactivitykeytype.md index b1126c2b..479440d4 100644 --- a/devtools/docs/models/components/platformaddressactivitykeytype.md +++ b/chainkit/docs/models/components/platformaddressactivitykeytype.md @@ -5,7 +5,7 @@ The type of key to monitor for the address activity event type. ## Example Usage ```typescript -import { PlatformAddressActivityKeyType } from "@avalanche-sdk/devtools/models/components"; +import { PlatformAddressActivityKeyType } from "@avalanche-sdk/chainkit/models/components"; let value: PlatformAddressActivityKeyType = "addresses"; ``` diff --git a/devtools/docs/models/components/pricingproviders.md b/chainkit/docs/models/components/pricingproviders.md similarity index 85% rename from devtools/docs/models/components/pricingproviders.md rename to chainkit/docs/models/components/pricingproviders.md index 2ca0e73a..050bc3e2 100644 --- a/devtools/docs/models/components/pricingproviders.md +++ b/chainkit/docs/models/components/pricingproviders.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PricingProviders } from "@avalanche-sdk/devtools/models/components"; +import { PricingProviders } from "@avalanche-sdk/chainkit/models/components"; let value: PricingProviders = {}; ``` diff --git a/devtools/docs/models/components/primarynetworkaddressactivityeventtype.md b/chainkit/docs/models/components/primarynetworkaddressactivityeventtype.md similarity index 89% rename from devtools/docs/models/components/primarynetworkaddressactivityeventtype.md rename to chainkit/docs/models/components/primarynetworkaddressactivityeventtype.md index 60329dcd..7d35e788 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivityeventtype.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivityeventtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkAddressActivityEventType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivityEventType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivityEventType = "primary_network_address_activity"; diff --git a/devtools/docs/models/components/primarynetworkaddressactivitymetadata.md b/chainkit/docs/models/components/primarynetworkaddressactivitymetadata.md similarity index 99% rename from devtools/docs/models/components/primarynetworkaddressactivitymetadata.md rename to chainkit/docs/models/components/primarynetworkaddressactivitymetadata.md index e24f2d3e..b9f59659 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivitymetadata.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivitymetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkAddressActivityMetadata } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivityMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivityMetadata = { eventSignatures: [ diff --git a/devtools/docs/models/components/primarynetworkaddressactivityrequest.md b/chainkit/docs/models/components/primarynetworkaddressactivityrequest.md similarity index 99% rename from devtools/docs/models/components/primarynetworkaddressactivityrequest.md rename to chainkit/docs/models/components/primarynetworkaddressactivityrequest.md index 5843bcd3..8bc416b7 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivityrequest.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivityrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkAddressActivityRequest } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivityRequest } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivityRequest = { eventType: "primary_network_address_activity", diff --git a/devtools/docs/models/components/primarynetworkaddressactivityrequesteventtype.md b/chainkit/docs/models/components/primarynetworkaddressactivityrequesteventtype.md similarity index 87% rename from devtools/docs/models/components/primarynetworkaddressactivityrequesteventtype.md rename to chainkit/docs/models/components/primarynetworkaddressactivityrequesteventtype.md index 5eea53a9..666ff4de 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivityrequesteventtype.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivityrequesteventtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkAddressActivityRequestEventType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivityRequestEventType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivityRequestEventType = "primary_network_address_activity"; diff --git a/devtools/docs/models/components/primarynetworkaddressactivityrequestmetadata.md b/chainkit/docs/models/components/primarynetworkaddressactivityrequestmetadata.md similarity index 100% rename from devtools/docs/models/components/primarynetworkaddressactivityrequestmetadata.md rename to chainkit/docs/models/components/primarynetworkaddressactivityrequestmetadata.md diff --git a/devtools/docs/models/components/primarynetworkaddressactivityresponse.md b/chainkit/docs/models/components/primarynetworkaddressactivityresponse.md similarity index 99% rename from devtools/docs/models/components/primarynetworkaddressactivityresponse.md rename to chainkit/docs/models/components/primarynetworkaddressactivityresponse.md index 4d2dcdab..a03aa245 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivityresponse.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivityresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkAddressActivityResponse } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivityResponse } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivityResponse = { id: "", diff --git a/devtools/docs/models/components/primarynetworkaddressactivitysubevents.md b/chainkit/docs/models/components/primarynetworkaddressactivitysubevents.md similarity index 98% rename from devtools/docs/models/components/primarynetworkaddressactivitysubevents.md rename to chainkit/docs/models/components/primarynetworkaddressactivitysubevents.md index 4adeb2f5..747738f3 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivitysubevents.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivitysubevents.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkAddressActivitySubEvents } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivitySubEvents } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivitySubEvents = { addressActivitySubEvents: [ diff --git a/devtools/docs/models/components/primarynetworkaddressactivitysubeventtype.md b/chainkit/docs/models/components/primarynetworkaddressactivitysubeventtype.md similarity index 90% rename from devtools/docs/models/components/primarynetworkaddressactivitysubeventtype.md rename to chainkit/docs/models/components/primarynetworkaddressactivitysubeventtype.md index 8a44cf6a..a6a74f04 100644 --- a/devtools/docs/models/components/primarynetworkaddressactivitysubeventtype.md +++ b/chainkit/docs/models/components/primarynetworkaddressactivitysubeventtype.md @@ -5,7 +5,7 @@ Array of address activity sub-event types ## Example Usage ```typescript -import { PrimaryNetworkAddressActivitySubEventType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAddressActivitySubEventType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAddressActivitySubEventType = "reward_distribution"; ``` diff --git a/devtools/docs/models/components/primarynetworkassetcap.md b/chainkit/docs/models/components/primarynetworkassetcap.md similarity index 78% rename from devtools/docs/models/components/primarynetworkassetcap.md rename to chainkit/docs/models/components/primarynetworkassetcap.md index 9ef4b340..6f7d17c7 100644 --- a/devtools/docs/models/components/primarynetworkassetcap.md +++ b/chainkit/docs/models/components/primarynetworkassetcap.md @@ -5,7 +5,7 @@ Cap represents if an asset is a variable or fixed cap asset. ## Example Usage ```typescript -import { PrimaryNetworkAssetCap } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAssetCap } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAssetCap = "fixed"; ``` diff --git a/devtools/docs/models/components/primarynetworkassettype.md b/chainkit/docs/models/components/primarynetworkassettype.md similarity index 77% rename from devtools/docs/models/components/primarynetworkassettype.md rename to chainkit/docs/models/components/primarynetworkassettype.md index c931b74f..5945ebed 100644 --- a/devtools/docs/models/components/primarynetworkassettype.md +++ b/chainkit/docs/models/components/primarynetworkassettype.md @@ -5,7 +5,7 @@ Type of asset like SECP256K1 or NFT. ## Example Usage ```typescript -import { PrimaryNetworkAssetType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkAssetType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkAssetType = "nft"; ``` diff --git a/devtools/docs/models/components/primarynetworkbalancethresholdfilter.md b/chainkit/docs/models/components/primarynetworkbalancethresholdfilter.md similarity index 97% rename from devtools/docs/models/components/primarynetworkbalancethresholdfilter.md rename to chainkit/docs/models/components/primarynetworkbalancethresholdfilter.md index 951e344e..464e4dc4 100644 --- a/devtools/docs/models/components/primarynetworkbalancethresholdfilter.md +++ b/chainkit/docs/models/components/primarynetworkbalancethresholdfilter.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkBalanceThresholdFilter } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkBalanceThresholdFilter } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkBalanceThresholdFilter = { balanceType: "unlockedStaked", diff --git a/devtools/docs/models/components/primarynetworkblock.md b/chainkit/docs/models/components/primarynetworkblock.md similarity index 98% rename from devtools/docs/models/components/primarynetworkblock.md rename to chainkit/docs/models/components/primarynetworkblock.md index be686537..20e28803 100644 --- a/devtools/docs/models/components/primarynetworkblock.md +++ b/chainkit/docs/models/components/primarynetworkblock.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkBlock } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkBlock } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkBlock = { blockNumber: "", diff --git a/devtools/docs/models/components/primarynetworkchaininfo.md b/chainkit/docs/models/components/primarynetworkchaininfo.md similarity index 96% rename from devtools/docs/models/components/primarynetworkchaininfo.md rename to chainkit/docs/models/components/primarynetworkchaininfo.md index d7cd2c61..29235327 100644 --- a/devtools/docs/models/components/primarynetworkchaininfo.md +++ b/chainkit/docs/models/components/primarynetworkchaininfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkChainInfo } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkChainInfo } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkChainInfo = { chainName: "c-chain", diff --git a/devtools/docs/models/components/primarynetworkchainname.md b/chainkit/docs/models/components/primarynetworkchainname.md similarity index 75% rename from devtools/docs/models/components/primarynetworkchainname.md rename to chainkit/docs/models/components/primarynetworkchainname.md index 32344665..b26596e7 100644 --- a/devtools/docs/models/components/primarynetworkchainname.md +++ b/chainkit/docs/models/components/primarynetworkchainname.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkChainName } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkChainName } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkChainName = "x-chain"; ``` diff --git a/devtools/docs/models/components/primarynetworkoperationtype.md b/chainkit/docs/models/components/primarynetworkoperationtype.md similarity index 77% rename from devtools/docs/models/components/primarynetworkoperationtype.md rename to chainkit/docs/models/components/primarynetworkoperationtype.md index c0262986..7f89814b 100644 --- a/devtools/docs/models/components/primarynetworkoperationtype.md +++ b/chainkit/docs/models/components/primarynetworkoperationtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkOperationType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkOperationType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkOperationType = "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE"; diff --git a/devtools/docs/models/components/primarynetworkoptions.md b/chainkit/docs/models/components/primarynetworkoptions.md similarity index 96% rename from devtools/docs/models/components/primarynetworkoptions.md rename to chainkit/docs/models/components/primarynetworkoptions.md index 290ada19..9a8b7ec5 100644 --- a/devtools/docs/models/components/primarynetworkoptions.md +++ b/chainkit/docs/models/components/primarynetworkoptions.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkOptions } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkOptions } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkOptions = { includeChains: [ diff --git a/devtools/docs/models/components/primarynetworktxtype.md b/chainkit/docs/models/components/primarynetworktxtype.md similarity index 91% rename from devtools/docs/models/components/primarynetworktxtype.md rename to chainkit/docs/models/components/primarynetworktxtype.md index 6e5871de..eda037aa 100644 --- a/devtools/docs/models/components/primarynetworktxtype.md +++ b/chainkit/docs/models/components/primarynetworktxtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkTxType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkTxType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkTxType = "AdvanceTimeTx"; ``` diff --git a/devtools/docs/models/components/primarynetworktype.md b/chainkit/docs/models/components/primarynetworktype.md similarity index 71% rename from devtools/docs/models/components/primarynetworktype.md rename to chainkit/docs/models/components/primarynetworktype.md index 2436c250..60652ec6 100644 --- a/devtools/docs/models/components/primarynetworktype.md +++ b/chainkit/docs/models/components/primarynetworktype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { PrimaryNetworkType } from "@avalanche-sdk/devtools/models/components"; +import { PrimaryNetworkType } from "@avalanche-sdk/chainkit/models/components"; let value: PrimaryNetworkType = "fuji"; ``` diff --git a/devtools/docs/models/components/proposerdetails.md b/chainkit/docs/models/components/proposerdetails.md similarity index 92% rename from devtools/docs/models/components/proposerdetails.md rename to chainkit/docs/models/components/proposerdetails.md index 858d50fd..0732d7e3 100644 --- a/devtools/docs/models/components/proposerdetails.md +++ b/chainkit/docs/models/components/proposerdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ProposerDetails } from "@avalanche-sdk/devtools/models/components"; +import { ProposerDetails } from "@avalanche-sdk/chainkit/models/components"; let value: ProposerDetails = {}; ``` diff --git a/devtools/docs/models/components/removedvalidatordetails.md b/chainkit/docs/models/components/removedvalidatordetails.md similarity index 99% rename from devtools/docs/models/components/removedvalidatordetails.md rename to chainkit/docs/models/components/removedvalidatordetails.md index 47e6ff09..c3d1eff2 100644 --- a/devtools/docs/models/components/removedvalidatordetails.md +++ b/chainkit/docs/models/components/removedvalidatordetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RemovedValidatorDetails } from "@avalanche-sdk/devtools/models/components"; +import { RemovedValidatorDetails } from "@avalanche-sdk/chainkit/models/components"; let value: RemovedValidatorDetails = { txHash: "", diff --git a/devtools/docs/models/components/removedvalidatordetailsvalidationstatus.md b/chainkit/docs/models/components/removedvalidatordetailsvalidationstatus.md similarity index 86% rename from devtools/docs/models/components/removedvalidatordetailsvalidationstatus.md rename to chainkit/docs/models/components/removedvalidatordetailsvalidationstatus.md index ff46a13e..7489aea1 100644 --- a/devtools/docs/models/components/removedvalidatordetailsvalidationstatus.md +++ b/chainkit/docs/models/components/removedvalidatordetailsvalidationstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RemovedValidatorDetailsValidationStatus } from "@avalanche-sdk/devtools/models/components"; +import { RemovedValidatorDetailsValidationStatus } from "@avalanche-sdk/chainkit/models/components"; let value: RemovedValidatorDetailsValidationStatus = "removed"; ``` diff --git a/devtools/docs/models/components/requesttype.md b/chainkit/docs/models/components/requesttype.md similarity index 73% rename from devtools/docs/models/components/requesttype.md rename to chainkit/docs/models/components/requesttype.md index ef15aacf..21151fcc 100644 --- a/devtools/docs/models/components/requesttype.md +++ b/chainkit/docs/models/components/requesttype.md @@ -5,7 +5,7 @@ The type of request made by the client. ## Example Usage ```typescript -import { RequestType } from "@avalanche-sdk/devtools/models/components"; +import { RequestType } from "@avalanche-sdk/chainkit/models/components"; let value: RequestType = "data"; ``` diff --git a/devtools/docs/models/components/resourcelink.md b/chainkit/docs/models/components/resourcelink.md similarity index 95% rename from devtools/docs/models/components/resourcelink.md rename to chainkit/docs/models/components/resourcelink.md index 0041e127..74382349 100644 --- a/devtools/docs/models/components/resourcelink.md +++ b/chainkit/docs/models/components/resourcelink.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ResourceLink } from "@avalanche-sdk/devtools/models/components"; +import { ResourceLink } from "@avalanche-sdk/chainkit/models/components"; let value: ResourceLink = { type: "Twitter", diff --git a/devtools/docs/models/components/resourcelinktype.md b/chainkit/docs/models/components/resourcelinktype.md similarity index 85% rename from devtools/docs/models/components/resourcelinktype.md rename to chainkit/docs/models/components/resourcelinktype.md index 24ee0df5..6ed7f8cf 100644 --- a/devtools/docs/models/components/resourcelinktype.md +++ b/chainkit/docs/models/components/resourcelinktype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ResourceLinkType } from "@avalanche-sdk/devtools/models/components"; +import { ResourceLinkType } from "@avalanche-sdk/chainkit/models/components"; let value: ResourceLinkType = "Telegram"; ``` diff --git a/devtools/docs/models/components/rewards.md b/chainkit/docs/models/components/rewards.md similarity index 92% rename from devtools/docs/models/components/rewards.md rename to chainkit/docs/models/components/rewards.md index 9b9a41f5..1b1c5f52 100644 --- a/devtools/docs/models/components/rewards.md +++ b/chainkit/docs/models/components/rewards.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Rewards } from "@avalanche-sdk/devtools/models/components"; +import { Rewards } from "@avalanche-sdk/chainkit/models/components"; let value: Rewards = { validationRewardAmount: "", diff --git a/devtools/docs/models/components/rewardtype.md b/chainkit/docs/models/components/rewardtype.md similarity index 72% rename from devtools/docs/models/components/rewardtype.md rename to chainkit/docs/models/components/rewardtype.md index c4e59f03..ca85d065 100644 --- a/devtools/docs/models/components/rewardtype.md +++ b/chainkit/docs/models/components/rewardtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RewardType } from "@avalanche-sdk/devtools/models/components"; +import { RewardType } from "@avalanche-sdk/chainkit/models/components"; let value: RewardType = "VALIDATOR_FEE"; ``` diff --git a/devtools/docs/models/components/richaddress.md b/chainkit/docs/models/components/richaddress.md similarity index 98% rename from devtools/docs/models/components/richaddress.md rename to chainkit/docs/models/components/richaddress.md index 6f51b837..875303cd 100644 --- a/devtools/docs/models/components/richaddress.md +++ b/chainkit/docs/models/components/richaddress.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RichAddress } from "@avalanche-sdk/devtools/models/components"; +import { RichAddress } from "@avalanche-sdk/chainkit/models/components"; let value: RichAddress = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/rollingwindowmetricsapiresponse.md b/chainkit/docs/models/components/rollingwindowmetricsapiresponse.md similarity index 98% rename from devtools/docs/models/components/rollingwindowmetricsapiresponse.md rename to chainkit/docs/models/components/rollingwindowmetricsapiresponse.md index 760a3a05..c7ee17ba 100644 --- a/devtools/docs/models/components/rollingwindowmetricsapiresponse.md +++ b/chainkit/docs/models/components/rollingwindowmetricsapiresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RollingWindowMetricsApiResponse } from "@avalanche-sdk/devtools/models/components"; +import { RollingWindowMetricsApiResponse } from "@avalanche-sdk/chainkit/models/components"; let value: RollingWindowMetricsApiResponse = { result: { diff --git a/devtools/docs/models/components/rpcmetrics.md b/chainkit/docs/models/components/rpcmetrics.md similarity index 96% rename from devtools/docs/models/components/rpcmetrics.md rename to chainkit/docs/models/components/rpcmetrics.md index cbb0ae3e..d6195cbe 100644 --- a/devtools/docs/models/components/rpcmetrics.md +++ b/chainkit/docs/models/components/rpcmetrics.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RpcMetrics } from "@avalanche-sdk/devtools/models/components"; +import { RpcMetrics } from "@avalanche-sdk/chainkit/models/components"; let value: RpcMetrics = { timestamp: 1158.29, diff --git a/devtools/docs/models/components/rpcusagemetricsgroupbyenum.md b/chainkit/docs/models/components/rpcusagemetricsgroupbyenum.md similarity index 69% rename from devtools/docs/models/components/rpcusagemetricsgroupbyenum.md rename to chainkit/docs/models/components/rpcusagemetricsgroupbyenum.md index d13f5bb6..0fabdea5 100644 --- a/devtools/docs/models/components/rpcusagemetricsgroupbyenum.md +++ b/chainkit/docs/models/components/rpcusagemetricsgroupbyenum.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RpcUsageMetricsGroupByEnum } from "@avalanche-sdk/devtools/models/components"; +import { RpcUsageMetricsGroupByEnum } from "@avalanche-sdk/chainkit/models/components"; let value: RpcUsageMetricsGroupByEnum = "rpcMethod"; ``` diff --git a/devtools/docs/models/components/rpcusagemetricsvalueaggregated.md b/chainkit/docs/models/components/rpcusagemetricsvalueaggregated.md similarity index 98% rename from devtools/docs/models/components/rpcusagemetricsvalueaggregated.md rename to chainkit/docs/models/components/rpcusagemetricsvalueaggregated.md index 0cc43163..359a04d4 100644 --- a/devtools/docs/models/components/rpcusagemetricsvalueaggregated.md +++ b/chainkit/docs/models/components/rpcusagemetricsvalueaggregated.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RpcUsageMetricsValueAggregated } from "@avalanche-sdk/devtools/models/components"; +import { RpcUsageMetricsValueAggregated } from "@avalanche-sdk/chainkit/models/components"; let value: RpcUsageMetricsValueAggregated = { totalRequests: 5754.46, diff --git a/devtools/docs/models/components/rpcusagemetricsvalueaggregatedgroupedby.md b/chainkit/docs/models/components/rpcusagemetricsvalueaggregatedgroupedby.md similarity index 91% rename from devtools/docs/models/components/rpcusagemetricsvalueaggregatedgroupedby.md rename to chainkit/docs/models/components/rpcusagemetricsvalueaggregatedgroupedby.md index 960bda2a..d7eea94f 100644 --- a/devtools/docs/models/components/rpcusagemetricsvalueaggregatedgroupedby.md +++ b/chainkit/docs/models/components/rpcusagemetricsvalueaggregatedgroupedby.md @@ -5,7 +5,7 @@ Column name used for data aggregation ## Example Usage ```typescript -import { RpcUsageMetricsValueAggregatedGroupedBy } from "@avalanche-sdk/devtools/models/components"; +import { RpcUsageMetricsValueAggregatedGroupedBy } from "@avalanche-sdk/chainkit/models/components"; let value: RpcUsageMetricsValueAggregatedGroupedBy = "rlBypassToken"; ``` diff --git a/devtools/docs/models/components/rpcusagemetricsvalueaggregatedgroupvalue.md b/chainkit/docs/models/components/rpcusagemetricsvalueaggregatedgroupvalue.md similarity index 100% rename from devtools/docs/models/components/rpcusagemetricsvalueaggregatedgroupvalue.md rename to chainkit/docs/models/components/rpcusagemetricsvalueaggregatedgroupvalue.md diff --git a/devtools/docs/models/components/security.md b/chainkit/docs/models/components/security.md similarity index 84% rename from devtools/docs/models/components/security.md rename to chainkit/docs/models/components/security.md index dfcc1812..e2d19ab8 100644 --- a/devtools/docs/models/components/security.md +++ b/chainkit/docs/models/components/security.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Security } from "@avalanche-sdk/devtools/models/components"; +import { Security } from "@avalanche-sdk/chainkit/models/components"; let value: Security = {}; ``` diff --git a/devtools/docs/models/components/sharedsecretsresponse.md b/chainkit/docs/models/components/sharedsecretsresponse.md similarity index 86% rename from devtools/docs/models/components/sharedsecretsresponse.md rename to chainkit/docs/models/components/sharedsecretsresponse.md index 2f86185b..5c1c4ca7 100644 --- a/devtools/docs/models/components/sharedsecretsresponse.md +++ b/chainkit/docs/models/components/sharedsecretsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SharedSecretsResponse } from "@avalanche-sdk/devtools/models/components"; +import { SharedSecretsResponse } from "@avalanche-sdk/chainkit/models/components"; let value: SharedSecretsResponse = { secret: "", diff --git a/devtools/docs/models/components/signatureaggregationresponse.md b/chainkit/docs/models/components/signatureaggregationresponse.md similarity index 99% rename from devtools/docs/models/components/signatureaggregationresponse.md rename to chainkit/docs/models/components/signatureaggregationresponse.md index 41354277..4e5219a6 100644 --- a/devtools/docs/models/components/signatureaggregationresponse.md +++ b/chainkit/docs/models/components/signatureaggregationresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SignatureAggregationResponse } from "@avalanche-sdk/devtools/models/components"; +import { SignatureAggregationResponse } from "@avalanche-sdk/chainkit/models/components"; let value: SignatureAggregationResponse = { signedMessage: diff --git a/devtools/docs/models/components/signatureaggregatorrequest.md b/chainkit/docs/models/components/signatureaggregatorrequest.md similarity index 99% rename from devtools/docs/models/components/signatureaggregatorrequest.md rename to chainkit/docs/models/components/signatureaggregatorrequest.md index b8cb580d..4372036f 100644 --- a/devtools/docs/models/components/signatureaggregatorrequest.md +++ b/chainkit/docs/models/components/signatureaggregatorrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SignatureAggregatorRequest } from "@avalanche-sdk/devtools/models/components"; +import { SignatureAggregatorRequest } from "@avalanche-sdk/chainkit/models/components"; let value: SignatureAggregatorRequest = { message: diff --git a/devtools/docs/models/components/sortbyoption.md b/chainkit/docs/models/components/sortbyoption.md similarity index 78% rename from devtools/docs/models/components/sortbyoption.md rename to chainkit/docs/models/components/sortbyoption.md index a2b1e23d..b35dfa19 100644 --- a/devtools/docs/models/components/sortbyoption.md +++ b/chainkit/docs/models/components/sortbyoption.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SortByOption } from "@avalanche-sdk/devtools/models/components"; +import { SortByOption } from "@avalanche-sdk/chainkit/models/components"; let value: SortByOption = "delegationCapacity"; ``` diff --git a/devtools/docs/models/components/sortorder.md b/chainkit/docs/models/components/sortorder.md similarity index 67% rename from devtools/docs/models/components/sortorder.md rename to chainkit/docs/models/components/sortorder.md index aa5c7a38..7e8beb40 100644 --- a/devtools/docs/models/components/sortorder.md +++ b/chainkit/docs/models/components/sortorder.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SortOrder } from "@avalanche-sdk/devtools/models/components"; +import { SortOrder } from "@avalanche-sdk/chainkit/models/components"; let value: SortOrder = "asc"; ``` diff --git a/devtools/docs/models/components/stakingdistribution.md b/chainkit/docs/models/components/stakingdistribution.md similarity index 95% rename from devtools/docs/models/components/stakingdistribution.md rename to chainkit/docs/models/components/stakingdistribution.md index f4f302ce..170a05ea 100644 --- a/devtools/docs/models/components/stakingdistribution.md +++ b/chainkit/docs/models/components/stakingdistribution.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { StakingDistribution } from "@avalanche-sdk/devtools/models/components"; +import { StakingDistribution } from "@avalanche-sdk/chainkit/models/components"; let value: StakingDistribution = { version: "", diff --git a/devtools/docs/models/components/subnet.md b/chainkit/docs/models/components/subnet.md similarity index 99% rename from devtools/docs/models/components/subnet.md rename to chainkit/docs/models/components/subnet.md index 67c6e982..80fa63b8 100644 --- a/devtools/docs/models/components/subnet.md +++ b/chainkit/docs/models/components/subnet.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Subnet } from "@avalanche-sdk/devtools/models/components"; +import { Subnet } from "@avalanche-sdk/chainkit/models/components"; let value: Subnet = { createBlockTimestamp: 1836.04, diff --git a/devtools/docs/models/components/subnetownershipinfo.md b/chainkit/docs/models/components/subnetownershipinfo.md similarity index 97% rename from devtools/docs/models/components/subnetownershipinfo.md rename to chainkit/docs/models/components/subnetownershipinfo.md index 7a0c7c30..813b94ff 100644 --- a/devtools/docs/models/components/subnetownershipinfo.md +++ b/chainkit/docs/models/components/subnetownershipinfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SubnetOwnershipInfo } from "@avalanche-sdk/devtools/models/components"; +import { SubnetOwnershipInfo } from "@avalanche-sdk/chainkit/models/components"; let value: SubnetOwnershipInfo = { locktime: 0, diff --git a/devtools/docs/models/components/subnetrpctimeintervalgranularity.md b/chainkit/docs/models/components/subnetrpctimeintervalgranularity.md similarity index 89% rename from devtools/docs/models/components/subnetrpctimeintervalgranularity.md rename to chainkit/docs/models/components/subnetrpctimeintervalgranularity.md index 0f9499fc..f17f5802 100644 --- a/devtools/docs/models/components/subnetrpctimeintervalgranularity.md +++ b/chainkit/docs/models/components/subnetrpctimeintervalgranularity.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SubnetRpcTimeIntervalGranularity } from "@avalanche-sdk/devtools/models/components"; +import { SubnetRpcTimeIntervalGranularity } from "@avalanche-sdk/chainkit/models/components"; let value: SubnetRpcTimeIntervalGranularity = "daily"; ``` diff --git a/devtools/docs/models/components/subnetrpcusagemetricsresponsedto.md b/chainkit/docs/models/components/subnetrpcusagemetricsresponsedto.md similarity index 98% rename from devtools/docs/models/components/subnetrpcusagemetricsresponsedto.md rename to chainkit/docs/models/components/subnetrpcusagemetricsresponsedto.md index 149e19d2..4172119b 100644 --- a/devtools/docs/models/components/subnetrpcusagemetricsresponsedto.md +++ b/chainkit/docs/models/components/subnetrpcusagemetricsresponsedto.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SubnetRpcUsageMetricsResponseDTO } from "@avalanche-sdk/devtools/models/components"; +import { SubnetRpcUsageMetricsResponseDTO } from "@avalanche-sdk/chainkit/models/components"; let value: SubnetRpcUsageMetricsResponseDTO = { aggregateDuration: "", diff --git a/devtools/docs/models/components/teleporterchainmetricsapiresponse.md b/chainkit/docs/models/components/teleporterchainmetricsapiresponse.md similarity index 97% rename from devtools/docs/models/components/teleporterchainmetricsapiresponse.md rename to chainkit/docs/models/components/teleporterchainmetricsapiresponse.md index 9ec132d1..a909bdd9 100644 --- a/devtools/docs/models/components/teleporterchainmetricsapiresponse.md +++ b/chainkit/docs/models/components/teleporterchainmetricsapiresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterChainMetricsApiResponse } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterChainMetricsApiResponse } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterChainMetricsApiResponse = { result: { diff --git a/devtools/docs/models/components/teleporterdestinationtransaction.md b/chainkit/docs/models/components/teleporterdestinationtransaction.md similarity index 96% rename from devtools/docs/models/components/teleporterdestinationtransaction.md rename to chainkit/docs/models/components/teleporterdestinationtransaction.md index c066fdea..f9132753 100644 --- a/devtools/docs/models/components/teleporterdestinationtransaction.md +++ b/chainkit/docs/models/components/teleporterdestinationtransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterDestinationTransaction } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterDestinationTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterDestinationTransaction = { txHash: "", diff --git a/devtools/docs/models/components/teleportermessageinfo.md b/chainkit/docs/models/components/teleportermessageinfo.md similarity index 97% rename from devtools/docs/models/components/teleportermessageinfo.md rename to chainkit/docs/models/components/teleportermessageinfo.md index b75577f4..4d7927ab 100644 --- a/devtools/docs/models/components/teleportermessageinfo.md +++ b/chainkit/docs/models/components/teleportermessageinfo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterMessageInfo } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterMessageInfo } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterMessageInfo = { teleporterMessageId: "", diff --git a/devtools/docs/models/components/teleportermetric.md b/chainkit/docs/models/components/teleportermetric.md similarity index 79% rename from devtools/docs/models/components/teleportermetric.md rename to chainkit/docs/models/components/teleportermetric.md index d3000976..55cd75b2 100644 --- a/devtools/docs/models/components/teleportermetric.md +++ b/chainkit/docs/models/components/teleportermetric.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterMetric } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterMetric } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterMetric = "teleporterSourceTxnCount"; ``` diff --git a/devtools/docs/models/components/teleportermetricsvalue.md b/chainkit/docs/models/components/teleportermetricsvalue.md similarity index 91% rename from devtools/docs/models/components/teleportermetricsvalue.md rename to chainkit/docs/models/components/teleportermetricsvalue.md index 768b53f5..c1d9d9fc 100644 --- a/devtools/docs/models/components/teleportermetricsvalue.md +++ b/chainkit/docs/models/components/teleportermetricsvalue.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterMetricsValue } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterMetricsValue } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterMetricsValue = { value: 6365.16, diff --git a/devtools/docs/models/components/teleporterreceipt.md b/chainkit/docs/models/components/teleporterreceipt.md similarity index 90% rename from devtools/docs/models/components/teleporterreceipt.md rename to chainkit/docs/models/components/teleporterreceipt.md index e6f3a463..6b39bbd7 100644 --- a/devtools/docs/models/components/teleporterreceipt.md +++ b/chainkit/docs/models/components/teleporterreceipt.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterReceipt } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterReceipt } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterReceipt = { receivedMessageNonce: "", diff --git a/devtools/docs/models/components/teleporterrewarddetails.md b/chainkit/docs/models/components/teleporterrewarddetails.md similarity index 99% rename from devtools/docs/models/components/teleporterrewarddetails.md rename to chainkit/docs/models/components/teleporterrewarddetails.md index a09c7d53..cca2d2fe 100644 --- a/devtools/docs/models/components/teleporterrewarddetails.md +++ b/chainkit/docs/models/components/teleporterrewarddetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterRewardDetails } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterRewardDetails } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterRewardDetails = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/components/teleporterrewarddetailserctype.md b/chainkit/docs/models/components/teleporterrewarddetailserctype.md similarity index 63% rename from devtools/docs/models/components/teleporterrewarddetailserctype.md rename to chainkit/docs/models/components/teleporterrewarddetailserctype.md index 0c279aed..641bcea0 100644 --- a/devtools/docs/models/components/teleporterrewarddetailserctype.md +++ b/chainkit/docs/models/components/teleporterrewarddetailserctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterRewardDetailsErcType } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterRewardDetailsErcType } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterRewardDetailsErcType = "ERC-20"; ``` diff --git a/devtools/docs/models/components/teleportersourcetransaction.md b/chainkit/docs/models/components/teleportersourcetransaction.md similarity index 87% rename from devtools/docs/models/components/teleportersourcetransaction.md rename to chainkit/docs/models/components/teleportersourcetransaction.md index ba507929..fb0b7dfc 100644 --- a/devtools/docs/models/components/teleportersourcetransaction.md +++ b/chainkit/docs/models/components/teleportersourcetransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TeleporterSourceTransaction } from "@avalanche-sdk/devtools/models/components"; +import { TeleporterSourceTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: TeleporterSourceTransaction = { txHash: "", diff --git a/devtools/docs/models/components/timeintervalgranularity.md b/chainkit/docs/models/components/timeintervalgranularity.md similarity index 75% rename from devtools/docs/models/components/timeintervalgranularity.md rename to chainkit/docs/models/components/timeintervalgranularity.md index f7f3c7ff..84aff1ec 100644 --- a/devtools/docs/models/components/timeintervalgranularity.md +++ b/chainkit/docs/models/components/timeintervalgranularity.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TimeIntervalGranularity } from "@avalanche-sdk/devtools/models/components"; +import { TimeIntervalGranularity } from "@avalanche-sdk/chainkit/models/components"; let value: TimeIntervalGranularity = "day"; ``` diff --git a/devtools/docs/models/components/timeintervalgranularityextended.md b/chainkit/docs/models/components/timeintervalgranularityextended.md similarity index 90% rename from devtools/docs/models/components/timeintervalgranularityextended.md rename to chainkit/docs/models/components/timeintervalgranularityextended.md index 890f335b..7fccc2d1 100644 --- a/devtools/docs/models/components/timeintervalgranularityextended.md +++ b/chainkit/docs/models/components/timeintervalgranularityextended.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TimeIntervalGranularityExtended } from "@avalanche-sdk/devtools/models/components"; +import { TimeIntervalGranularityExtended } from "@avalanche-sdk/chainkit/models/components"; let value: TimeIntervalGranularityExtended = "daily"; ``` diff --git a/devtools/docs/models/components/token.md b/chainkit/docs/models/components/token.md similarity index 100% rename from devtools/docs/models/components/token.md rename to chainkit/docs/models/components/token.md diff --git a/devtools/docs/models/components/tokenreputation.md b/chainkit/docs/models/components/tokenreputation.md similarity index 88% rename from devtools/docs/models/components/tokenreputation.md rename to chainkit/docs/models/components/tokenreputation.md index a465cdba..98a8cced 100644 --- a/devtools/docs/models/components/tokenreputation.md +++ b/chainkit/docs/models/components/tokenreputation.md @@ -5,7 +5,7 @@ Indicates the reputation of the token based on a security analysis. 'Benign' sug ## Example Usage ```typescript -import { TokenReputation } from "@avalanche-sdk/devtools/models/components"; +import { TokenReputation } from "@avalanche-sdk/chainkit/models/components"; let value: TokenReputation = "Malicious"; ``` diff --git a/devtools/docs/models/components/transaction.md b/chainkit/docs/models/components/transaction.md similarity index 99% rename from devtools/docs/models/components/transaction.md rename to chainkit/docs/models/components/transaction.md index fce7adcb..0b428a72 100644 --- a/devtools/docs/models/components/transaction.md +++ b/chainkit/docs/models/components/transaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Transaction } from "@avalanche-sdk/devtools/models/components"; +import { Transaction } from "@avalanche-sdk/chainkit/models/components"; let value: Transaction = { blockHash: diff --git a/devtools/docs/models/components/transactiondetails.md b/chainkit/docs/models/components/transactiondetails.md similarity index 99% rename from devtools/docs/models/components/transactiondetails.md rename to chainkit/docs/models/components/transactiondetails.md index 2d4a0501..80879906 100644 --- a/devtools/docs/models/components/transactiondetails.md +++ b/chainkit/docs/models/components/transactiondetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TransactionDetails } from "@avalanche-sdk/devtools/models/components"; +import { TransactionDetails } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionDetails = { nativeTransaction: { diff --git a/devtools/docs/models/components/transactiondirectiontype.md b/chainkit/docs/models/components/transactiondirectiontype.md similarity index 70% rename from devtools/docs/models/components/transactiondirectiontype.md rename to chainkit/docs/models/components/transactiondirectiontype.md index ce5a738f..54880178 100644 --- a/devtools/docs/models/components/transactiondirectiontype.md +++ b/chainkit/docs/models/components/transactiondirectiontype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TransactionDirectionType } from "@avalanche-sdk/devtools/models/components"; +import { TransactionDirectionType } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionDirectionType = "SOURCE_TRANSACTION"; ``` diff --git a/devtools/docs/models/components/transactionevent.md b/chainkit/docs/models/components/transactionevent.md similarity index 98% rename from devtools/docs/models/components/transactionevent.md rename to chainkit/docs/models/components/transactionevent.md index 7b7be01d..f5936686 100644 --- a/devtools/docs/models/components/transactionevent.md +++ b/chainkit/docs/models/components/transactionevent.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TransactionEvent } from "@avalanche-sdk/devtools/models/components"; +import { TransactionEvent } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionEvent = { transaction: { diff --git a/devtools/docs/models/components/transactionexportmetadata.md b/chainkit/docs/models/components/transactionexportmetadata.md similarity index 98% rename from devtools/docs/models/components/transactionexportmetadata.md rename to chainkit/docs/models/components/transactionexportmetadata.md index 1923d0cc..65d8e8c0 100644 --- a/devtools/docs/models/components/transactionexportmetadata.md +++ b/chainkit/docs/models/components/transactionexportmetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TransactionExportMetadata } from "@avalanche-sdk/devtools/models/components"; +import { TransactionExportMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionExportMetadata = {}; ``` diff --git a/devtools/docs/models/components/transactionmethodtype.md b/chainkit/docs/models/components/transactionmethodtype.md similarity index 87% rename from devtools/docs/models/components/transactionmethodtype.md rename to chainkit/docs/models/components/transactionmethodtype.md index 3ae29fd3..388fdc2c 100644 --- a/devtools/docs/models/components/transactionmethodtype.md +++ b/chainkit/docs/models/components/transactionmethodtype.md @@ -5,7 +5,7 @@ The contract call type. NATIVE_TRANSFER indicates a transfer of the native token ## Example Usage ```typescript -import { TransactionMethodType } from "@avalanche-sdk/devtools/models/components"; +import { TransactionMethodType } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionMethodType = "NATIVE_TRANSFER"; ``` diff --git a/devtools/docs/models/components/transactionstatus.md b/chainkit/docs/models/components/transactionstatus.md similarity index 72% rename from devtools/docs/models/components/transactionstatus.md rename to chainkit/docs/models/components/transactionstatus.md index d7b8498d..7494c110 100644 --- a/devtools/docs/models/components/transactionstatus.md +++ b/chainkit/docs/models/components/transactionstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TransactionStatus } from "@avalanche-sdk/devtools/models/components"; +import { TransactionStatus } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionStatus = "success"; ``` diff --git a/devtools/docs/models/components/transactionvertexdetail.md b/chainkit/docs/models/components/transactionvertexdetail.md similarity index 96% rename from devtools/docs/models/components/transactionvertexdetail.md rename to chainkit/docs/models/components/transactionvertexdetail.md index 177c34e0..68b1a7a7 100644 --- a/devtools/docs/models/components/transactionvertexdetail.md +++ b/chainkit/docs/models/components/transactionvertexdetail.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TransactionVertexDetail } from "@avalanche-sdk/devtools/models/components"; +import { TransactionVertexDetail } from "@avalanche-sdk/chainkit/models/components"; let value: TransactionVertexDetail = { hash: "82qPRREHmh8Cfta4PGD6GymY9ZLyvgYugqW6hj9FykpMVRz1S", diff --git a/devtools/docs/models/components/transfer.md b/chainkit/docs/models/components/transfer.md similarity index 100% rename from devtools/docs/models/components/transfer.md rename to chainkit/docs/models/components/transfer.md diff --git a/devtools/docs/models/components/unknowncontract.md b/chainkit/docs/models/components/unknowncontract.md similarity index 99% rename from devtools/docs/models/components/unknowncontract.md rename to chainkit/docs/models/components/unknowncontract.md index 1c3f1123..dbc66061 100644 --- a/devtools/docs/models/components/unknowncontract.md +++ b/chainkit/docs/models/components/unknowncontract.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UnknownContract } from "@avalanche-sdk/devtools/models/components"; +import { UnknownContract } from "@avalanche-sdk/chainkit/models/components"; let value: UnknownContract = { name: "Wrapped AVAX", diff --git a/devtools/docs/models/components/unknowncontracterctype.md b/chainkit/docs/models/components/unknowncontracterctype.md similarity index 72% rename from devtools/docs/models/components/unknowncontracterctype.md rename to chainkit/docs/models/components/unknowncontracterctype.md index 5802994c..ca7dc114 100644 --- a/devtools/docs/models/components/unknowncontracterctype.md +++ b/chainkit/docs/models/components/unknowncontracterctype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UnknownContractErcType } from "@avalanche-sdk/devtools/models/components"; +import { UnknownContractErcType } from "@avalanche-sdk/chainkit/models/components"; let value: UnknownContractErcType = "UNKNOWN"; ``` diff --git a/devtools/docs/models/components/updatewebhookrequest.md b/chainkit/docs/models/components/updatewebhookrequest.md similarity index 98% rename from devtools/docs/models/components/updatewebhookrequest.md rename to chainkit/docs/models/components/updatewebhookrequest.md index 29a3872f..e4e0f770 100644 --- a/devtools/docs/models/components/updatewebhookrequest.md +++ b/chainkit/docs/models/components/updatewebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UpdateWebhookRequest } from "@avalanche-sdk/devtools/models/components"; +import { UpdateWebhookRequest } from "@avalanche-sdk/chainkit/models/components"; let value: UpdateWebhookRequest = {}; ``` diff --git a/devtools/docs/models/components/usagemetricsgroupbyenum.md b/chainkit/docs/models/components/usagemetricsgroupbyenum.md similarity index 78% rename from devtools/docs/models/components/usagemetricsgroupbyenum.md rename to chainkit/docs/models/components/usagemetricsgroupbyenum.md index 41cdccbf..4c9aab96 100644 --- a/devtools/docs/models/components/usagemetricsgroupbyenum.md +++ b/chainkit/docs/models/components/usagemetricsgroupbyenum.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UsageMetricsGroupByEnum } from "@avalanche-sdk/devtools/models/components"; +import { UsageMetricsGroupByEnum } from "@avalanche-sdk/chainkit/models/components"; let value: UsageMetricsGroupByEnum = "requestPath"; ``` diff --git a/devtools/docs/models/components/usagemetricsresponsedto.md b/chainkit/docs/models/components/usagemetricsresponsedto.md similarity index 96% rename from devtools/docs/models/components/usagemetricsresponsedto.md rename to chainkit/docs/models/components/usagemetricsresponsedto.md index 0737c952..15f45201 100644 --- a/devtools/docs/models/components/usagemetricsresponsedto.md +++ b/chainkit/docs/models/components/usagemetricsresponsedto.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UsageMetricsResponseDTO } from "@avalanche-sdk/devtools/models/components"; +import { UsageMetricsResponseDTO } from "@avalanche-sdk/chainkit/models/components"; let value: UsageMetricsResponseDTO = { aggregateDuration: "", diff --git a/devtools/docs/models/components/usagemetricsvaluedto.md b/chainkit/docs/models/components/usagemetricsvaluedto.md similarity index 98% rename from devtools/docs/models/components/usagemetricsvaluedto.md rename to chainkit/docs/models/components/usagemetricsvaluedto.md index b671723f..396912a1 100644 --- a/devtools/docs/models/components/usagemetricsvaluedto.md +++ b/chainkit/docs/models/components/usagemetricsvaluedto.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UsageMetricsValueDTO } from "@avalanche-sdk/devtools/models/components"; +import { UsageMetricsValueDTO } from "@avalanche-sdk/chainkit/models/components"; let value: UsageMetricsValueDTO = { groupedBy: "responseCode", diff --git a/devtools/docs/models/components/usagemetricsvaluedtogroupedby.md b/chainkit/docs/models/components/usagemetricsvaluedtogroupedby.md similarity index 75% rename from devtools/docs/models/components/usagemetricsvaluedtogroupedby.md rename to chainkit/docs/models/components/usagemetricsvaluedtogroupedby.md index e6bd91ad..83452a00 100644 --- a/devtools/docs/models/components/usagemetricsvaluedtogroupedby.md +++ b/chainkit/docs/models/components/usagemetricsvaluedtogroupedby.md @@ -5,7 +5,7 @@ Column name used for data aggregation ## Example Usage ```typescript -import { UsageMetricsValueDTOGroupedBy } from "@avalanche-sdk/devtools/models/components"; +import { UsageMetricsValueDTOGroupedBy } from "@avalanche-sdk/chainkit/models/components"; let value: UsageMetricsValueDTOGroupedBy = "responseCode"; ``` diff --git a/devtools/docs/models/components/usagemetricsvaluedtogroupvalue.md b/chainkit/docs/models/components/usagemetricsvaluedtogroupvalue.md similarity index 100% rename from devtools/docs/models/components/usagemetricsvaluedtogroupvalue.md rename to chainkit/docs/models/components/usagemetricsvaluedtogroupvalue.md diff --git a/devtools/docs/models/components/utilityaddresses.md b/chainkit/docs/models/components/utilityaddresses.md similarity index 85% rename from devtools/docs/models/components/utilityaddresses.md rename to chainkit/docs/models/components/utilityaddresses.md index b87e0d26..fc67138f 100644 --- a/devtools/docs/models/components/utilityaddresses.md +++ b/chainkit/docs/models/components/utilityaddresses.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UtilityAddresses } from "@avalanche-sdk/devtools/models/components"; +import { UtilityAddresses } from "@avalanche-sdk/chainkit/models/components"; let value: UtilityAddresses = {}; ``` diff --git a/devtools/docs/models/components/utxo.md b/chainkit/docs/models/components/utxo.md similarity index 99% rename from devtools/docs/models/components/utxo.md rename to chainkit/docs/models/components/utxo.md index f6109590..7be7dce7 100644 --- a/devtools/docs/models/components/utxo.md +++ b/chainkit/docs/models/components/utxo.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { Utxo } from "@avalanche-sdk/devtools/models/components"; +import { Utxo } from "@avalanche-sdk/chainkit/models/components"; let value: Utxo = { addresses: [ diff --git a/devtools/docs/models/components/utxocredential.md b/chainkit/docs/models/components/utxocredential.md similarity index 97% rename from devtools/docs/models/components/utxocredential.md rename to chainkit/docs/models/components/utxocredential.md index 2e2158fc..75955e10 100644 --- a/devtools/docs/models/components/utxocredential.md +++ b/chainkit/docs/models/components/utxocredential.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UtxoCredential } from "@avalanche-sdk/devtools/models/components"; +import { UtxoCredential } from "@avalanche-sdk/chainkit/models/components"; let value: UtxoCredential = { signature: diff --git a/devtools/docs/models/components/utxotype.md b/chainkit/docs/models/components/utxotype.md similarity index 75% rename from devtools/docs/models/components/utxotype.md rename to chainkit/docs/models/components/utxotype.md index 713e091a..8c81304a 100644 --- a/devtools/docs/models/components/utxotype.md +++ b/chainkit/docs/models/components/utxotype.md @@ -5,7 +5,7 @@ Indicates whether the UTXO is staked or transferable ## Example Usage ```typescript -import { UtxoType } from "@avalanche-sdk/devtools/models/components"; +import { UtxoType } from "@avalanche-sdk/chainkit/models/components"; let value: UtxoType = "TRANSFER"; ``` diff --git a/devtools/docs/models/components/validationstatustype.md b/chainkit/docs/models/components/validationstatustype.md similarity index 75% rename from devtools/docs/models/components/validationstatustype.md rename to chainkit/docs/models/components/validationstatustype.md index 621a51f9..17f3c12a 100644 --- a/devtools/docs/models/components/validationstatustype.md +++ b/chainkit/docs/models/components/validationstatustype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidationStatusType } from "@avalanche-sdk/devtools/models/components"; +import { ValidationStatusType } from "@avalanche-sdk/chainkit/models/components"; let value: ValidationStatusType = "completed"; ``` diff --git a/devtools/docs/models/components/validator.md b/chainkit/docs/models/components/validator.md similarity index 100% rename from devtools/docs/models/components/validator.md rename to chainkit/docs/models/components/validator.md diff --git a/devtools/docs/models/components/validatoractivityeventtype.md b/chainkit/docs/models/components/validatoractivityeventtype.md similarity index 67% rename from devtools/docs/models/components/validatoractivityeventtype.md rename to chainkit/docs/models/components/validatoractivityeventtype.md index 92b37843..aa12a57a 100644 --- a/devtools/docs/models/components/validatoractivityeventtype.md +++ b/chainkit/docs/models/components/validatoractivityeventtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivityEventType } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivityEventType } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivityEventType = "validator_activity"; ``` diff --git a/devtools/docs/models/components/validatoractivitykeytype.md b/chainkit/docs/models/components/validatoractivitykeytype.md similarity index 72% rename from devtools/docs/models/components/validatoractivitykeytype.md rename to chainkit/docs/models/components/validatoractivitykeytype.md index b462f085..18a5273a 100644 --- a/devtools/docs/models/components/validatoractivitykeytype.md +++ b/chainkit/docs/models/components/validatoractivitykeytype.md @@ -5,7 +5,7 @@ The type of key to monitor for the validator activity event type. ## Example Usage ```typescript -import { ValidatorActivityKeyType } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivityKeyType } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivityKeyType = "nodeId"; ``` diff --git a/devtools/docs/models/components/validatoractivitymetadata.md b/chainkit/docs/models/components/validatoractivitymetadata.md similarity index 98% rename from devtools/docs/models/components/validatoractivitymetadata.md rename to chainkit/docs/models/components/validatoractivitymetadata.md index cd4d6d1b..5e120479 100644 --- a/devtools/docs/models/components/validatoractivitymetadata.md +++ b/chainkit/docs/models/components/validatoractivitymetadata.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivityMetadata } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivityMetadata } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivityMetadata = { eventSignatures: [ diff --git a/devtools/docs/models/components/validatoractivityrequest.md b/chainkit/docs/models/components/validatoractivityrequest.md similarity index 97% rename from devtools/docs/models/components/validatoractivityrequest.md rename to chainkit/docs/models/components/validatoractivityrequest.md index 14709072..819c5d4b 100644 --- a/devtools/docs/models/components/validatoractivityrequest.md +++ b/chainkit/docs/models/components/validatoractivityrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivityRequest } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivityRequest } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivityRequest = { eventType: "validator_activity", diff --git a/devtools/docs/models/components/validatoractivityrequesteventtype.md b/chainkit/docs/models/components/validatoractivityrequesteventtype.md similarity index 89% rename from devtools/docs/models/components/validatoractivityrequesteventtype.md rename to chainkit/docs/models/components/validatoractivityrequesteventtype.md index ec97b92c..5358454e 100644 --- a/devtools/docs/models/components/validatoractivityrequesteventtype.md +++ b/chainkit/docs/models/components/validatoractivityrequesteventtype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivityRequestEventType } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivityRequestEventType } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivityRequestEventType = "validator_activity"; ``` diff --git a/devtools/docs/models/components/validatoractivityrequestmetadata.md b/chainkit/docs/models/components/validatoractivityrequestmetadata.md similarity index 100% rename from devtools/docs/models/components/validatoractivityrequestmetadata.md rename to chainkit/docs/models/components/validatoractivityrequestmetadata.md diff --git a/devtools/docs/models/components/validatoractivityresponse.md b/chainkit/docs/models/components/validatoractivityresponse.md similarity index 98% rename from devtools/docs/models/components/validatoractivityresponse.md rename to chainkit/docs/models/components/validatoractivityresponse.md index c71d133d..29f660aa 100644 --- a/devtools/docs/models/components/validatoractivityresponse.md +++ b/chainkit/docs/models/components/validatoractivityresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivityResponse } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivityResponse } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivityResponse = { id: "", diff --git a/devtools/docs/models/components/validatoractivitysubevent.md b/chainkit/docs/models/components/validatoractivitysubevent.md similarity index 80% rename from devtools/docs/models/components/validatoractivitysubevent.md rename to chainkit/docs/models/components/validatoractivitysubevent.md index 4709c85d..2bc0f9fe 100644 --- a/devtools/docs/models/components/validatoractivitysubevent.md +++ b/chainkit/docs/models/components/validatoractivitysubevent.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivitySubEvent } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivitySubEvent } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivitySubEvent = "l1_validator_balance_threshold"; ``` diff --git a/devtools/docs/models/components/validatoractivitysubevents.md b/chainkit/docs/models/components/validatoractivitysubevents.md similarity index 93% rename from devtools/docs/models/components/validatoractivitysubevents.md rename to chainkit/docs/models/components/validatoractivitysubevents.md index 8cb997dd..08cd26ab 100644 --- a/devtools/docs/models/components/validatoractivitysubevents.md +++ b/chainkit/docs/models/components/validatoractivitysubevents.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorActivitySubEvents } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorActivitySubEvents } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorActivitySubEvents = { validatorActivitySubEvents: [], diff --git a/devtools/docs/models/components/validatorhealthdetails.md b/chainkit/docs/models/components/validatorhealthdetails.md similarity index 96% rename from devtools/docs/models/components/validatorhealthdetails.md rename to chainkit/docs/models/components/validatorhealthdetails.md index db47dd03..42d85c29 100644 --- a/devtools/docs/models/components/validatorhealthdetails.md +++ b/chainkit/docs/models/components/validatorhealthdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorHealthDetails } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorHealthDetails } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorHealthDetails = { reachabilityPercent: 2996.22, diff --git a/devtools/docs/models/components/validatorsdetails.md b/chainkit/docs/models/components/validatorsdetails.md similarity index 97% rename from devtools/docs/models/components/validatorsdetails.md rename to chainkit/docs/models/components/validatorsdetails.md index 34e3958c..2f89565a 100644 --- a/devtools/docs/models/components/validatorsdetails.md +++ b/chainkit/docs/models/components/validatorsdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ValidatorsDetails } from "@avalanche-sdk/devtools/models/components"; +import { ValidatorsDetails } from "@avalanche-sdk/chainkit/models/components"; let value: ValidatorsDetails = { validatorCount: 4440.38, diff --git a/devtools/docs/models/components/vmname.md b/chainkit/docs/models/components/vmname.md similarity index 68% rename from devtools/docs/models/components/vmname.md rename to chainkit/docs/models/components/vmname.md index a6aa99ab..b0f6d9cb 100644 --- a/devtools/docs/models/components/vmname.md +++ b/chainkit/docs/models/components/vmname.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { VmName } from "@avalanche-sdk/devtools/models/components"; +import { VmName } from "@avalanche-sdk/chainkit/models/components"; let value: VmName = "EVM"; ``` diff --git a/devtools/docs/models/components/webhook.md b/chainkit/docs/models/components/webhook.md similarity index 100% rename from devtools/docs/models/components/webhook.md rename to chainkit/docs/models/components/webhook.md diff --git a/devtools/docs/models/components/webhookaddressactivityresponse.md b/chainkit/docs/models/components/webhookaddressactivityresponse.md similarity index 98% rename from devtools/docs/models/components/webhookaddressactivityresponse.md rename to chainkit/docs/models/components/webhookaddressactivityresponse.md index dc0e0c21..d4795bd4 100644 --- a/devtools/docs/models/components/webhookaddressactivityresponse.md +++ b/chainkit/docs/models/components/webhookaddressactivityresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { WebhookAddressActivityResponse } from "@avalanche-sdk/devtools/models/components"; +import { WebhookAddressActivityResponse } from "@avalanche-sdk/chainkit/models/components"; let value: WebhookAddressActivityResponse = { webhookId: "401da7d9-d6d7-46c8-b431-72ff1e1543f4", diff --git a/devtools/docs/models/components/webhookaddressactivityresponseeventtype.md b/chainkit/docs/models/components/webhookaddressactivityresponseeventtype.md similarity index 88% rename from devtools/docs/models/components/webhookaddressactivityresponseeventtype.md rename to chainkit/docs/models/components/webhookaddressactivityresponseeventtype.md index 559f37dd..f92a962a 100644 --- a/devtools/docs/models/components/webhookaddressactivityresponseeventtype.md +++ b/chainkit/docs/models/components/webhookaddressactivityresponseeventtype.md @@ -5,7 +5,7 @@ Event type ## Example Usage ```typescript -import { WebhookAddressActivityResponseEventType } from "@avalanche-sdk/devtools/models/components"; +import { WebhookAddressActivityResponseEventType } from "@avalanche-sdk/chainkit/models/components"; let value: WebhookAddressActivityResponseEventType = "address_activity"; ``` diff --git a/devtools/docs/models/components/webhookinternaltransaction.md b/chainkit/docs/models/components/webhookinternaltransaction.md similarity index 97% rename from devtools/docs/models/components/webhookinternaltransaction.md rename to chainkit/docs/models/components/webhookinternaltransaction.md index e039cbb4..5760e88d 100644 --- a/devtools/docs/models/components/webhookinternaltransaction.md +++ b/chainkit/docs/models/components/webhookinternaltransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { WebhookInternalTransaction } from "@avalanche-sdk/devtools/models/components"; +import { WebhookInternalTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: WebhookInternalTransaction = { from: "0x737F6b0b8A04e8462d0fC7076451298F0dA9a972", diff --git a/devtools/docs/models/components/webhookstatus.md b/chainkit/docs/models/components/webhookstatus.md similarity index 70% rename from devtools/docs/models/components/webhookstatus.md rename to chainkit/docs/models/components/webhookstatus.md index 716b4213..44ed81b5 100644 --- a/devtools/docs/models/components/webhookstatus.md +++ b/chainkit/docs/models/components/webhookstatus.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { WebhookStatus } from "@avalanche-sdk/devtools/models/components"; +import { WebhookStatus } from "@avalanche-sdk/chainkit/models/components"; let value: WebhookStatus = "active"; ``` diff --git a/devtools/docs/models/components/webhookstatustype.md b/chainkit/docs/models/components/webhookstatustype.md similarity index 72% rename from devtools/docs/models/components/webhookstatustype.md rename to chainkit/docs/models/components/webhookstatustype.md index 58c158e6..a07ee03a 100644 --- a/devtools/docs/models/components/webhookstatustype.md +++ b/chainkit/docs/models/components/webhookstatustype.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { WebhookStatusType } from "@avalanche-sdk/devtools/models/components"; +import { WebhookStatusType } from "@avalanche-sdk/chainkit/models/components"; let value: WebhookStatusType = "inactive"; ``` diff --git a/devtools/docs/models/components/xchainassetdetails.md b/chainkit/docs/models/components/xchainassetdetails.md similarity index 98% rename from devtools/docs/models/components/xchainassetdetails.md rename to chainkit/docs/models/components/xchainassetdetails.md index ae4dc9cf..928a4c74 100644 --- a/devtools/docs/models/components/xchainassetdetails.md +++ b/chainkit/docs/models/components/xchainassetdetails.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainAssetDetails } from "@avalanche-sdk/devtools/models/components"; +import { XChainAssetDetails } from "@avalanche-sdk/chainkit/models/components"; let value: XChainAssetDetails = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/xchainbalances.md b/chainkit/docs/models/components/xchainbalances.md similarity index 97% rename from devtools/docs/models/components/xchainbalances.md rename to chainkit/docs/models/components/xchainbalances.md index 05ded5eb..01956139 100644 --- a/devtools/docs/models/components/xchainbalances.md +++ b/chainkit/docs/models/components/xchainbalances.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainBalances } from "@avalanche-sdk/devtools/models/components"; +import { XChainBalances } from "@avalanche-sdk/chainkit/models/components"; let value: XChainBalances = { locked: [], diff --git a/devtools/docs/models/components/xchainid.md b/chainkit/docs/models/components/xchainid.md similarity index 78% rename from devtools/docs/models/components/xchainid.md rename to chainkit/docs/models/components/xchainid.md index def64a98..65fc04aa 100644 --- a/devtools/docs/models/components/xchainid.md +++ b/chainkit/docs/models/components/xchainid.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainId } from "@avalanche-sdk/devtools/models/components"; +import { XChainId } from "@avalanche-sdk/chainkit/models/components"; let value: XChainId = "x-chain"; ``` diff --git a/devtools/docs/models/components/xchainlineartransaction.md b/chainkit/docs/models/components/xchainlineartransaction.md similarity index 99% rename from devtools/docs/models/components/xchainlineartransaction.md rename to chainkit/docs/models/components/xchainlineartransaction.md index 530cc66f..11324243 100644 --- a/devtools/docs/models/components/xchainlineartransaction.md +++ b/chainkit/docs/models/components/xchainlineartransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainLinearTransaction } from "@avalanche-sdk/devtools/models/components"; +import { XChainLinearTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: XChainLinearTransaction = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", diff --git a/devtools/docs/models/components/xchainlineartransactionchainformat.md b/chainkit/docs/models/components/xchainlineartransactionchainformat.md similarity index 90% rename from devtools/docs/models/components/xchainlineartransactionchainformat.md rename to chainkit/docs/models/components/xchainlineartransactionchainformat.md index 2e31a470..89afd40a 100644 --- a/devtools/docs/models/components/xchainlineartransactionchainformat.md +++ b/chainkit/docs/models/components/xchainlineartransactionchainformat.md @@ -5,7 +5,7 @@ Represents chain format this transaction is included in. ## Example Usage ```typescript -import { XChainLinearTransactionChainFormat } from "@avalanche-sdk/devtools/models/components"; +import { XChainLinearTransactionChainFormat } from "@avalanche-sdk/chainkit/models/components"; let value: XChainLinearTransactionChainFormat = "non-linear"; ``` diff --git a/devtools/docs/models/components/xchainnonlineartransaction.md b/chainkit/docs/models/components/xchainnonlineartransaction.md similarity index 99% rename from devtools/docs/models/components/xchainnonlineartransaction.md rename to chainkit/docs/models/components/xchainnonlineartransaction.md index fdb08711..2f59b5db 100644 --- a/devtools/docs/models/components/xchainnonlineartransaction.md +++ b/chainkit/docs/models/components/xchainnonlineartransaction.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainNonLinearTransaction } from "@avalanche-sdk/devtools/models/components"; +import { XChainNonLinearTransaction } from "@avalanche-sdk/chainkit/models/components"; let value: XChainNonLinearTransaction = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", diff --git a/devtools/docs/models/components/xchainnonlineartransactionchainformat.md b/chainkit/docs/models/components/xchainnonlineartransactionchainformat.md similarity index 90% rename from devtools/docs/models/components/xchainnonlineartransactionchainformat.md rename to chainkit/docs/models/components/xchainnonlineartransactionchainformat.md index eaf94e33..3c05f0d1 100644 --- a/devtools/docs/models/components/xchainnonlineartransactionchainformat.md +++ b/chainkit/docs/models/components/xchainnonlineartransactionchainformat.md @@ -5,7 +5,7 @@ Represents chain format this transaction is included in. ## Example Usage ```typescript -import { XChainNonLinearTransactionChainFormat } from "@avalanche-sdk/devtools/models/components"; +import { XChainNonLinearTransactionChainFormat } from "@avalanche-sdk/chainkit/models/components"; let value: XChainNonLinearTransactionChainFormat = "non-linear"; ``` diff --git a/devtools/docs/models/components/xchainsharedassetbalance.md b/chainkit/docs/models/components/xchainsharedassetbalance.md similarity index 98% rename from devtools/docs/models/components/xchainsharedassetbalance.md rename to chainkit/docs/models/components/xchainsharedassetbalance.md index 8e6c9a5a..35ab0421 100644 --- a/devtools/docs/models/components/xchainsharedassetbalance.md +++ b/chainkit/docs/models/components/xchainsharedassetbalance.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainSharedAssetBalance } from "@avalanche-sdk/devtools/models/components"; +import { XChainSharedAssetBalance } from "@avalanche-sdk/chainkit/models/components"; let value: XChainSharedAssetBalance = { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", diff --git a/devtools/docs/models/components/xchaintransactiontype.md b/chainkit/docs/models/components/xchaintransactiontype.md similarity index 80% rename from devtools/docs/models/components/xchaintransactiontype.md rename to chainkit/docs/models/components/xchaintransactiontype.md index 0eb6f886..8a5a049f 100644 --- a/devtools/docs/models/components/xchaintransactiontype.md +++ b/chainkit/docs/models/components/xchaintransactiontype.md @@ -5,7 +5,7 @@ Type of transaction. ## Example Usage ```typescript -import { XChainTransactionType } from "@avalanche-sdk/devtools/models/components"; +import { XChainTransactionType } from "@avalanche-sdk/chainkit/models/components"; let value: XChainTransactionType = "ImportTx"; ``` diff --git a/devtools/docs/models/components/xchainvertex.md b/chainkit/docs/models/components/xchainvertex.md similarity index 94% rename from devtools/docs/models/components/xchainvertex.md rename to chainkit/docs/models/components/xchainvertex.md index e7ce2410..8eb16594 100644 --- a/devtools/docs/models/components/xchainvertex.md +++ b/chainkit/docs/models/components/xchainvertex.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { XChainVertex } from "@avalanche-sdk/devtools/models/components"; +import { XChainVertex } from "@avalanche-sdk/chainkit/models/components"; let value: XChainVertex = { vertexHash: "", diff --git a/devtools/docs/models/errors/badgatewayerror.md b/chainkit/docs/models/errors/badgatewayerror.md similarity index 96% rename from devtools/docs/models/errors/badgatewayerror.md rename to chainkit/docs/models/errors/badgatewayerror.md index 487308fa..b8539484 100644 --- a/devtools/docs/models/errors/badgatewayerror.md +++ b/chainkit/docs/models/errors/badgatewayerror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BadGatewayError } from "@avalanche-sdk/devtools/models/errors"; +import { BadGatewayError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/badgatewaymessage.md b/chainkit/docs/models/errors/badgatewaymessage.md similarity index 100% rename from devtools/docs/models/errors/badgatewaymessage.md rename to chainkit/docs/models/errors/badgatewaymessage.md diff --git a/devtools/docs/models/errors/badrequesterror.md b/chainkit/docs/models/errors/badrequesterror.md similarity index 96% rename from devtools/docs/models/errors/badrequesterror.md rename to chainkit/docs/models/errors/badrequesterror.md index 633a763f..fbe7c296 100644 --- a/devtools/docs/models/errors/badrequesterror.md +++ b/chainkit/docs/models/errors/badrequesterror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { BadRequestError } from "@avalanche-sdk/devtools/models/errors"; +import { BadRequestError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/badrequestmessage.md b/chainkit/docs/models/errors/badrequestmessage.md similarity index 100% rename from devtools/docs/models/errors/badrequestmessage.md rename to chainkit/docs/models/errors/badrequestmessage.md diff --git a/devtools/docs/models/errors/forbiddenerror.md b/chainkit/docs/models/errors/forbiddenerror.md similarity index 96% rename from devtools/docs/models/errors/forbiddenerror.md rename to chainkit/docs/models/errors/forbiddenerror.md index e5f32018..c772f76a 100644 --- a/devtools/docs/models/errors/forbiddenerror.md +++ b/chainkit/docs/models/errors/forbiddenerror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ForbiddenError } from "@avalanche-sdk/devtools/models/errors"; +import { ForbiddenError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/forbiddenmessage.md b/chainkit/docs/models/errors/forbiddenmessage.md similarity index 100% rename from devtools/docs/models/errors/forbiddenmessage.md rename to chainkit/docs/models/errors/forbiddenmessage.md diff --git a/devtools/docs/models/errors/internalservererror.md b/chainkit/docs/models/errors/internalservererror.md similarity index 96% rename from devtools/docs/models/errors/internalservererror.md rename to chainkit/docs/models/errors/internalservererror.md index 5642ecbd..acab58be 100644 --- a/devtools/docs/models/errors/internalservererror.md +++ b/chainkit/docs/models/errors/internalservererror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { InternalServerError } from "@avalanche-sdk/devtools/models/errors"; +import { InternalServerError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/internalservererrormessage.md b/chainkit/docs/models/errors/internalservererrormessage.md similarity index 100% rename from devtools/docs/models/errors/internalservererrormessage.md rename to chainkit/docs/models/errors/internalservererrormessage.md diff --git a/devtools/docs/models/errors/notfounderror.md b/chainkit/docs/models/errors/notfounderror.md similarity index 96% rename from devtools/docs/models/errors/notfounderror.md rename to chainkit/docs/models/errors/notfounderror.md index 74a34509..f81ba8ff 100644 --- a/devtools/docs/models/errors/notfounderror.md +++ b/chainkit/docs/models/errors/notfounderror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { NotFoundError } from "@avalanche-sdk/devtools/models/errors"; +import { NotFoundError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/notfoundmessage.md b/chainkit/docs/models/errors/notfoundmessage.md similarity index 100% rename from devtools/docs/models/errors/notfoundmessage.md rename to chainkit/docs/models/errors/notfoundmessage.md diff --git a/devtools/docs/models/errors/serviceunavailableerror.md b/chainkit/docs/models/errors/serviceunavailableerror.md similarity index 96% rename from devtools/docs/models/errors/serviceunavailableerror.md rename to chainkit/docs/models/errors/serviceunavailableerror.md index 9a1cc9f6..0146cde5 100644 --- a/devtools/docs/models/errors/serviceunavailableerror.md +++ b/chainkit/docs/models/errors/serviceunavailableerror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ServiceUnavailableError } from "@avalanche-sdk/devtools/models/errors"; +import { ServiceUnavailableError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/serviceunavailablemessage.md b/chainkit/docs/models/errors/serviceunavailablemessage.md similarity index 100% rename from devtools/docs/models/errors/serviceunavailablemessage.md rename to chainkit/docs/models/errors/serviceunavailablemessage.md diff --git a/devtools/docs/models/errors/toomanyrequestserror.md b/chainkit/docs/models/errors/toomanyrequestserror.md similarity index 96% rename from devtools/docs/models/errors/toomanyrequestserror.md rename to chainkit/docs/models/errors/toomanyrequestserror.md index bef877b2..450c018e 100644 --- a/devtools/docs/models/errors/toomanyrequestserror.md +++ b/chainkit/docs/models/errors/toomanyrequestserror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { TooManyRequestsError } from "@avalanche-sdk/devtools/models/errors"; +import { TooManyRequestsError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/toomanyrequestsmessage.md b/chainkit/docs/models/errors/toomanyrequestsmessage.md similarity index 100% rename from devtools/docs/models/errors/toomanyrequestsmessage.md rename to chainkit/docs/models/errors/toomanyrequestsmessage.md diff --git a/devtools/docs/models/errors/unauthorizederror.md b/chainkit/docs/models/errors/unauthorizederror.md similarity index 96% rename from devtools/docs/models/errors/unauthorizederror.md rename to chainkit/docs/models/errors/unauthorizederror.md index 657de40f..38965619 100644 --- a/devtools/docs/models/errors/unauthorizederror.md +++ b/chainkit/docs/models/errors/unauthorizederror.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UnauthorizedError } from "@avalanche-sdk/devtools/models/errors"; +import { UnauthorizedError } from "@avalanche-sdk/chainkit/models/errors"; // No examples available for this model ``` diff --git a/devtools/docs/models/errors/unauthorizedmessage.md b/chainkit/docs/models/errors/unauthorizedmessage.md similarity index 100% rename from devtools/docs/models/errors/unauthorizedmessage.md rename to chainkit/docs/models/errors/unauthorizedmessage.md diff --git a/devtools/docs/models/operations/addaddressestowebhookrequest.md b/chainkit/docs/models/operations/addaddressestowebhookrequest.md similarity index 95% rename from devtools/docs/models/operations/addaddressestowebhookrequest.md rename to chainkit/docs/models/operations/addaddressestowebhookrequest.md index dac42f45..c656ca55 100644 --- a/devtools/docs/models/operations/addaddressestowebhookrequest.md +++ b/chainkit/docs/models/operations/addaddressestowebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AddAddressesToWebhookRequest } from "@avalanche-sdk/devtools/models/operations"; +import { AddAddressesToWebhookRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: AddAddressesToWebhookRequest = { id: "f33de69c-d13b-4691-908f-870d6e2e6b04", diff --git a/devtools/docs/models/operations/aggregatesignaturesglobals.md b/chainkit/docs/models/operations/aggregatesignaturesglobals.md similarity index 93% rename from devtools/docs/models/operations/aggregatesignaturesglobals.md rename to chainkit/docs/models/operations/aggregatesignaturesglobals.md index 6d621775..e00523df 100644 --- a/devtools/docs/models/operations/aggregatesignaturesglobals.md +++ b/chainkit/docs/models/operations/aggregatesignaturesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AggregateSignaturesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { AggregateSignaturesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: AggregateSignaturesGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/aggregatesignaturesrequest.md b/chainkit/docs/models/operations/aggregatesignaturesrequest.md similarity index 98% rename from devtools/docs/models/operations/aggregatesignaturesrequest.md rename to chainkit/docs/models/operations/aggregatesignaturesrequest.md index 3fc7ebe9..0499b07c 100644 --- a/devtools/docs/models/operations/aggregatesignaturesrequest.md +++ b/chainkit/docs/models/operations/aggregatesignaturesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { AggregateSignaturesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { AggregateSignaturesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: AggregateSignaturesRequest = { signatureAggregatorRequest: { diff --git a/devtools/docs/models/operations/createwebhookrequest.md b/chainkit/docs/models/operations/createwebhookrequest.md similarity index 100% rename from devtools/docs/models/operations/createwebhookrequest.md rename to chainkit/docs/models/operations/createwebhookrequest.md diff --git a/devtools/docs/models/operations/createwebhookresponse.md b/chainkit/docs/models/operations/createwebhookresponse.md similarity index 100% rename from devtools/docs/models/operations/createwebhookresponse.md rename to chainkit/docs/models/operations/createwebhookresponse.md diff --git a/devtools/docs/models/operations/deactivatewebhookrequest.md b/chainkit/docs/models/operations/deactivatewebhookrequest.md similarity index 89% rename from devtools/docs/models/operations/deactivatewebhookrequest.md rename to chainkit/docs/models/operations/deactivatewebhookrequest.md index 7584116e..d3692d4a 100644 --- a/devtools/docs/models/operations/deactivatewebhookrequest.md +++ b/chainkit/docs/models/operations/deactivatewebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { DeactivateWebhookRequest } from "@avalanche-sdk/devtools/models/operations"; +import { DeactivateWebhookRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: DeactivateWebhookRequest = { id: "f33de69c-d13b-4691-908f-870d6e2e6b04", diff --git a/devtools/docs/models/operations/deactivatewebhookresponse.md b/chainkit/docs/models/operations/deactivatewebhookresponse.md similarity index 100% rename from devtools/docs/models/operations/deactivatewebhookresponse.md rename to chainkit/docs/models/operations/deactivatewebhookresponse.md diff --git a/devtools/docs/models/operations/getaddresschainsrequest.md b/chainkit/docs/models/operations/getaddresschainsrequest.md similarity index 93% rename from devtools/docs/models/operations/getaddresschainsrequest.md rename to chainkit/docs/models/operations/getaddresschainsrequest.md index d6284376..f7e660f7 100644 --- a/devtools/docs/models/operations/getaddresschainsrequest.md +++ b/chainkit/docs/models/operations/getaddresschainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressChainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressChainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressChainsRequest = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/operations/getaddressesbybalanceovertimeglobals.md b/chainkit/docs/models/operations/getaddressesbybalanceovertimeglobals.md similarity index 97% rename from devtools/docs/models/operations/getaddressesbybalanceovertimeglobals.md rename to chainkit/docs/models/operations/getaddressesbybalanceovertimeglobals.md index 0a297eb6..a8f22002 100644 --- a/devtools/docs/models/operations/getaddressesbybalanceovertimeglobals.md +++ b/chainkit/docs/models/operations/getaddressesbybalanceovertimeglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesByBalanceOverTimeGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesByBalanceOverTimeGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesByBalanceOverTimeGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getaddressesbybalanceovertimerequest.md b/chainkit/docs/models/operations/getaddressesbybalanceovertimerequest.md similarity index 99% rename from devtools/docs/models/operations/getaddressesbybalanceovertimerequest.md rename to chainkit/docs/models/operations/getaddressesbybalanceovertimerequest.md index 9e6fb42e..e355d937 100644 --- a/devtools/docs/models/operations/getaddressesbybalanceovertimerequest.md +++ b/chainkit/docs/models/operations/getaddressesbybalanceovertimerequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesByBalanceOverTimeRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesByBalanceOverTimeRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesByBalanceOverTimeRequest = { threshold: "1000000", diff --git a/devtools/docs/models/operations/getaddressesbybalanceovertimeresponse.md b/chainkit/docs/models/operations/getaddressesbybalanceovertimeresponse.md similarity index 97% rename from devtools/docs/models/operations/getaddressesbybalanceovertimeresponse.md rename to chainkit/docs/models/operations/getaddressesbybalanceovertimeresponse.md index f0290a13..b1c6cfc8 100644 --- a/devtools/docs/models/operations/getaddressesbybalanceovertimeresponse.md +++ b/chainkit/docs/models/operations/getaddressesbybalanceovertimeresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesByBalanceOverTimeResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesByBalanceOverTimeResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesByBalanceOverTimeResponse = { result: { diff --git a/devtools/docs/models/operations/getaddressesbybtcbbridgedrequest.md b/chainkit/docs/models/operations/getaddressesbybtcbbridgedrequest.md similarity index 98% rename from devtools/docs/models/operations/getaddressesbybtcbbridgedrequest.md rename to chainkit/docs/models/operations/getaddressesbybtcbbridgedrequest.md index 1fea8843..d705bc79 100644 --- a/devtools/docs/models/operations/getaddressesbybtcbbridgedrequest.md +++ b/chainkit/docs/models/operations/getaddressesbybtcbbridgedrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesByBtcbBridgedRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesByBtcbBridgedRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesByBtcbBridgedRequest = { threshold: "1000000", diff --git a/devtools/docs/models/operations/getaddressesbybtcbbridgedresponse.md b/chainkit/docs/models/operations/getaddressesbybtcbbridgedresponse.md similarity index 97% rename from devtools/docs/models/operations/getaddressesbybtcbbridgedresponse.md rename to chainkit/docs/models/operations/getaddressesbybtcbbridgedresponse.md index 76c3bb10..90577582 100644 --- a/devtools/docs/models/operations/getaddressesbybtcbbridgedresponse.md +++ b/chainkit/docs/models/operations/getaddressesbybtcbbridgedresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesByBtcbBridgedResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesByBtcbBridgedResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesByBtcbBridgedResponse = { result: { diff --git a/devtools/docs/models/operations/getaddressesfromwebhookrequest.md b/chainkit/docs/models/operations/getaddressesfromwebhookrequest.md similarity index 96% rename from devtools/docs/models/operations/getaddressesfromwebhookrequest.md rename to chainkit/docs/models/operations/getaddressesfromwebhookrequest.md index 0e5cfa6d..2f44931e 100644 --- a/devtools/docs/models/operations/getaddressesfromwebhookrequest.md +++ b/chainkit/docs/models/operations/getaddressesfromwebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesFromWebhookRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesFromWebhookRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesFromWebhookRequest = { id: "f33de69c-d13b-4691-908f-870d6e2e6b04", diff --git a/devtools/docs/models/operations/getaddressesfromwebhookresponse.md b/chainkit/docs/models/operations/getaddressesfromwebhookresponse.md similarity index 98% rename from devtools/docs/models/operations/getaddressesfromwebhookresponse.md rename to chainkit/docs/models/operations/getaddressesfromwebhookresponse.md index b2691106..0975e586 100644 --- a/devtools/docs/models/operations/getaddressesfromwebhookresponse.md +++ b/chainkit/docs/models/operations/getaddressesfromwebhookresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAddressesFromWebhookResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetAddressesFromWebhookResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAddressesFromWebhookResponse = { result: { diff --git a/devtools/docs/models/operations/getaggregatedsignaturesglobals.md b/chainkit/docs/models/operations/getaggregatedsignaturesglobals.md similarity index 93% rename from devtools/docs/models/operations/getaggregatedsignaturesglobals.md rename to chainkit/docs/models/operations/getaggregatedsignaturesglobals.md index 36894752..d8b690ea 100644 --- a/devtools/docs/models/operations/getaggregatedsignaturesglobals.md +++ b/chainkit/docs/models/operations/getaggregatedsignaturesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAggregatedSignaturesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetAggregatedSignaturesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAggregatedSignaturesGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getaggregatedsignaturesrequest.md b/chainkit/docs/models/operations/getaggregatedsignaturesrequest.md similarity index 95% rename from devtools/docs/models/operations/getaggregatedsignaturesrequest.md rename to chainkit/docs/models/operations/getaggregatedsignaturesrequest.md index ea7e3466..4acc4f56 100644 --- a/devtools/docs/models/operations/getaggregatedsignaturesrequest.md +++ b/chainkit/docs/models/operations/getaggregatedsignaturesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAggregatedSignaturesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetAggregatedSignaturesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAggregatedSignaturesRequest = { txHash: "3P91K6nuDFvDodcRuJTsgdf9SvYe5pMiKk38HppsoeAiEztCP", diff --git a/devtools/docs/models/operations/getapilogsrequest.md b/chainkit/docs/models/operations/getapilogsrequest.md similarity index 99% rename from devtools/docs/models/operations/getapilogsrequest.md rename to chainkit/docs/models/operations/getapilogsrequest.md index 670a2e91..0f1296f0 100644 --- a/devtools/docs/models/operations/getapilogsrequest.md +++ b/chainkit/docs/models/operations/getapilogsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetApiLogsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetApiLogsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetApiLogsRequest = { startTimestamp: 1739507200, diff --git a/devtools/docs/models/operations/getapilogsrequesttype.md b/chainkit/docs/models/operations/getapilogsrequesttype.md similarity index 75% rename from devtools/docs/models/operations/getapilogsrequesttype.md rename to chainkit/docs/models/operations/getapilogsrequesttype.md index ad285097..ea00c445 100644 --- a/devtools/docs/models/operations/getapilogsrequesttype.md +++ b/chainkit/docs/models/operations/getapilogsrequesttype.md @@ -5,7 +5,7 @@ Filter data by request type. ## Example Usage ```typescript -import { GetApiLogsRequestType } from "@avalanche-sdk/devtools/models/operations"; +import { GetApiLogsRequestType } from "@avalanche-sdk/chainkit/models/operations"; let value: GetApiLogsRequestType = "data"; ``` diff --git a/devtools/docs/models/operations/getapilogsresponse.md b/chainkit/docs/models/operations/getapilogsresponse.md similarity index 94% rename from devtools/docs/models/operations/getapilogsresponse.md rename to chainkit/docs/models/operations/getapilogsresponse.md index f82c5d80..cbf35671 100644 --- a/devtools/docs/models/operations/getapilogsresponse.md +++ b/chainkit/docs/models/operations/getapilogsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetApiLogsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetApiLogsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetApiLogsResponse = { result: { diff --git a/devtools/docs/models/operations/getapiusagemetricsrequest.md b/chainkit/docs/models/operations/getapiusagemetricsrequest.md similarity index 98% rename from devtools/docs/models/operations/getapiusagemetricsrequest.md rename to chainkit/docs/models/operations/getapiusagemetricsrequest.md index d1d5a5ea..c3bcba20 100644 --- a/devtools/docs/models/operations/getapiusagemetricsrequest.md +++ b/chainkit/docs/models/operations/getapiusagemetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetApiUsageMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetApiUsageMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetApiUsageMetricsRequest = { startTimestamp: 1739507200, diff --git a/devtools/docs/models/operations/getapiusagemetricsrequesttype.md b/chainkit/docs/models/operations/getapiusagemetricsrequesttype.md similarity index 68% rename from devtools/docs/models/operations/getapiusagemetricsrequesttype.md rename to chainkit/docs/models/operations/getapiusagemetricsrequesttype.md index 94cbb5a9..a1af803d 100644 --- a/devtools/docs/models/operations/getapiusagemetricsrequesttype.md +++ b/chainkit/docs/models/operations/getapiusagemetricsrequesttype.md @@ -5,7 +5,7 @@ Filter data by request type. ## Example Usage ```typescript -import { GetApiUsageMetricsRequestType } from "@avalanche-sdk/devtools/models/operations"; +import { GetApiUsageMetricsRequestType } from "@avalanche-sdk/chainkit/models/operations"; let value: GetApiUsageMetricsRequestType = "data"; ``` diff --git a/devtools/docs/models/operations/getassetdetailsglobals.md b/chainkit/docs/models/operations/getassetdetailsglobals.md similarity index 95% rename from devtools/docs/models/operations/getassetdetailsglobals.md rename to chainkit/docs/models/operations/getassetdetailsglobals.md index 4bbe98f4..c568a6b0 100644 --- a/devtools/docs/models/operations/getassetdetailsglobals.md +++ b/chainkit/docs/models/operations/getassetdetailsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAssetDetailsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetAssetDetailsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAssetDetailsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getassetdetailsrequest.md b/chainkit/docs/models/operations/getassetdetailsrequest.md similarity index 97% rename from devtools/docs/models/operations/getassetdetailsrequest.md rename to chainkit/docs/models/operations/getassetdetailsrequest.md index 21a722d7..5fadac64 100644 --- a/devtools/docs/models/operations/getassetdetailsrequest.md +++ b/chainkit/docs/models/operations/getassetdetailsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetAssetDetailsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetAssetDetailsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetAssetDetailsRequest = { blockchainId: "x-chain", diff --git a/devtools/docs/models/operations/getbalancesbyaddressesglobals.md b/chainkit/docs/models/operations/getbalancesbyaddressesglobals.md similarity index 93% rename from devtools/docs/models/operations/getbalancesbyaddressesglobals.md rename to chainkit/docs/models/operations/getbalancesbyaddressesglobals.md index 71027430..696a424c 100644 --- a/devtools/docs/models/operations/getbalancesbyaddressesglobals.md +++ b/chainkit/docs/models/operations/getbalancesbyaddressesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBalancesByAddressesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetBalancesByAddressesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBalancesByAddressesGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getbalancesbyaddressesrequest.md b/chainkit/docs/models/operations/getbalancesbyaddressesrequest.md similarity index 97% rename from devtools/docs/models/operations/getbalancesbyaddressesrequest.md rename to chainkit/docs/models/operations/getbalancesbyaddressesrequest.md index ddcb3e52..3de2082f 100644 --- a/devtools/docs/models/operations/getbalancesbyaddressesrequest.md +++ b/chainkit/docs/models/operations/getbalancesbyaddressesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBalancesByAddressesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetBalancesByAddressesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBalancesByAddressesRequest = { blockTimestamp: 1599696000, diff --git a/devtools/docs/models/operations/getbalancesbyaddressesresponse.md b/chainkit/docs/models/operations/getbalancesbyaddressesresponse.md similarity index 100% rename from devtools/docs/models/operations/getbalancesbyaddressesresponse.md rename to chainkit/docs/models/operations/getbalancesbyaddressesresponse.md diff --git a/devtools/docs/models/operations/getblockbyidglobals.md b/chainkit/docs/models/operations/getblockbyidglobals.md similarity index 95% rename from devtools/docs/models/operations/getblockbyidglobals.md rename to chainkit/docs/models/operations/getblockbyidglobals.md index 5cbb08de..7dda9eb8 100644 --- a/devtools/docs/models/operations/getblockbyidglobals.md +++ b/chainkit/docs/models/operations/getblockbyidglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBlockByIdGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetBlockByIdGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBlockByIdGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getblockbyidrequest.md b/chainkit/docs/models/operations/getblockbyidrequest.md similarity index 97% rename from devtools/docs/models/operations/getblockbyidrequest.md rename to chainkit/docs/models/operations/getblockbyidrequest.md index b70d8a31..84f86b6c 100644 --- a/devtools/docs/models/operations/getblockbyidrequest.md +++ b/chainkit/docs/models/operations/getblockbyidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBlockByIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetBlockByIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBlockByIdRequest = { blockchainId: "p-chain", diff --git a/devtools/docs/models/operations/getblockchainbyidglobals.md b/chainkit/docs/models/operations/getblockchainbyidglobals.md similarity index 94% rename from devtools/docs/models/operations/getblockchainbyidglobals.md rename to chainkit/docs/models/operations/getblockchainbyidglobals.md index e74b855f..bf938997 100644 --- a/devtools/docs/models/operations/getblockchainbyidglobals.md +++ b/chainkit/docs/models/operations/getblockchainbyidglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBlockchainByIdGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetBlockchainByIdGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBlockchainByIdGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getblockchainbyidrequest.md b/chainkit/docs/models/operations/getblockchainbyidrequest.md similarity index 95% rename from devtools/docs/models/operations/getblockchainbyidrequest.md rename to chainkit/docs/models/operations/getblockchainbyidrequest.md index 49df5d5a..13631551 100644 --- a/devtools/docs/models/operations/getblockchainbyidrequest.md +++ b/chainkit/docs/models/operations/getblockchainbyidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBlockchainByIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetBlockchainByIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBlockchainByIdRequest = { blockchainId: "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5", diff --git a/devtools/docs/models/operations/getblockglobals.md b/chainkit/docs/models/operations/getblockglobals.md similarity index 94% rename from devtools/docs/models/operations/getblockglobals.md rename to chainkit/docs/models/operations/getblockglobals.md index 992f555f..78924d7f 100644 --- a/devtools/docs/models/operations/getblockglobals.md +++ b/chainkit/docs/models/operations/getblockglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBlockGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetBlockGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBlockGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getblockrequest.md b/chainkit/docs/models/operations/getblockrequest.md similarity index 97% rename from devtools/docs/models/operations/getblockrequest.md rename to chainkit/docs/models/operations/getblockrequest.md index d3ed7d73..054bdf83 100644 --- a/devtools/docs/models/operations/getblockrequest.md +++ b/chainkit/docs/models/operations/getblockrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetBlockRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetBlockRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetBlockRequest = { blockId: "0x17533aeb5193378b9ff441d61728e7a2ebaf10f61fd5310759451627dfca2e7c", diff --git a/devtools/docs/models/operations/getchainglobals.md b/chainkit/docs/models/operations/getchainglobals.md similarity index 94% rename from devtools/docs/models/operations/getchainglobals.md rename to chainkit/docs/models/operations/getchainglobals.md index 1855fb41..43ac3999 100644 --- a/devtools/docs/models/operations/getchainglobals.md +++ b/chainkit/docs/models/operations/getchainglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetChainGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetChainGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getchainidsforaddressesglobals.md b/chainkit/docs/models/operations/getchainidsforaddressesglobals.md similarity index 93% rename from devtools/docs/models/operations/getchainidsforaddressesglobals.md rename to chainkit/docs/models/operations/getchainidsforaddressesglobals.md index 6c1da15a..150fe552 100644 --- a/devtools/docs/models/operations/getchainidsforaddressesglobals.md +++ b/chainkit/docs/models/operations/getchainidsforaddressesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainIdsForAddressesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetChainIdsForAddressesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetChainIdsForAddressesGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getchainidsforaddressesrequest.md b/chainkit/docs/models/operations/getchainidsforaddressesrequest.md similarity index 96% rename from devtools/docs/models/operations/getchainidsforaddressesrequest.md rename to chainkit/docs/models/operations/getchainidsforaddressesrequest.md index 2a4a0296..63f497f0 100644 --- a/devtools/docs/models/operations/getchainidsforaddressesrequest.md +++ b/chainkit/docs/models/operations/getchainidsforaddressesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainIdsForAddressesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetChainIdsForAddressesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetChainIdsForAddressesRequest = { addresses: "avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg", diff --git a/devtools/docs/models/operations/getchaininfoglobals.md b/chainkit/docs/models/operations/getchaininfoglobals.md similarity index 94% rename from devtools/docs/models/operations/getchaininfoglobals.md rename to chainkit/docs/models/operations/getchaininfoglobals.md index 272b4b2f..5b6e0910 100644 --- a/devtools/docs/models/operations/getchaininfoglobals.md +++ b/chainkit/docs/models/operations/getchaininfoglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainInfoGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetChainInfoGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetChainInfoGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getchaininforequest.md b/chainkit/docs/models/operations/getchaininforequest.md similarity index 96% rename from devtools/docs/models/operations/getchaininforequest.md rename to chainkit/docs/models/operations/getchaininforequest.md index 9faab3ed..deed1fe1 100644 --- a/devtools/docs/models/operations/getchaininforequest.md +++ b/chainkit/docs/models/operations/getchaininforequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainInfoRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetChainInfoRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetChainInfoRequest = {}; ``` diff --git a/devtools/docs/models/operations/getchainrequest.md b/chainkit/docs/models/operations/getchainrequest.md similarity index 95% rename from devtools/docs/models/operations/getchainrequest.md rename to chainkit/docs/models/operations/getchainrequest.md index e5e69d22..d51ad230 100644 --- a/devtools/docs/models/operations/getchainrequest.md +++ b/chainkit/docs/models/operations/getchainrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetChainRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetChainRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetChainRequest = {}; ``` diff --git a/devtools/docs/models/operations/getcontractmetadataglobals.md b/chainkit/docs/models/operations/getcontractmetadataglobals.md similarity index 92% rename from devtools/docs/models/operations/getcontractmetadataglobals.md rename to chainkit/docs/models/operations/getcontractmetadataglobals.md index c0297a48..32bbd158 100644 --- a/devtools/docs/models/operations/getcontractmetadataglobals.md +++ b/chainkit/docs/models/operations/getcontractmetadataglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetContractMetadataGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetContractMetadataGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetContractMetadataGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getcontractmetadatarequest.md b/chainkit/docs/models/operations/getcontractmetadatarequest.md similarity index 96% rename from devtools/docs/models/operations/getcontractmetadatarequest.md rename to chainkit/docs/models/operations/getcontractmetadatarequest.md index 95467e8d..fc927bb2 100644 --- a/devtools/docs/models/operations/getcontractmetadatarequest.md +++ b/chainkit/docs/models/operations/getcontractmetadatarequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetContractMetadataRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetContractMetadataRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetContractMetadataRequest = { address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", diff --git a/devtools/docs/models/operations/getcontractmetadataresponse.md b/chainkit/docs/models/operations/getcontractmetadataresponse.md similarity index 100% rename from devtools/docs/models/operations/getcontractmetadataresponse.md rename to chainkit/docs/models/operations/getcontractmetadataresponse.md index c41ce055..e4fdbf1d 100644 --- a/devtools/docs/models/operations/getcontractmetadataresponse.md +++ b/chainkit/docs/models/operations/getcontractmetadataresponse.md @@ -5,37 +5,37 @@ Successful response ## Supported Types -### `components.Erc20Contract` +### `components.Erc721Contract` ```typescript -const value: components.Erc20Contract = { +const value: components.Erc721Contract = { name: "Wrapped AVAX", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-20", + ercType: "ERC-721", symbol: "WAVAX", - decimals: 18, }; ``` -### `components.Erc721Contract` +### `components.Erc1155Contract` ```typescript -const value: components.Erc721Contract = { +const value: components.Erc1155Contract = { name: "Wrapped AVAX", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-721", + ercType: "ERC-1155", symbol: "WAVAX", }; ``` -### `components.Erc1155Contract` +### `components.Erc20Contract` ```typescript -const value: components.Erc1155Contract = { +const value: components.Erc20Contract = { name: "Wrapped AVAX", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-1155", + ercType: "ERC-20", symbol: "WAVAX", + decimals: 18, }; ``` diff --git a/devtools/docs/models/operations/getdeploymenttransactionglobals.md b/chainkit/docs/models/operations/getdeploymenttransactionglobals.md similarity index 97% rename from devtools/docs/models/operations/getdeploymenttransactionglobals.md rename to chainkit/docs/models/operations/getdeploymenttransactionglobals.md index ea5a402a..babe986a 100644 --- a/devtools/docs/models/operations/getdeploymenttransactionglobals.md +++ b/chainkit/docs/models/operations/getdeploymenttransactionglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetDeploymentTransactionGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetDeploymentTransactionGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetDeploymentTransactionGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getdeploymenttransactionrequest.md b/chainkit/docs/models/operations/getdeploymenttransactionrequest.md similarity index 99% rename from devtools/docs/models/operations/getdeploymenttransactionrequest.md rename to chainkit/docs/models/operations/getdeploymenttransactionrequest.md index a2503813..3c03e0f4 100644 --- a/devtools/docs/models/operations/getdeploymenttransactionrequest.md +++ b/chainkit/docs/models/operations/getdeploymenttransactionrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetDeploymentTransactionRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetDeploymentTransactionRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetDeploymentTransactionRequest = { address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", diff --git a/devtools/docs/models/operations/getevmchainmetricsglobals.md b/chainkit/docs/models/operations/getevmchainmetricsglobals.md similarity index 92% rename from devtools/docs/models/operations/getevmchainmetricsglobals.md rename to chainkit/docs/models/operations/getevmchainmetricsglobals.md index 1182a33e..055a56b2 100644 --- a/devtools/docs/models/operations/getevmchainmetricsglobals.md +++ b/chainkit/docs/models/operations/getevmchainmetricsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetEvmChainMetricsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetEvmChainMetricsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetEvmChainMetricsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getevmchainmetricsrequest.md b/chainkit/docs/models/operations/getevmchainmetricsrequest.md similarity index 98% rename from devtools/docs/models/operations/getevmchainmetricsrequest.md rename to chainkit/docs/models/operations/getevmchainmetricsrequest.md index 0734d05d..3cca87d2 100644 --- a/devtools/docs/models/operations/getevmchainmetricsrequest.md +++ b/chainkit/docs/models/operations/getevmchainmetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetEvmChainMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetEvmChainMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetEvmChainMetricsRequest = { metric: "activeAddresses", diff --git a/devtools/docs/models/operations/getevmchainmetricsresponse.md b/chainkit/docs/models/operations/getevmchainmetricsresponse.md similarity index 93% rename from devtools/docs/models/operations/getevmchainmetricsresponse.md rename to chainkit/docs/models/operations/getevmchainmetricsresponse.md index dde55898..55fdcd76 100644 --- a/devtools/docs/models/operations/getevmchainmetricsresponse.md +++ b/chainkit/docs/models/operations/getevmchainmetricsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetEvmChainMetricsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetEvmChainMetricsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetEvmChainMetricsResponse = { result: { diff --git a/devtools/docs/models/operations/getevmchainrollingwindowmetricsglobals.md b/chainkit/docs/models/operations/getevmchainrollingwindowmetricsglobals.md similarity index 96% rename from devtools/docs/models/operations/getevmchainrollingwindowmetricsglobals.md rename to chainkit/docs/models/operations/getevmchainrollingwindowmetricsglobals.md index e1353d6d..88f516ff 100644 --- a/devtools/docs/models/operations/getevmchainrollingwindowmetricsglobals.md +++ b/chainkit/docs/models/operations/getevmchainrollingwindowmetricsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetEvmChainRollingWindowMetricsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetEvmChainRollingWindowMetricsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetEvmChainRollingWindowMetricsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getevmchainrollingwindowmetricsrequest.md b/chainkit/docs/models/operations/getevmchainrollingwindowmetricsrequest.md similarity index 98% rename from devtools/docs/models/operations/getevmchainrollingwindowmetricsrequest.md rename to chainkit/docs/models/operations/getevmchainrollingwindowmetricsrequest.md index 17ce1937..07044ddb 100644 --- a/devtools/docs/models/operations/getevmchainrollingwindowmetricsrequest.md +++ b/chainkit/docs/models/operations/getevmchainrollingwindowmetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetEvmChainRollingWindowMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetEvmChainRollingWindowMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetEvmChainRollingWindowMetricsRequest = { metric: "txCount", diff --git a/devtools/docs/models/operations/geticmmessagerequest.md b/chainkit/docs/models/operations/geticmmessagerequest.md similarity index 95% rename from devtools/docs/models/operations/geticmmessagerequest.md rename to chainkit/docs/models/operations/geticmmessagerequest.md index 56c2eb59..eeea2d33 100644 --- a/devtools/docs/models/operations/geticmmessagerequest.md +++ b/chainkit/docs/models/operations/geticmmessagerequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetIcmMessageRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetIcmMessageRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetIcmMessageRequest = { messageId: "acf1c8b06f9aec48e9fcbefbbe576ae8a7ca3b327fcae111396e7cc99956674d", diff --git a/devtools/docs/models/operations/geticmmessageresponse.md b/chainkit/docs/models/operations/geticmmessageresponse.md similarity index 100% rename from devtools/docs/models/operations/geticmmessageresponse.md rename to chainkit/docs/models/operations/geticmmessageresponse.md diff --git a/devtools/docs/models/operations/getlatestblocksglobals.md b/chainkit/docs/models/operations/getlatestblocksglobals.md similarity index 94% rename from devtools/docs/models/operations/getlatestblocksglobals.md rename to chainkit/docs/models/operations/getlatestblocksglobals.md index 84b43040..b166a7d9 100644 --- a/devtools/docs/models/operations/getlatestblocksglobals.md +++ b/chainkit/docs/models/operations/getlatestblocksglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetLatestBlocksGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetLatestBlocksGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetLatestBlocksGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getlatestblocksrequest.md b/chainkit/docs/models/operations/getlatestblocksrequest.md similarity index 97% rename from devtools/docs/models/operations/getlatestblocksrequest.md rename to chainkit/docs/models/operations/getlatestblocksrequest.md index 7da10e3b..1fdcce2f 100644 --- a/devtools/docs/models/operations/getlatestblocksrequest.md +++ b/chainkit/docs/models/operations/getlatestblocksrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetLatestBlocksRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetLatestBlocksRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetLatestBlocksRequest = {}; ``` diff --git a/devtools/docs/models/operations/getlatestblocksresponse.md b/chainkit/docs/models/operations/getlatestblocksresponse.md similarity index 96% rename from devtools/docs/models/operations/getlatestblocksresponse.md rename to chainkit/docs/models/operations/getlatestblocksresponse.md index d3a1aea7..146b2a72 100644 --- a/devtools/docs/models/operations/getlatestblocksresponse.md +++ b/chainkit/docs/models/operations/getlatestblocksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetLatestBlocksResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetLatestBlocksResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetLatestBlocksResponse = { result: { diff --git a/devtools/docs/models/operations/getmetricsbynodeidmetric.md b/chainkit/docs/models/operations/getmetricsbynodeidmetric.md similarity index 75% rename from devtools/docs/models/operations/getmetricsbynodeidmetric.md rename to chainkit/docs/models/operations/getmetricsbynodeidmetric.md index ba23b2f2..6ee6d627 100644 --- a/devtools/docs/models/operations/getmetricsbynodeidmetric.md +++ b/chainkit/docs/models/operations/getmetricsbynodeidmetric.md @@ -5,7 +5,7 @@ Which metric to fetch for given L1 validator(node) ID. ## Example Usage ```typescript -import { GetMetricsByNodeIdMetric } from "@avalanche-sdk/devtools/models/operations"; +import { GetMetricsByNodeIdMetric } from "@avalanche-sdk/chainkit/models/operations"; let value: GetMetricsByNodeIdMetric = "perNodeDailyFeesPaid"; ``` diff --git a/devtools/docs/models/operations/getmetricsbynodeidrequest.md b/chainkit/docs/models/operations/getmetricsbynodeidrequest.md similarity index 97% rename from devtools/docs/models/operations/getmetricsbynodeidrequest.md rename to chainkit/docs/models/operations/getmetricsbynodeidrequest.md index d674b3a5..a339cb1d 100644 --- a/devtools/docs/models/operations/getmetricsbynodeidrequest.md +++ b/chainkit/docs/models/operations/getmetricsbynodeidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetMetricsByNodeIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetMetricsByNodeIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetMetricsByNodeIdRequest = { metric: "perNodeDailyFeesPaid", diff --git a/devtools/docs/models/operations/getmetricsbysubnetidmetric.md b/chainkit/docs/models/operations/getmetricsbysubnetidmetric.md similarity index 76% rename from devtools/docs/models/operations/getmetricsbysubnetidmetric.md rename to chainkit/docs/models/operations/getmetricsbysubnetidmetric.md index 622c9e6e..f73a7bcd 100644 --- a/devtools/docs/models/operations/getmetricsbysubnetidmetric.md +++ b/chainkit/docs/models/operations/getmetricsbysubnetidmetric.md @@ -5,7 +5,7 @@ Which metric to fetch for given subnet ID. ## Example Usage ```typescript -import { GetMetricsBySubnetIdMetric } from "@avalanche-sdk/devtools/models/operations"; +import { GetMetricsBySubnetIdMetric } from "@avalanche-sdk/chainkit/models/operations"; let value: GetMetricsBySubnetIdMetric = "perSubnetDailyFeesPaid"; ``` diff --git a/devtools/docs/models/operations/getmetricsbysubnetidrequest.md b/chainkit/docs/models/operations/getmetricsbysubnetidrequest.md similarity index 97% rename from devtools/docs/models/operations/getmetricsbysubnetidrequest.md rename to chainkit/docs/models/operations/getmetricsbysubnetidrequest.md index 51433538..16e467f3 100644 --- a/devtools/docs/models/operations/getmetricsbysubnetidrequest.md +++ b/chainkit/docs/models/operations/getmetricsbysubnetidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetMetricsBySubnetIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetMetricsBySubnetIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetMetricsBySubnetIdRequest = { metric: "perSubnetDailyFeesPaid", diff --git a/devtools/docs/models/operations/getmetricsbyvalidationidmetric.md b/chainkit/docs/models/operations/getmetricsbyvalidationidmetric.md similarity index 74% rename from devtools/docs/models/operations/getmetricsbyvalidationidmetric.md rename to chainkit/docs/models/operations/getmetricsbyvalidationidmetric.md index 2a79887d..67916fa8 100644 --- a/devtools/docs/models/operations/getmetricsbyvalidationidmetric.md +++ b/chainkit/docs/models/operations/getmetricsbyvalidationidmetric.md @@ -5,7 +5,7 @@ Which metric to fetch for given L1 validation ID. ## Example Usage ```typescript -import { GetMetricsByValidationIdMetric } from "@avalanche-sdk/devtools/models/operations"; +import { GetMetricsByValidationIdMetric } from "@avalanche-sdk/chainkit/models/operations"; let value: GetMetricsByValidationIdMetric = "validationFeesDaily"; ``` diff --git a/devtools/docs/models/operations/getmetricsbyvalidationidrequest.md b/chainkit/docs/models/operations/getmetricsbyvalidationidrequest.md similarity index 99% rename from devtools/docs/models/operations/getmetricsbyvalidationidrequest.md rename to chainkit/docs/models/operations/getmetricsbyvalidationidrequest.md index 8f1f605f..e98067d5 100644 --- a/devtools/docs/models/operations/getmetricsbyvalidationidrequest.md +++ b/chainkit/docs/models/operations/getmetricsbyvalidationidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetMetricsByValidationIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetMetricsByValidationIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetMetricsByValidationIdRequest = { l1ValidationId: "2YYCZGHjqnbw1MzQ5fGrTp3SjqUu8y1J1xeW4yuhdXe4LoUVVG", diff --git a/devtools/docs/models/operations/getnativebalanceglobals.md b/chainkit/docs/models/operations/getnativebalanceglobals.md similarity index 94% rename from devtools/docs/models/operations/getnativebalanceglobals.md rename to chainkit/docs/models/operations/getnativebalanceglobals.md index 27338d7e..0db71cc4 100644 --- a/devtools/docs/models/operations/getnativebalanceglobals.md +++ b/chainkit/docs/models/operations/getnativebalanceglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNativeBalanceGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetNativeBalanceGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNativeBalanceGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getnativebalancerequest.md b/chainkit/docs/models/operations/getnativebalancerequest.md similarity index 98% rename from devtools/docs/models/operations/getnativebalancerequest.md rename to chainkit/docs/models/operations/getnativebalancerequest.md index 69556422..69c11e53 100644 --- a/devtools/docs/models/operations/getnativebalancerequest.md +++ b/chainkit/docs/models/operations/getnativebalancerequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNativeBalanceRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetNativeBalanceRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNativeBalanceRequest = { blockNumber: "6479329", diff --git a/devtools/docs/models/operations/getnetworkdetailsglobals.md b/chainkit/docs/models/operations/getnetworkdetailsglobals.md similarity index 94% rename from devtools/docs/models/operations/getnetworkdetailsglobals.md rename to chainkit/docs/models/operations/getnetworkdetailsglobals.md index 24145695..a52579ec 100644 --- a/devtools/docs/models/operations/getnetworkdetailsglobals.md +++ b/chainkit/docs/models/operations/getnetworkdetailsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNetworkDetailsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetNetworkDetailsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNetworkDetailsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getnetworkdetailsrequest.md b/chainkit/docs/models/operations/getnetworkdetailsrequest.md similarity index 93% rename from devtools/docs/models/operations/getnetworkdetailsrequest.md rename to chainkit/docs/models/operations/getnetworkdetailsrequest.md index b8e69e32..a752fa49 100644 --- a/devtools/docs/models/operations/getnetworkdetailsrequest.md +++ b/chainkit/docs/models/operations/getnetworkdetailsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNetworkDetailsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetNetworkDetailsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNetworkDetailsRequest = {}; ``` diff --git a/devtools/docs/models/operations/getnftholdersbycontractaddressglobals.md b/chainkit/docs/models/operations/getnftholdersbycontractaddressglobals.md similarity index 96% rename from devtools/docs/models/operations/getnftholdersbycontractaddressglobals.md rename to chainkit/docs/models/operations/getnftholdersbycontractaddressglobals.md index af3d17d0..69af8d75 100644 --- a/devtools/docs/models/operations/getnftholdersbycontractaddressglobals.md +++ b/chainkit/docs/models/operations/getnftholdersbycontractaddressglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNftHoldersByContractAddressGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetNftHoldersByContractAddressGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNftHoldersByContractAddressGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getnftholdersbycontractaddressrequest.md b/chainkit/docs/models/operations/getnftholdersbycontractaddressrequest.md similarity index 98% rename from devtools/docs/models/operations/getnftholdersbycontractaddressrequest.md rename to chainkit/docs/models/operations/getnftholdersbycontractaddressrequest.md index d445f67f..b629363c 100644 --- a/devtools/docs/models/operations/getnftholdersbycontractaddressrequest.md +++ b/chainkit/docs/models/operations/getnftholdersbycontractaddressrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNftHoldersByContractAddressRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetNftHoldersByContractAddressRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNftHoldersByContractAddressRequest = { pageSize: 10, diff --git a/devtools/docs/models/operations/getnftholdersbycontractaddressresponse.md b/chainkit/docs/models/operations/getnftholdersbycontractaddressresponse.md similarity index 97% rename from devtools/docs/models/operations/getnftholdersbycontractaddressresponse.md rename to chainkit/docs/models/operations/getnftholdersbycontractaddressresponse.md index bb5912f6..f08ad542 100644 --- a/devtools/docs/models/operations/getnftholdersbycontractaddressresponse.md +++ b/chainkit/docs/models/operations/getnftholdersbycontractaddressresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetNftHoldersByContractAddressResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetNftHoldersByContractAddressResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetNftHoldersByContractAddressResponse = { result: { diff --git a/devtools/docs/models/operations/getoperationresultrequest.md b/chainkit/docs/models/operations/getoperationresultrequest.md similarity index 89% rename from devtools/docs/models/operations/getoperationresultrequest.md rename to chainkit/docs/models/operations/getoperationresultrequest.md index 1c819891..b1b2c729 100644 --- a/devtools/docs/models/operations/getoperationresultrequest.md +++ b/chainkit/docs/models/operations/getoperationresultrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetOperationResultRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetOperationResultRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetOperationResultRequest = { operationId: "aa22054a-cb7c-4a4e-9b83-59f2ede74138", diff --git a/devtools/docs/models/operations/getrpcusagemetricsrequest.md b/chainkit/docs/models/operations/getrpcusagemetricsrequest.md similarity index 98% rename from devtools/docs/models/operations/getrpcusagemetricsrequest.md rename to chainkit/docs/models/operations/getrpcusagemetricsrequest.md index f3fa3ca3..452898d2 100644 --- a/devtools/docs/models/operations/getrpcusagemetricsrequest.md +++ b/chainkit/docs/models/operations/getrpcusagemetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetRpcUsageMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetRpcUsageMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetRpcUsageMetricsRequest = { timeInterval: "daily", diff --git a/devtools/docs/models/operations/getsinglevalidatordetailsglobals.md b/chainkit/docs/models/operations/getsinglevalidatordetailsglobals.md similarity index 97% rename from devtools/docs/models/operations/getsinglevalidatordetailsglobals.md rename to chainkit/docs/models/operations/getsinglevalidatordetailsglobals.md index ad1896de..79cabf3e 100644 --- a/devtools/docs/models/operations/getsinglevalidatordetailsglobals.md +++ b/chainkit/docs/models/operations/getsinglevalidatordetailsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetSingleValidatorDetailsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetSingleValidatorDetailsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetSingleValidatorDetailsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getsinglevalidatordetailsrequest.md b/chainkit/docs/models/operations/getsinglevalidatordetailsrequest.md similarity index 99% rename from devtools/docs/models/operations/getsinglevalidatordetailsrequest.md rename to chainkit/docs/models/operations/getsinglevalidatordetailsrequest.md index 1a910605..6a0bbc84 100644 --- a/devtools/docs/models/operations/getsinglevalidatordetailsrequest.md +++ b/chainkit/docs/models/operations/getsinglevalidatordetailsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetSingleValidatorDetailsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetSingleValidatorDetailsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetSingleValidatorDetailsRequest = { nodeId: "NodeID-111111111111111111116DBWJs", diff --git a/devtools/docs/models/operations/getsinglevalidatordetailsresponse.md b/chainkit/docs/models/operations/getsinglevalidatordetailsresponse.md similarity index 97% rename from devtools/docs/models/operations/getsinglevalidatordetailsresponse.md rename to chainkit/docs/models/operations/getsinglevalidatordetailsresponse.md index b3993fac..6b87302d 100644 --- a/devtools/docs/models/operations/getsinglevalidatordetailsresponse.md +++ b/chainkit/docs/models/operations/getsinglevalidatordetailsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetSingleValidatorDetailsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetSingleValidatorDetailsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetSingleValidatorDetailsResponse = { result: { diff --git a/devtools/docs/models/operations/getstakingmetricsglobals.md b/chainkit/docs/models/operations/getstakingmetricsglobals.md similarity index 94% rename from devtools/docs/models/operations/getstakingmetricsglobals.md rename to chainkit/docs/models/operations/getstakingmetricsglobals.md index 9a8f9a0f..7a6fcda4 100644 --- a/devtools/docs/models/operations/getstakingmetricsglobals.md +++ b/chainkit/docs/models/operations/getstakingmetricsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetStakingMetricsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetStakingMetricsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetStakingMetricsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getstakingmetricsrequest.md b/chainkit/docs/models/operations/getstakingmetricsrequest.md similarity index 98% rename from devtools/docs/models/operations/getstakingmetricsrequest.md rename to chainkit/docs/models/operations/getstakingmetricsrequest.md index 668dddf1..921705c8 100644 --- a/devtools/docs/models/operations/getstakingmetricsrequest.md +++ b/chainkit/docs/models/operations/getstakingmetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetStakingMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetStakingMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetStakingMetricsRequest = { metric: "validatorCount", diff --git a/devtools/docs/models/operations/getstakingmetricsresponse.md b/chainkit/docs/models/operations/getstakingmetricsresponse.md similarity index 93% rename from devtools/docs/models/operations/getstakingmetricsresponse.md rename to chainkit/docs/models/operations/getstakingmetricsresponse.md index 99f0b804..9f28e296 100644 --- a/devtools/docs/models/operations/getstakingmetricsresponse.md +++ b/chainkit/docs/models/operations/getstakingmetricsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetStakingMetricsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetStakingMetricsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetStakingMetricsResponse = { result: { diff --git a/devtools/docs/models/operations/getsubnetbyidglobals.md b/chainkit/docs/models/operations/getsubnetbyidglobals.md similarity index 95% rename from devtools/docs/models/operations/getsubnetbyidglobals.md rename to chainkit/docs/models/operations/getsubnetbyidglobals.md index 321435d8..c77f73d9 100644 --- a/devtools/docs/models/operations/getsubnetbyidglobals.md +++ b/chainkit/docs/models/operations/getsubnetbyidglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetSubnetByIdGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetSubnetByIdGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetSubnetByIdGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getsubnetbyidrequest.md b/chainkit/docs/models/operations/getsubnetbyidrequest.md similarity index 96% rename from devtools/docs/models/operations/getsubnetbyidrequest.md rename to chainkit/docs/models/operations/getsubnetbyidrequest.md index 0a86b60b..39e5d6a8 100644 --- a/devtools/docs/models/operations/getsubnetbyidrequest.md +++ b/chainkit/docs/models/operations/getsubnetbyidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetSubnetByIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetSubnetByIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetSubnetByIdRequest = { subnetId: "11111111111111111111111111111111LpoYY", diff --git a/devtools/docs/models/operations/getsubnetrpcusagemetricsrequest.md b/chainkit/docs/models/operations/getsubnetrpcusagemetricsrequest.md similarity index 99% rename from devtools/docs/models/operations/getsubnetrpcusagemetricsrequest.md rename to chainkit/docs/models/operations/getsubnetrpcusagemetricsrequest.md index 1795aa45..ad3e451c 100644 --- a/devtools/docs/models/operations/getsubnetrpcusagemetricsrequest.md +++ b/chainkit/docs/models/operations/getsubnetrpcusagemetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetSubnetRpcUsageMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetSubnetRpcUsageMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetSubnetRpcUsageMetricsRequest = { timeInterval: "daily", diff --git a/devtools/docs/models/operations/getteleportermessagerequest.md b/chainkit/docs/models/operations/getteleportermessagerequest.md similarity index 93% rename from devtools/docs/models/operations/getteleportermessagerequest.md rename to chainkit/docs/models/operations/getteleportermessagerequest.md index 374578e6..faa08ddf 100644 --- a/devtools/docs/models/operations/getteleportermessagerequest.md +++ b/chainkit/docs/models/operations/getteleportermessagerequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTeleporterMessageRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTeleporterMessageRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTeleporterMessageRequest = { messageId: "acf1c8b06f9aec48e9fcbefbbe576ae8a7ca3b327fcae111396e7cc99956674d", diff --git a/devtools/docs/models/operations/getteleportermessageresponse.md b/chainkit/docs/models/operations/getteleportermessageresponse.md similarity index 100% rename from devtools/docs/models/operations/getteleportermessageresponse.md rename to chainkit/docs/models/operations/getteleportermessageresponse.md diff --git a/devtools/docs/models/operations/getteleportermetricsbychainglobals.md b/chainkit/docs/models/operations/getteleportermetricsbychainglobals.md similarity index 97% rename from devtools/docs/models/operations/getteleportermetricsbychainglobals.md rename to chainkit/docs/models/operations/getteleportermetricsbychainglobals.md index 5e6f700c..8c573981 100644 --- a/devtools/docs/models/operations/getteleportermetricsbychainglobals.md +++ b/chainkit/docs/models/operations/getteleportermetricsbychainglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTeleporterMetricsByChainGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetTeleporterMetricsByChainGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTeleporterMetricsByChainGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/getteleportermetricsbychainrequest.md b/chainkit/docs/models/operations/getteleportermetricsbychainrequest.md similarity index 98% rename from devtools/docs/models/operations/getteleportermetricsbychainrequest.md rename to chainkit/docs/models/operations/getteleportermetricsbychainrequest.md index f967dd14..f69fe096 100644 --- a/devtools/docs/models/operations/getteleportermetricsbychainrequest.md +++ b/chainkit/docs/models/operations/getteleportermetricsbychainrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTeleporterMetricsByChainRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTeleporterMetricsByChainRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTeleporterMetricsByChainRequest = { metric: "teleporterSourceTxnCount", diff --git a/devtools/docs/models/operations/gettokendetailsglobals.md b/chainkit/docs/models/operations/gettokendetailsglobals.md similarity index 94% rename from devtools/docs/models/operations/gettokendetailsglobals.md rename to chainkit/docs/models/operations/gettokendetailsglobals.md index 78abe17d..a74fb650 100644 --- a/devtools/docs/models/operations/gettokendetailsglobals.md +++ b/chainkit/docs/models/operations/gettokendetailsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTokenDetailsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetTokenDetailsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTokenDetailsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/gettokendetailsrequest.md b/chainkit/docs/models/operations/gettokendetailsrequest.md similarity index 97% rename from devtools/docs/models/operations/gettokendetailsrequest.md rename to chainkit/docs/models/operations/gettokendetailsrequest.md index 5fa0f285..420d5365 100644 --- a/devtools/docs/models/operations/gettokendetailsrequest.md +++ b/chainkit/docs/models/operations/gettokendetailsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTokenDetailsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTokenDetailsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTokenDetailsRequest = { address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", diff --git a/devtools/docs/models/operations/gettokendetailsresponse.md b/chainkit/docs/models/operations/gettokendetailsresponse.md similarity index 100% rename from devtools/docs/models/operations/gettokendetailsresponse.md rename to chainkit/docs/models/operations/gettokendetailsresponse.md diff --git a/devtools/docs/models/operations/gettotall1validatormetricsmetric.md b/chainkit/docs/models/operations/gettotall1validatormetricsmetric.md similarity index 92% rename from devtools/docs/models/operations/gettotall1validatormetricsmetric.md rename to chainkit/docs/models/operations/gettotall1validatormetricsmetric.md index 11a89e0f..a0dfc4c4 100644 --- a/devtools/docs/models/operations/gettotall1validatormetricsmetric.md +++ b/chainkit/docs/models/operations/gettotall1validatormetricsmetric.md @@ -5,7 +5,7 @@ Which network level metric to fetch for L1 validator. ## Example Usage ```typescript -import { GetTotalL1ValidatorMetricsMetric } from "@avalanche-sdk/devtools/models/operations"; +import { GetTotalL1ValidatorMetricsMetric } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTotalL1ValidatorMetricsMetric = "totalValidatorFeesDaily"; ``` diff --git a/devtools/docs/models/operations/gettotall1validatormetricsrequest.md b/chainkit/docs/models/operations/gettotall1validatormetricsrequest.md similarity index 98% rename from devtools/docs/models/operations/gettotall1validatormetricsrequest.md rename to chainkit/docs/models/operations/gettotall1validatormetricsrequest.md index ecf4d6ce..d24e84b5 100644 --- a/devtools/docs/models/operations/gettotall1validatormetricsrequest.md +++ b/chainkit/docs/models/operations/gettotall1validatormetricsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTotalL1ValidatorMetricsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTotalL1ValidatorMetricsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTotalL1ValidatorMetricsRequest = { metric: "totalValidatorFeesDaily", diff --git a/devtools/docs/models/operations/gettransactionglobals.md b/chainkit/docs/models/operations/gettransactionglobals.md similarity index 94% rename from devtools/docs/models/operations/gettransactionglobals.md rename to chainkit/docs/models/operations/gettransactionglobals.md index b4cdc68e..1fb68d0f 100644 --- a/devtools/docs/models/operations/gettransactionglobals.md +++ b/chainkit/docs/models/operations/gettransactionglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTransactionGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetTransactionGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTransactionGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/gettransactionrequest.md b/chainkit/docs/models/operations/gettransactionrequest.md similarity index 97% rename from devtools/docs/models/operations/gettransactionrequest.md rename to chainkit/docs/models/operations/gettransactionrequest.md index 8210426e..65dbd91c 100644 --- a/devtools/docs/models/operations/gettransactionrequest.md +++ b/chainkit/docs/models/operations/gettransactionrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTransactionRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTransactionRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTransactionRequest = { txHash: "0x8bf584d7b14b92a32a339872a66b134a70ba3ba7c305823f348db6f860253f45", diff --git a/devtools/docs/models/operations/gettransactionsforblockglobals.md b/chainkit/docs/models/operations/gettransactionsforblockglobals.md similarity index 91% rename from devtools/docs/models/operations/gettransactionsforblockglobals.md rename to chainkit/docs/models/operations/gettransactionsforblockglobals.md index 01a08cd5..3b503d48 100644 --- a/devtools/docs/models/operations/gettransactionsforblockglobals.md +++ b/chainkit/docs/models/operations/gettransactionsforblockglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTransactionsForBlockGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetTransactionsForBlockGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTransactionsForBlockGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/gettransactionsforblockrequest.md b/chainkit/docs/models/operations/gettransactionsforblockrequest.md similarity index 97% rename from devtools/docs/models/operations/gettransactionsforblockrequest.md rename to chainkit/docs/models/operations/gettransactionsforblockrequest.md index 2d69ede8..fa6fda41 100644 --- a/devtools/docs/models/operations/gettransactionsforblockrequest.md +++ b/chainkit/docs/models/operations/gettransactionsforblockrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTransactionsForBlockRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTransactionsForBlockRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTransactionsForBlockRequest = { pageSize: 10, diff --git a/devtools/docs/models/operations/gettxbyhashglobals.md b/chainkit/docs/models/operations/gettxbyhashglobals.md similarity index 95% rename from devtools/docs/models/operations/gettxbyhashglobals.md rename to chainkit/docs/models/operations/gettxbyhashglobals.md index 029375fb..8ee7043c 100644 --- a/devtools/docs/models/operations/gettxbyhashglobals.md +++ b/chainkit/docs/models/operations/gettxbyhashglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTxByHashGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetTxByHashGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTxByHashGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/gettxbyhashrequest.md b/chainkit/docs/models/operations/gettxbyhashrequest.md similarity index 97% rename from devtools/docs/models/operations/gettxbyhashrequest.md rename to chainkit/docs/models/operations/gettxbyhashrequest.md index 6a41d755..ddec164b 100644 --- a/devtools/docs/models/operations/gettxbyhashrequest.md +++ b/chainkit/docs/models/operations/gettxbyhashrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetTxByHashRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetTxByHashRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetTxByHashRequest = { blockchainId: "p-chain", diff --git a/devtools/docs/models/operations/gettxbyhashresponse.md b/chainkit/docs/models/operations/gettxbyhashresponse.md similarity index 100% rename from devtools/docs/models/operations/gettxbyhashresponse.md rename to chainkit/docs/models/operations/gettxbyhashresponse.md diff --git a/devtools/docs/models/operations/getutxosbyaddressesglobals.md b/chainkit/docs/models/operations/getutxosbyaddressesglobals.md similarity index 93% rename from devtools/docs/models/operations/getutxosbyaddressesglobals.md rename to chainkit/docs/models/operations/getutxosbyaddressesglobals.md index 2f7227f3..18c327f7 100644 --- a/devtools/docs/models/operations/getutxosbyaddressesglobals.md +++ b/chainkit/docs/models/operations/getutxosbyaddressesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetUtxosByAddressesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetUtxosByAddressesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetUtxosByAddressesGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getutxosbyaddressesrequest.md b/chainkit/docs/models/operations/getutxosbyaddressesrequest.md similarity index 98% rename from devtools/docs/models/operations/getutxosbyaddressesrequest.md rename to chainkit/docs/models/operations/getutxosbyaddressesrequest.md index 8ca34384..d303ca20 100644 --- a/devtools/docs/models/operations/getutxosbyaddressesrequest.md +++ b/chainkit/docs/models/operations/getutxosbyaddressesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetUtxosByAddressesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetUtxosByAddressesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetUtxosByAddressesRequest = { addresses: "avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg", diff --git a/devtools/docs/models/operations/getutxosbyaddressesresponse.md b/chainkit/docs/models/operations/getutxosbyaddressesresponse.md similarity index 90% rename from devtools/docs/models/operations/getutxosbyaddressesresponse.md rename to chainkit/docs/models/operations/getutxosbyaddressesresponse.md index aa76bf0f..e6e51925 100644 --- a/devtools/docs/models/operations/getutxosbyaddressesresponse.md +++ b/chainkit/docs/models/operations/getutxosbyaddressesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetUtxosByAddressesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetUtxosByAddressesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetUtxosByAddressesResponse = { result: { diff --git a/devtools/docs/models/operations/getutxosbyaddressesresponsebody.md b/chainkit/docs/models/operations/getutxosbyaddressesresponsebody.md similarity index 100% rename from devtools/docs/models/operations/getutxosbyaddressesresponsebody.md rename to chainkit/docs/models/operations/getutxosbyaddressesresponsebody.md diff --git a/devtools/docs/models/operations/getvalidatorsbydaterangerequest.md b/chainkit/docs/models/operations/getvalidatorsbydaterangerequest.md similarity index 99% rename from devtools/docs/models/operations/getvalidatorsbydaterangerequest.md rename to chainkit/docs/models/operations/getvalidatorsbydaterangerequest.md index d7b74757..65da4b2c 100644 --- a/devtools/docs/models/operations/getvalidatorsbydaterangerequest.md +++ b/chainkit/docs/models/operations/getvalidatorsbydaterangerequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetValidatorsByDateRangeRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetValidatorsByDateRangeRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetValidatorsByDateRangeRequest = { startTimestamp: 1689541049, diff --git a/devtools/docs/models/operations/getvalidatorsbydaterangeresponse.md b/chainkit/docs/models/operations/getvalidatorsbydaterangeresponse.md similarity index 97% rename from devtools/docs/models/operations/getvalidatorsbydaterangeresponse.md rename to chainkit/docs/models/operations/getvalidatorsbydaterangeresponse.md index 3aa5eb5b..d1be2ca9 100644 --- a/devtools/docs/models/operations/getvalidatorsbydaterangeresponse.md +++ b/chainkit/docs/models/operations/getvalidatorsbydaterangeresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetValidatorsByDateRangeResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetValidatorsByDateRangeResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetValidatorsByDateRangeResponse = { result: { diff --git a/devtools/docs/models/operations/getvertexbyhashglobals.md b/chainkit/docs/models/operations/getvertexbyhashglobals.md similarity index 95% rename from devtools/docs/models/operations/getvertexbyhashglobals.md rename to chainkit/docs/models/operations/getvertexbyhashglobals.md index aeebfe48..8788b981 100644 --- a/devtools/docs/models/operations/getvertexbyhashglobals.md +++ b/chainkit/docs/models/operations/getvertexbyhashglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetVertexByHashGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetVertexByHashGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetVertexByHashGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getvertexbyhashrequest.md b/chainkit/docs/models/operations/getvertexbyhashrequest.md similarity index 97% rename from devtools/docs/models/operations/getvertexbyhashrequest.md rename to chainkit/docs/models/operations/getvertexbyhashrequest.md index d2b32c3e..41a243fd 100644 --- a/devtools/docs/models/operations/getvertexbyhashrequest.md +++ b/chainkit/docs/models/operations/getvertexbyhashrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetVertexByHashRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetVertexByHashRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetVertexByHashRequest = { vertexHash: "haP1CW56cspZY7aEuqHNrtpvhqCaMTxQaYe6j5u2Mbn4L2Gqr", diff --git a/devtools/docs/models/operations/getvertexbyheightglobals.md b/chainkit/docs/models/operations/getvertexbyheightglobals.md similarity index 94% rename from devtools/docs/models/operations/getvertexbyheightglobals.md rename to chainkit/docs/models/operations/getvertexbyheightglobals.md index 9077667d..f83e217b 100644 --- a/devtools/docs/models/operations/getvertexbyheightglobals.md +++ b/chainkit/docs/models/operations/getvertexbyheightglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetVertexByHeightGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { GetVertexByHeightGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: GetVertexByHeightGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/getvertexbyheightrequest.md b/chainkit/docs/models/operations/getvertexbyheightrequest.md similarity index 98% rename from devtools/docs/models/operations/getvertexbyheightrequest.md rename to chainkit/docs/models/operations/getvertexbyheightrequest.md index ab3c012e..122ec9d4 100644 --- a/devtools/docs/models/operations/getvertexbyheightrequest.md +++ b/chainkit/docs/models/operations/getvertexbyheightrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetVertexByHeightRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetVertexByHeightRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetVertexByHeightRequest = { vertexHeight: 123, diff --git a/devtools/docs/models/operations/getvertexbyheightresponse.md b/chainkit/docs/models/operations/getvertexbyheightresponse.md similarity index 94% rename from devtools/docs/models/operations/getvertexbyheightresponse.md rename to chainkit/docs/models/operations/getvertexbyheightresponse.md index f7391b9c..6d221c9c 100644 --- a/devtools/docs/models/operations/getvertexbyheightresponse.md +++ b/chainkit/docs/models/operations/getvertexbyheightresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetVertexByHeightResponse } from "@avalanche-sdk/devtools/models/operations"; +import { GetVertexByHeightResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: GetVertexByHeightResponse = { result: { diff --git a/devtools/docs/models/operations/getwebhookrequest.md b/chainkit/docs/models/operations/getwebhookrequest.md similarity index 92% rename from devtools/docs/models/operations/getwebhookrequest.md rename to chainkit/docs/models/operations/getwebhookrequest.md index 8e1955ae..5caf479e 100644 --- a/devtools/docs/models/operations/getwebhookrequest.md +++ b/chainkit/docs/models/operations/getwebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { GetWebhookRequest } from "@avalanche-sdk/devtools/models/operations"; +import { GetWebhookRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: GetWebhookRequest = { id: "f33de69c-d13b-4691-908f-870d6e2e6b04", diff --git a/devtools/docs/models/operations/getwebhookresponse.md b/chainkit/docs/models/operations/getwebhookresponse.md similarity index 100% rename from devtools/docs/models/operations/getwebhookresponse.md rename to chainkit/docs/models/operations/getwebhookresponse.md diff --git a/devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsglobals.md b/chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsglobals.md similarity index 96% rename from devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsglobals.md rename to chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsglobals.md index d9656800..e45b0daa 100644 --- a/devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsglobals.md +++ b/chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListActivePrimaryNetworkStakingTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListActivePrimaryNetworkStakingTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListActivePrimaryNetworkStakingTransactionsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsrequest.md b/chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsrequest.md similarity index 99% rename from devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsrequest.md rename to chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsrequest.md index 3d9169e7..3860b630 100644 --- a/devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsrequest.md +++ b/chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListActivePrimaryNetworkStakingTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListActivePrimaryNetworkStakingTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListActivePrimaryNetworkStakingTransactionsRequest = { addresses: "avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg", diff --git a/devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md b/chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md similarity index 97% rename from devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md rename to chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md index 83d2d63f..07ee58a1 100644 --- a/devtools/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md +++ b/chainkit/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListActivePrimaryNetworkStakingTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListActivePrimaryNetworkStakingTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListActivePrimaryNetworkStakingTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listaddresschainsrequest.md b/chainkit/docs/models/operations/listaddresschainsrequest.md similarity index 90% rename from devtools/docs/models/operations/listaddresschainsrequest.md rename to chainkit/docs/models/operations/listaddresschainsrequest.md index b788925a..e58f8763 100644 --- a/devtools/docs/models/operations/listaddresschainsrequest.md +++ b/chainkit/docs/models/operations/listaddresschainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAddressChainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListAddressChainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAddressChainsRequest = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/operations/listalllatestblocksrequest.md b/chainkit/docs/models/operations/listalllatestblocksrequest.md similarity index 96% rename from devtools/docs/models/operations/listalllatestblocksrequest.md rename to chainkit/docs/models/operations/listalllatestblocksrequest.md index 0b16bedb..4700b1ca 100644 --- a/devtools/docs/models/operations/listalllatestblocksrequest.md +++ b/chainkit/docs/models/operations/listalllatestblocksrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAllLatestBlocksRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListAllLatestBlocksRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAllLatestBlocksRequest = { network: "mainnet", diff --git a/devtools/docs/models/operations/listalllatestblocksresponse.md b/chainkit/docs/models/operations/listalllatestblocksresponse.md similarity index 94% rename from devtools/docs/models/operations/listalllatestblocksresponse.md rename to chainkit/docs/models/operations/listalllatestblocksresponse.md index b902f682..0ae2952b 100644 --- a/devtools/docs/models/operations/listalllatestblocksresponse.md +++ b/chainkit/docs/models/operations/listalllatestblocksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAllLatestBlocksResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListAllLatestBlocksResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAllLatestBlocksResponse = { result: { diff --git a/devtools/docs/models/operations/listalllatesttransactionsrequest.md b/chainkit/docs/models/operations/listalllatesttransactionsrequest.md similarity index 99% rename from devtools/docs/models/operations/listalllatesttransactionsrequest.md rename to chainkit/docs/models/operations/listalllatesttransactionsrequest.md index 612a52be..fa15d4c3 100644 --- a/devtools/docs/models/operations/listalllatesttransactionsrequest.md +++ b/chainkit/docs/models/operations/listalllatesttransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAllLatestTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListAllLatestTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAllLatestTransactionsRequest = { network: "mainnet", diff --git a/devtools/docs/models/operations/listalllatesttransactionsresponse.md b/chainkit/docs/models/operations/listalllatesttransactionsresponse.md similarity index 97% rename from devtools/docs/models/operations/listalllatesttransactionsresponse.md rename to chainkit/docs/models/operations/listalllatesttransactionsresponse.md index e00dc544..e3c3ce8f 100644 --- a/devtools/docs/models/operations/listalllatesttransactionsresponse.md +++ b/chainkit/docs/models/operations/listalllatesttransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAllLatestTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListAllLatestTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAllLatestTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listassettransactionsglobals.md b/chainkit/docs/models/operations/listassettransactionsglobals.md similarity index 93% rename from devtools/docs/models/operations/listassettransactionsglobals.md rename to chainkit/docs/models/operations/listassettransactionsglobals.md index 7912a3a5..a0b29fca 100644 --- a/devtools/docs/models/operations/listassettransactionsglobals.md +++ b/chainkit/docs/models/operations/listassettransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAssetTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListAssetTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAssetTransactionsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listassettransactionsrequest.md b/chainkit/docs/models/operations/listassettransactionsrequest.md similarity index 98% rename from devtools/docs/models/operations/listassettransactionsrequest.md rename to chainkit/docs/models/operations/listassettransactionsrequest.md index cdecbeaa..e3ee12a1 100644 --- a/devtools/docs/models/operations/listassettransactionsrequest.md +++ b/chainkit/docs/models/operations/listassettransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAssetTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListAssetTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAssetTransactionsRequest = { txTypes: [ diff --git a/devtools/docs/models/operations/listassettransactionsresponse.md b/chainkit/docs/models/operations/listassettransactionsresponse.md similarity index 94% rename from devtools/docs/models/operations/listassettransactionsresponse.md rename to chainkit/docs/models/operations/listassettransactionsresponse.md index 0fab9569..508f01ab 100644 --- a/devtools/docs/models/operations/listassettransactionsresponse.md +++ b/chainkit/docs/models/operations/listassettransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListAssetTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListAssetTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListAssetTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listblockchainsglobals.md b/chainkit/docs/models/operations/listblockchainsglobals.md similarity index 95% rename from devtools/docs/models/operations/listblockchainsglobals.md rename to chainkit/docs/models/operations/listblockchainsglobals.md index 1671e1ba..eed2ef4b 100644 --- a/devtools/docs/models/operations/listblockchainsglobals.md +++ b/chainkit/docs/models/operations/listblockchainsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListBlockchainsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListBlockchainsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListBlockchainsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listblockchainsrequest.md b/chainkit/docs/models/operations/listblockchainsrequest.md similarity index 98% rename from devtools/docs/models/operations/listblockchainsrequest.md rename to chainkit/docs/models/operations/listblockchainsrequest.md index acfecda5..d26b3334 100644 --- a/devtools/docs/models/operations/listblockchainsrequest.md +++ b/chainkit/docs/models/operations/listblockchainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListBlockchainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListBlockchainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListBlockchainsRequest = { pageSize: 10, diff --git a/devtools/docs/models/operations/listblockchainsresponse.md b/chainkit/docs/models/operations/listblockchainsresponse.md similarity index 95% rename from devtools/docs/models/operations/listblockchainsresponse.md rename to chainkit/docs/models/operations/listblockchainsresponse.md index 2795b75a..0fab38d3 100644 --- a/devtools/docs/models/operations/listblockchainsresponse.md +++ b/chainkit/docs/models/operations/listblockchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListBlockchainsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListBlockchainsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListBlockchainsResponse = { result: { diff --git a/devtools/docs/models/operations/listchainsrequest.md b/chainkit/docs/models/operations/listchainsrequest.md similarity index 97% rename from devtools/docs/models/operations/listchainsrequest.md rename to chainkit/docs/models/operations/listchainsrequest.md index c898e194..f4fbf702 100644 --- a/devtools/docs/models/operations/listchainsrequest.md +++ b/chainkit/docs/models/operations/listchainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListChainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListChainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListChainsRequest = { network: "mainnet", diff --git a/devtools/docs/models/operations/listchainsresponse.md b/chainkit/docs/models/operations/listchainsresponse.md similarity index 95% rename from devtools/docs/models/operations/listchainsresponse.md rename to chainkit/docs/models/operations/listchainsresponse.md index 583d7c3c..ebe4a4dc 100644 --- a/devtools/docs/models/operations/listchainsresponse.md +++ b/chainkit/docs/models/operations/listchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListChainsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListChainsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListChainsResponse = { result: { diff --git a/devtools/docs/models/operations/listcollectiblebalancesglobals.md b/chainkit/docs/models/operations/listcollectiblebalancesglobals.md similarity index 91% rename from devtools/docs/models/operations/listcollectiblebalancesglobals.md rename to chainkit/docs/models/operations/listcollectiblebalancesglobals.md index 1768d034..aebe9510 100644 --- a/devtools/docs/models/operations/listcollectiblebalancesglobals.md +++ b/chainkit/docs/models/operations/listcollectiblebalancesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListCollectibleBalancesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListCollectibleBalancesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListCollectibleBalancesGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listcollectiblebalancesrequest.md b/chainkit/docs/models/operations/listcollectiblebalancesrequest.md similarity index 97% rename from devtools/docs/models/operations/listcollectiblebalancesrequest.md rename to chainkit/docs/models/operations/listcollectiblebalancesrequest.md index 4c42b256..a8444549 100644 --- a/devtools/docs/models/operations/listcollectiblebalancesrequest.md +++ b/chainkit/docs/models/operations/listcollectiblebalancesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListCollectibleBalancesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListCollectibleBalancesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListCollectibleBalancesRequest = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/operations/listcollectiblebalancesresponse.md b/chainkit/docs/models/operations/listcollectiblebalancesresponse.md similarity index 98% rename from devtools/docs/models/operations/listcollectiblebalancesresponse.md rename to chainkit/docs/models/operations/listcollectiblebalancesresponse.md index dc0e3f10..42025871 100644 --- a/devtools/docs/models/operations/listcollectiblebalancesresponse.md +++ b/chainkit/docs/models/operations/listcollectiblebalancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListCollectibleBalancesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListCollectibleBalancesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListCollectibleBalancesResponse = { result: { diff --git a/devtools/docs/models/operations/listcontractdeploymentsglobals.md b/chainkit/docs/models/operations/listcontractdeploymentsglobals.md similarity index 91% rename from devtools/docs/models/operations/listcontractdeploymentsglobals.md rename to chainkit/docs/models/operations/listcontractdeploymentsglobals.md index 394f8807..4313a575 100644 --- a/devtools/docs/models/operations/listcontractdeploymentsglobals.md +++ b/chainkit/docs/models/operations/listcontractdeploymentsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListContractDeploymentsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListContractDeploymentsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListContractDeploymentsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listcontractdeploymentsrequest.md b/chainkit/docs/models/operations/listcontractdeploymentsrequest.md similarity index 97% rename from devtools/docs/models/operations/listcontractdeploymentsrequest.md rename to chainkit/docs/models/operations/listcontractdeploymentsrequest.md index d05b415e..2ab7367e 100644 --- a/devtools/docs/models/operations/listcontractdeploymentsrequest.md +++ b/chainkit/docs/models/operations/listcontractdeploymentsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListContractDeploymentsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListContractDeploymentsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListContractDeploymentsRequest = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/operations/listcontractdeploymentsresponse.md b/chainkit/docs/models/operations/listcontractdeploymentsresponse.md similarity index 97% rename from devtools/docs/models/operations/listcontractdeploymentsresponse.md rename to chainkit/docs/models/operations/listcontractdeploymentsresponse.md index 42704817..c3c91562 100644 --- a/devtools/docs/models/operations/listcontractdeploymentsresponse.md +++ b/chainkit/docs/models/operations/listcontractdeploymentsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListContractDeploymentsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListContractDeploymentsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListContractDeploymentsResponse = { result: { diff --git a/devtools/docs/models/operations/listdelegatorsglobals.md b/chainkit/docs/models/operations/listdelegatorsglobals.md similarity index 95% rename from devtools/docs/models/operations/listdelegatorsglobals.md rename to chainkit/docs/models/operations/listdelegatorsglobals.md index 2ff6198b..2bdd1640 100644 --- a/devtools/docs/models/operations/listdelegatorsglobals.md +++ b/chainkit/docs/models/operations/listdelegatorsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListDelegatorsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListDelegatorsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListDelegatorsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listdelegatorsrequest.md b/chainkit/docs/models/operations/listdelegatorsrequest.md similarity index 99% rename from devtools/docs/models/operations/listdelegatorsrequest.md rename to chainkit/docs/models/operations/listdelegatorsrequest.md index e339e926..38de8792 100644 --- a/devtools/docs/models/operations/listdelegatorsrequest.md +++ b/chainkit/docs/models/operations/listdelegatorsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListDelegatorsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListDelegatorsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListDelegatorsRequest = { rewardAddresses: diff --git a/devtools/docs/models/operations/listdelegatorsresponse.md b/chainkit/docs/models/operations/listdelegatorsresponse.md similarity index 96% rename from devtools/docs/models/operations/listdelegatorsresponse.md rename to chainkit/docs/models/operations/listdelegatorsresponse.md index 45432a07..eebcca86 100644 --- a/devtools/docs/models/operations/listdelegatorsresponse.md +++ b/chainkit/docs/models/operations/listdelegatorsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListDelegatorsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListDelegatorsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListDelegatorsResponse = { result: { diff --git a/devtools/docs/models/operations/listerc1155balancesglobals.md b/chainkit/docs/models/operations/listerc1155balancesglobals.md similarity index 92% rename from devtools/docs/models/operations/listerc1155balancesglobals.md rename to chainkit/docs/models/operations/listerc1155balancesglobals.md index 4e6baa82..0417cb3a 100644 --- a/devtools/docs/models/operations/listerc1155balancesglobals.md +++ b/chainkit/docs/models/operations/listerc1155balancesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155BalancesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc1155BalancesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc1155BalancesGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listerc1155balancesrequest.md b/chainkit/docs/models/operations/listerc1155balancesrequest.md similarity index 98% rename from devtools/docs/models/operations/listerc1155balancesrequest.md rename to chainkit/docs/models/operations/listerc1155balancesrequest.md index 0a238ada..8913f107 100644 --- a/devtools/docs/models/operations/listerc1155balancesrequest.md +++ b/chainkit/docs/models/operations/listerc1155balancesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155BalancesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc1155BalancesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc1155BalancesRequest = { blockNumber: "6479329", diff --git a/devtools/docs/models/operations/listerc1155balancesresponse.md b/chainkit/docs/models/operations/listerc1155balancesresponse.md similarity index 95% rename from devtools/docs/models/operations/listerc1155balancesresponse.md rename to chainkit/docs/models/operations/listerc1155balancesresponse.md index 10ed1df1..7e741070 100644 --- a/devtools/docs/models/operations/listerc1155balancesresponse.md +++ b/chainkit/docs/models/operations/listerc1155balancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155BalancesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc1155BalancesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc1155BalancesResponse = { result: { diff --git a/devtools/docs/models/operations/listerc1155transactionsglobals.md b/chainkit/docs/models/operations/listerc1155transactionsglobals.md similarity index 91% rename from devtools/docs/models/operations/listerc1155transactionsglobals.md rename to chainkit/docs/models/operations/listerc1155transactionsglobals.md index 36d8e3dc..4ae32f1a 100644 --- a/devtools/docs/models/operations/listerc1155transactionsglobals.md +++ b/chainkit/docs/models/operations/listerc1155transactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155TransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc1155TransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc1155TransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listerc1155transactionsrequest.md b/chainkit/docs/models/operations/listerc1155transactionsrequest.md similarity index 98% rename from devtools/docs/models/operations/listerc1155transactionsrequest.md rename to chainkit/docs/models/operations/listerc1155transactionsrequest.md index cac942c9..7ab6b0b8 100644 --- a/devtools/docs/models/operations/listerc1155transactionsrequest.md +++ b/chainkit/docs/models/operations/listerc1155transactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155TransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc1155TransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc1155TransactionsRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listerc1155transactionsresponse.md b/chainkit/docs/models/operations/listerc1155transactionsresponse.md similarity index 98% rename from devtools/docs/models/operations/listerc1155transactionsresponse.md rename to chainkit/docs/models/operations/listerc1155transactionsresponse.md index 59657458..2f4ae8b2 100644 --- a/devtools/docs/models/operations/listerc1155transactionsresponse.md +++ b/chainkit/docs/models/operations/listerc1155transactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc1155TransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc1155TransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc1155TransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listerc20balancesglobals.md b/chainkit/docs/models/operations/listerc20balancesglobals.md similarity index 92% rename from devtools/docs/models/operations/listerc20balancesglobals.md rename to chainkit/docs/models/operations/listerc20balancesglobals.md index e8e02fde..b6d6696b 100644 --- a/devtools/docs/models/operations/listerc20balancesglobals.md +++ b/chainkit/docs/models/operations/listerc20balancesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20BalancesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc20BalancesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc20BalancesGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listerc20balancesrequest.md b/chainkit/docs/models/operations/listerc20balancesrequest.md similarity index 98% rename from devtools/docs/models/operations/listerc20balancesrequest.md rename to chainkit/docs/models/operations/listerc20balancesrequest.md index 2badade9..b41e1e90 100644 --- a/devtools/docs/models/operations/listerc20balancesrequest.md +++ b/chainkit/docs/models/operations/listerc20balancesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20BalancesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc20BalancesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc20BalancesRequest = { blockNumber: "6479329", diff --git a/devtools/docs/models/operations/listerc20balancesresponse.md b/chainkit/docs/models/operations/listerc20balancesresponse.md similarity index 95% rename from devtools/docs/models/operations/listerc20balancesresponse.md rename to chainkit/docs/models/operations/listerc20balancesresponse.md index 2d6d4481..ea629ad6 100644 --- a/devtools/docs/models/operations/listerc20balancesresponse.md +++ b/chainkit/docs/models/operations/listerc20balancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20BalancesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc20BalancesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc20BalancesResponse = { result: { diff --git a/devtools/docs/models/operations/listerc20transactionsglobals.md b/chainkit/docs/models/operations/listerc20transactionsglobals.md similarity index 92% rename from devtools/docs/models/operations/listerc20transactionsglobals.md rename to chainkit/docs/models/operations/listerc20transactionsglobals.md index d191e7c9..69339bcc 100644 --- a/devtools/docs/models/operations/listerc20transactionsglobals.md +++ b/chainkit/docs/models/operations/listerc20transactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20TransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc20TransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc20TransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listerc20transactionsrequest.md b/chainkit/docs/models/operations/listerc20transactionsrequest.md similarity index 98% rename from devtools/docs/models/operations/listerc20transactionsrequest.md rename to chainkit/docs/models/operations/listerc20transactionsrequest.md index 8931c312..354d6dd9 100644 --- a/devtools/docs/models/operations/listerc20transactionsrequest.md +++ b/chainkit/docs/models/operations/listerc20transactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20TransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc20TransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc20TransactionsRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listerc20transactionsresponse.md b/chainkit/docs/models/operations/listerc20transactionsresponse.md similarity index 93% rename from devtools/docs/models/operations/listerc20transactionsresponse.md rename to chainkit/docs/models/operations/listerc20transactionsresponse.md index bb82b7ff..a7848f00 100644 --- a/devtools/docs/models/operations/listerc20transactionsresponse.md +++ b/chainkit/docs/models/operations/listerc20transactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc20TransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc20TransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc20TransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listerc721balancesglobals.md b/chainkit/docs/models/operations/listerc721balancesglobals.md similarity index 92% rename from devtools/docs/models/operations/listerc721balancesglobals.md rename to chainkit/docs/models/operations/listerc721balancesglobals.md index 679f6afd..08eb9421 100644 --- a/devtools/docs/models/operations/listerc721balancesglobals.md +++ b/chainkit/docs/models/operations/listerc721balancesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721BalancesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc721BalancesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc721BalancesGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listerc721balancesrequest.md b/chainkit/docs/models/operations/listerc721balancesrequest.md similarity index 97% rename from devtools/docs/models/operations/listerc721balancesrequest.md rename to chainkit/docs/models/operations/listerc721balancesrequest.md index 2cc417d7..90f498d1 100644 --- a/devtools/docs/models/operations/listerc721balancesrequest.md +++ b/chainkit/docs/models/operations/listerc721balancesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721BalancesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc721BalancesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc721BalancesRequest = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/devtools/docs/models/operations/listerc721balancesresponse.md b/chainkit/docs/models/operations/listerc721balancesresponse.md similarity index 95% rename from devtools/docs/models/operations/listerc721balancesresponse.md rename to chainkit/docs/models/operations/listerc721balancesresponse.md index 67564771..09e1e956 100644 --- a/devtools/docs/models/operations/listerc721balancesresponse.md +++ b/chainkit/docs/models/operations/listerc721balancesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721BalancesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc721BalancesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc721BalancesResponse = { result: { diff --git a/devtools/docs/models/operations/listerc721transactionsglobals.md b/chainkit/docs/models/operations/listerc721transactionsglobals.md similarity index 91% rename from devtools/docs/models/operations/listerc721transactionsglobals.md rename to chainkit/docs/models/operations/listerc721transactionsglobals.md index 04105f90..7f950dc3 100644 --- a/devtools/docs/models/operations/listerc721transactionsglobals.md +++ b/chainkit/docs/models/operations/listerc721transactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721TransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc721TransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc721TransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listerc721transactionsrequest.md b/chainkit/docs/models/operations/listerc721transactionsrequest.md similarity index 98% rename from devtools/docs/models/operations/listerc721transactionsrequest.md rename to chainkit/docs/models/operations/listerc721transactionsrequest.md index 520001b1..da2ae0a1 100644 --- a/devtools/docs/models/operations/listerc721transactionsrequest.md +++ b/chainkit/docs/models/operations/listerc721transactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721TransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc721TransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc721TransactionsRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listerc721transactionsresponse.md b/chainkit/docs/models/operations/listerc721transactionsresponse.md similarity index 93% rename from devtools/docs/models/operations/listerc721transactionsresponse.md rename to chainkit/docs/models/operations/listerc721transactionsresponse.md index b26107fe..cb42fde1 100644 --- a/devtools/docs/models/operations/listerc721transactionsresponse.md +++ b/chainkit/docs/models/operations/listerc721transactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListErc721TransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListErc721TransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListErc721TransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listhistoricalprimarynetworkrewardsglobals.md b/chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsglobals.md similarity index 97% rename from devtools/docs/models/operations/listhistoricalprimarynetworkrewardsglobals.md rename to chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsglobals.md index b79d4896..dd4231c0 100644 --- a/devtools/docs/models/operations/listhistoricalprimarynetworkrewardsglobals.md +++ b/chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListHistoricalPrimaryNetworkRewardsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListHistoricalPrimaryNetworkRewardsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListHistoricalPrimaryNetworkRewardsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listhistoricalprimarynetworkrewardsrequest.md b/chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsrequest.md similarity index 99% rename from devtools/docs/models/operations/listhistoricalprimarynetworkrewardsrequest.md rename to chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsrequest.md index 94fc3a3a..2d5ca027 100644 --- a/devtools/docs/models/operations/listhistoricalprimarynetworkrewardsrequest.md +++ b/chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListHistoricalPrimaryNetworkRewardsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListHistoricalPrimaryNetworkRewardsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListHistoricalPrimaryNetworkRewardsRequest = { addresses: "avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg", diff --git a/devtools/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md b/chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md similarity index 97% rename from devtools/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md rename to chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md index de878403..a16347d1 100644 --- a/devtools/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md +++ b/chainkit/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListHistoricalPrimaryNetworkRewardsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListHistoricalPrimaryNetworkRewardsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListHistoricalPrimaryNetworkRewardsResponse = { result: { diff --git a/devtools/docs/models/operations/listicmmessagesbyaddressrequest.md b/chainkit/docs/models/operations/listicmmessagesbyaddressrequest.md similarity index 99% rename from devtools/docs/models/operations/listicmmessagesbyaddressrequest.md rename to chainkit/docs/models/operations/listicmmessagesbyaddressrequest.md index 902022ff..3325153d 100644 --- a/devtools/docs/models/operations/listicmmessagesbyaddressrequest.md +++ b/chainkit/docs/models/operations/listicmmessagesbyaddressrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListIcmMessagesByAddressRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListIcmMessagesByAddressRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListIcmMessagesByAddressRequest = { address: "0x8578AE7723751446B196bD5124e1bF57B40EB7Bc", diff --git a/devtools/docs/models/operations/listicmmessagesrequest.md b/chainkit/docs/models/operations/listicmmessagesrequest.md similarity index 98% rename from devtools/docs/models/operations/listicmmessagesrequest.md rename to chainkit/docs/models/operations/listicmmessagesrequest.md index 0e337c80..4fd0f716 100644 --- a/devtools/docs/models/operations/listicmmessagesrequest.md +++ b/chainkit/docs/models/operations/listicmmessagesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListIcmMessagesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListIcmMessagesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListIcmMessagesRequest = { sourceBlockchainId: "2D8RG4UpSXbPbvPCAWppNJyqTG2i2CAXSkTgmTBBvs7GKNZjsY", diff --git a/devtools/docs/models/operations/listicmmessagesresponse.md b/chainkit/docs/models/operations/listicmmessagesresponse.md similarity index 95% rename from devtools/docs/models/operations/listicmmessagesresponse.md rename to chainkit/docs/models/operations/listicmmessagesresponse.md index 4259e29e..6f2bf95d 100644 --- a/devtools/docs/models/operations/listicmmessagesresponse.md +++ b/chainkit/docs/models/operations/listicmmessagesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListIcmMessagesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListIcmMessagesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListIcmMessagesResponse = { result: { diff --git a/devtools/docs/models/operations/listinternaltransactionsglobals.md b/chainkit/docs/models/operations/listinternaltransactionsglobals.md similarity index 97% rename from devtools/docs/models/operations/listinternaltransactionsglobals.md rename to chainkit/docs/models/operations/listinternaltransactionsglobals.md index 7e4e6774..46890582 100644 --- a/devtools/docs/models/operations/listinternaltransactionsglobals.md +++ b/chainkit/docs/models/operations/listinternaltransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListInternalTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListInternalTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListInternalTransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listinternaltransactionsrequest.md b/chainkit/docs/models/operations/listinternaltransactionsrequest.md similarity index 99% rename from devtools/docs/models/operations/listinternaltransactionsrequest.md rename to chainkit/docs/models/operations/listinternaltransactionsrequest.md index 8cb0749c..6241153d 100644 --- a/devtools/docs/models/operations/listinternaltransactionsrequest.md +++ b/chainkit/docs/models/operations/listinternaltransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListInternalTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListInternalTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListInternalTransactionsRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listinternaltransactionsresponse.md b/chainkit/docs/models/operations/listinternaltransactionsresponse.md similarity index 98% rename from devtools/docs/models/operations/listinternaltransactionsresponse.md rename to chainkit/docs/models/operations/listinternaltransactionsresponse.md index 49616aa2..80d96d1d 100644 --- a/devtools/docs/models/operations/listinternaltransactionsresponse.md +++ b/chainkit/docs/models/operations/listinternaltransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListInternalTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListInternalTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListInternalTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listl1validatorsglobals.md b/chainkit/docs/models/operations/listl1validatorsglobals.md similarity index 95% rename from devtools/docs/models/operations/listl1validatorsglobals.md rename to chainkit/docs/models/operations/listl1validatorsglobals.md index 0b2e431d..10df5b03 100644 --- a/devtools/docs/models/operations/listl1validatorsglobals.md +++ b/chainkit/docs/models/operations/listl1validatorsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListL1ValidatorsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListL1ValidatorsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListL1ValidatorsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listl1validatorsrequest.md b/chainkit/docs/models/operations/listl1validatorsrequest.md similarity index 98% rename from devtools/docs/models/operations/listl1validatorsrequest.md rename to chainkit/docs/models/operations/listl1validatorsrequest.md index 4a9f878e..a79db65d 100644 --- a/devtools/docs/models/operations/listl1validatorsrequest.md +++ b/chainkit/docs/models/operations/listl1validatorsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListL1ValidatorsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListL1ValidatorsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListL1ValidatorsRequest = { l1ValidationId: "BsSpTd1SDvdhaoYAuKJvRj1WnoRyu8mAuMZeuz9g7brGj6KhX", diff --git a/devtools/docs/models/operations/listl1validatorsresponse.md b/chainkit/docs/models/operations/listl1validatorsresponse.md similarity index 95% rename from devtools/docs/models/operations/listl1validatorsresponse.md rename to chainkit/docs/models/operations/listl1validatorsresponse.md index 72c75c73..b9b3fbb6 100644 --- a/devtools/docs/models/operations/listl1validatorsresponse.md +++ b/chainkit/docs/models/operations/listl1validatorsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListL1ValidatorsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListL1ValidatorsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListL1ValidatorsResponse = { result: { diff --git a/devtools/docs/models/operations/listlatestblocksallchainsrequest.md b/chainkit/docs/models/operations/listlatestblocksallchainsrequest.md similarity index 98% rename from devtools/docs/models/operations/listlatestblocksallchainsrequest.md rename to chainkit/docs/models/operations/listlatestblocksallchainsrequest.md index 5bfccad3..e58b188e 100644 --- a/devtools/docs/models/operations/listlatestblocksallchainsrequest.md +++ b/chainkit/docs/models/operations/listlatestblocksallchainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestBlocksAllChainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestBlocksAllChainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestBlocksAllChainsRequest = { network: "mainnet", diff --git a/devtools/docs/models/operations/listlatestblocksallchainsresponse.md b/chainkit/docs/models/operations/listlatestblocksallchainsresponse.md similarity index 98% rename from devtools/docs/models/operations/listlatestblocksallchainsresponse.md rename to chainkit/docs/models/operations/listlatestblocksallchainsresponse.md index e6b3c7dd..74a5e200 100644 --- a/devtools/docs/models/operations/listlatestblocksallchainsresponse.md +++ b/chainkit/docs/models/operations/listlatestblocksallchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestBlocksAllChainsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestBlocksAllChainsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestBlocksAllChainsResponse = { result: { diff --git a/devtools/docs/models/operations/listlatestprimarynetworkblocksglobals.md b/chainkit/docs/models/operations/listlatestprimarynetworkblocksglobals.md similarity index 97% rename from devtools/docs/models/operations/listlatestprimarynetworkblocksglobals.md rename to chainkit/docs/models/operations/listlatestprimarynetworkblocksglobals.md index 63e5e08c..47596e0b 100644 --- a/devtools/docs/models/operations/listlatestprimarynetworkblocksglobals.md +++ b/chainkit/docs/models/operations/listlatestprimarynetworkblocksglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestPrimaryNetworkBlocksGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestPrimaryNetworkBlocksGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestPrimaryNetworkBlocksGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listlatestprimarynetworkblocksrequest.md b/chainkit/docs/models/operations/listlatestprimarynetworkblocksrequest.md similarity index 99% rename from devtools/docs/models/operations/listlatestprimarynetworkblocksrequest.md rename to chainkit/docs/models/operations/listlatestprimarynetworkblocksrequest.md index e8ef8dd9..1f3cb15e 100644 --- a/devtools/docs/models/operations/listlatestprimarynetworkblocksrequest.md +++ b/chainkit/docs/models/operations/listlatestprimarynetworkblocksrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestPrimaryNetworkBlocksRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestPrimaryNetworkBlocksRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestPrimaryNetworkBlocksRequest = { startTimestamp: 1689541049, diff --git a/devtools/docs/models/operations/listlatestprimarynetworkblocksresponse.md b/chainkit/docs/models/operations/listlatestprimarynetworkblocksresponse.md similarity index 98% rename from devtools/docs/models/operations/listlatestprimarynetworkblocksresponse.md rename to chainkit/docs/models/operations/listlatestprimarynetworkblocksresponse.md index a1ffd69f..e1a21b0d 100644 --- a/devtools/docs/models/operations/listlatestprimarynetworkblocksresponse.md +++ b/chainkit/docs/models/operations/listlatestprimarynetworkblocksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestPrimaryNetworkBlocksResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestPrimaryNetworkBlocksResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestPrimaryNetworkBlocksResponse = { result: { diff --git a/devtools/docs/models/operations/listlatestprimarynetworktransactionsglobals.md b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsglobals.md similarity index 97% rename from devtools/docs/models/operations/listlatestprimarynetworktransactionsglobals.md rename to chainkit/docs/models/operations/listlatestprimarynetworktransactionsglobals.md index f257ea15..20b33940 100644 --- a/devtools/docs/models/operations/listlatestprimarynetworktransactionsglobals.md +++ b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestPrimaryNetworkTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestPrimaryNetworkTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestPrimaryNetworkTransactionsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listlatestprimarynetworktransactionsrequest.md b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsrequest.md similarity index 99% rename from devtools/docs/models/operations/listlatestprimarynetworktransactionsrequest.md rename to chainkit/docs/models/operations/listlatestprimarynetworktransactionsrequest.md index 9346b0ac..e55eeda4 100644 --- a/devtools/docs/models/operations/listlatestprimarynetworktransactionsrequest.md +++ b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestPrimaryNetworkTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestPrimaryNetworkTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestPrimaryNetworkTransactionsRequest = { addresses: "avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg", diff --git a/devtools/docs/models/operations/listlatestprimarynetworktransactionsresponse.md b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsresponse.md similarity index 96% rename from devtools/docs/models/operations/listlatestprimarynetworktransactionsresponse.md rename to chainkit/docs/models/operations/listlatestprimarynetworktransactionsresponse.md index ce965ad7..895770ef 100644 --- a/devtools/docs/models/operations/listlatestprimarynetworktransactionsresponse.md +++ b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestPrimaryNetworkTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestPrimaryNetworkTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestPrimaryNetworkTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md b/chainkit/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md similarity index 100% rename from devtools/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md rename to chainkit/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md diff --git a/devtools/docs/models/operations/listlatesttransactionsallchainsrequest.md b/chainkit/docs/models/operations/listlatesttransactionsallchainsrequest.md similarity index 98% rename from devtools/docs/models/operations/listlatesttransactionsallchainsrequest.md rename to chainkit/docs/models/operations/listlatesttransactionsallchainsrequest.md index a07f3fba..cc5c1a07 100644 --- a/devtools/docs/models/operations/listlatesttransactionsallchainsrequest.md +++ b/chainkit/docs/models/operations/listlatesttransactionsallchainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestTransactionsAllChainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestTransactionsAllChainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestTransactionsAllChainsRequest = { network: "mainnet", diff --git a/devtools/docs/models/operations/listlatesttransactionsallchainsresponse.md b/chainkit/docs/models/operations/listlatesttransactionsallchainsresponse.md similarity index 97% rename from devtools/docs/models/operations/listlatesttransactionsallchainsresponse.md rename to chainkit/docs/models/operations/listlatesttransactionsallchainsresponse.md index 567fe905..1bc96a7e 100644 --- a/devtools/docs/models/operations/listlatesttransactionsallchainsresponse.md +++ b/chainkit/docs/models/operations/listlatesttransactionsallchainsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestTransactionsAllChainsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestTransactionsAllChainsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestTransactionsAllChainsResponse = { result: { diff --git a/devtools/docs/models/operations/listlatesttransactionsglobals.md b/chainkit/docs/models/operations/listlatesttransactionsglobals.md similarity index 91% rename from devtools/docs/models/operations/listlatesttransactionsglobals.md rename to chainkit/docs/models/operations/listlatesttransactionsglobals.md index 2d6cc766..6082a2e3 100644 --- a/devtools/docs/models/operations/listlatesttransactionsglobals.md +++ b/chainkit/docs/models/operations/listlatesttransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestTransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listlatesttransactionsrequest.md b/chainkit/docs/models/operations/listlatesttransactionsrequest.md similarity index 97% rename from devtools/docs/models/operations/listlatesttransactionsrequest.md rename to chainkit/docs/models/operations/listlatesttransactionsrequest.md index 17cf6293..0bcdf38b 100644 --- a/devtools/docs/models/operations/listlatesttransactionsrequest.md +++ b/chainkit/docs/models/operations/listlatesttransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestTransactionsRequest = {}; ``` diff --git a/devtools/docs/models/operations/listlatesttransactionsresponse.md b/chainkit/docs/models/operations/listlatesttransactionsresponse.md similarity index 93% rename from devtools/docs/models/operations/listlatesttransactionsresponse.md rename to chainkit/docs/models/operations/listlatesttransactionsresponse.md index 5237ad20..0b149590 100644 --- a/devtools/docs/models/operations/listlatesttransactionsresponse.md +++ b/chainkit/docs/models/operations/listlatesttransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listlatestxchainverticesglobals.md b/chainkit/docs/models/operations/listlatestxchainverticesglobals.md similarity index 98% rename from devtools/docs/models/operations/listlatestxchainverticesglobals.md rename to chainkit/docs/models/operations/listlatestxchainverticesglobals.md index 18caf675..1516646c 100644 --- a/devtools/docs/models/operations/listlatestxchainverticesglobals.md +++ b/chainkit/docs/models/operations/listlatestxchainverticesglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestXChainVerticesGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestXChainVerticesGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestXChainVerticesGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listlatestxchainverticesrequest.md b/chainkit/docs/models/operations/listlatestxchainverticesrequest.md similarity index 99% rename from devtools/docs/models/operations/listlatestxchainverticesrequest.md rename to chainkit/docs/models/operations/listlatestxchainverticesrequest.md index 6b40711c..1473e411 100644 --- a/devtools/docs/models/operations/listlatestxchainverticesrequest.md +++ b/chainkit/docs/models/operations/listlatestxchainverticesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestXChainVerticesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestXChainVerticesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestXChainVerticesRequest = { blockchainId: "x-chain", diff --git a/devtools/docs/models/operations/listlatestxchainverticesresponse.md b/chainkit/docs/models/operations/listlatestxchainverticesresponse.md similarity index 98% rename from devtools/docs/models/operations/listlatestxchainverticesresponse.md rename to chainkit/docs/models/operations/listlatestxchainverticesresponse.md index 0ba42cba..ca663226 100644 --- a/devtools/docs/models/operations/listlatestxchainverticesresponse.md +++ b/chainkit/docs/models/operations/listlatestxchainverticesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListLatestXChainVerticesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListLatestXChainVerticesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListLatestXChainVerticesResponse = { result: { diff --git a/devtools/docs/models/operations/listnativetransactionsglobals.md b/chainkit/docs/models/operations/listnativetransactionsglobals.md similarity index 91% rename from devtools/docs/models/operations/listnativetransactionsglobals.md rename to chainkit/docs/models/operations/listnativetransactionsglobals.md index f669d601..e80c28a5 100644 --- a/devtools/docs/models/operations/listnativetransactionsglobals.md +++ b/chainkit/docs/models/operations/listnativetransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListNativeTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListNativeTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListNativeTransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listnativetransactionsrequest.md b/chainkit/docs/models/operations/listnativetransactionsrequest.md similarity index 98% rename from devtools/docs/models/operations/listnativetransactionsrequest.md rename to chainkit/docs/models/operations/listnativetransactionsrequest.md index 0424e9c8..9659659b 100644 --- a/devtools/docs/models/operations/listnativetransactionsrequest.md +++ b/chainkit/docs/models/operations/listnativetransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListNativeTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListNativeTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListNativeTransactionsRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listnativetransactionsresponse.md b/chainkit/docs/models/operations/listnativetransactionsresponse.md similarity index 93% rename from devtools/docs/models/operations/listnativetransactionsresponse.md rename to chainkit/docs/models/operations/listnativetransactionsresponse.md index cba6f1fd..5b412ed1 100644 --- a/devtools/docs/models/operations/listnativetransactionsresponse.md +++ b/chainkit/docs/models/operations/listnativetransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListNativeTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListNativeTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListNativeTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listpendingprimarynetworkrewardsglobals.md b/chainkit/docs/models/operations/listpendingprimarynetworkrewardsglobals.md similarity index 97% rename from devtools/docs/models/operations/listpendingprimarynetworkrewardsglobals.md rename to chainkit/docs/models/operations/listpendingprimarynetworkrewardsglobals.md index 3a92d1ff..2493b4f6 100644 --- a/devtools/docs/models/operations/listpendingprimarynetworkrewardsglobals.md +++ b/chainkit/docs/models/operations/listpendingprimarynetworkrewardsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPendingPrimaryNetworkRewardsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListPendingPrimaryNetworkRewardsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListPendingPrimaryNetworkRewardsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listpendingprimarynetworkrewardsrequest.md b/chainkit/docs/models/operations/listpendingprimarynetworkrewardsrequest.md similarity index 99% rename from devtools/docs/models/operations/listpendingprimarynetworkrewardsrequest.md rename to chainkit/docs/models/operations/listpendingprimarynetworkrewardsrequest.md index cc8ee255..c4a5721d 100644 --- a/devtools/docs/models/operations/listpendingprimarynetworkrewardsrequest.md +++ b/chainkit/docs/models/operations/listpendingprimarynetworkrewardsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPendingPrimaryNetworkRewardsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListPendingPrimaryNetworkRewardsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListPendingPrimaryNetworkRewardsRequest = { addresses: "avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg", diff --git a/devtools/docs/models/operations/listpendingprimarynetworkrewardsresponse.md b/chainkit/docs/models/operations/listpendingprimarynetworkrewardsresponse.md similarity index 98% rename from devtools/docs/models/operations/listpendingprimarynetworkrewardsresponse.md rename to chainkit/docs/models/operations/listpendingprimarynetworkrewardsresponse.md index 82c36085..4bd80ac4 100644 --- a/devtools/docs/models/operations/listpendingprimarynetworkrewardsresponse.md +++ b/chainkit/docs/models/operations/listpendingprimarynetworkrewardsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPendingPrimaryNetworkRewardsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListPendingPrimaryNetworkRewardsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListPendingPrimaryNetworkRewardsResponse = { result: { diff --git a/devtools/docs/models/operations/listprimarynetworkblocksbynodeidglobals.md b/chainkit/docs/models/operations/listprimarynetworkblocksbynodeidglobals.md similarity index 97% rename from devtools/docs/models/operations/listprimarynetworkblocksbynodeidglobals.md rename to chainkit/docs/models/operations/listprimarynetworkblocksbynodeidglobals.md index e108999e..66ed4cc7 100644 --- a/devtools/docs/models/operations/listprimarynetworkblocksbynodeidglobals.md +++ b/chainkit/docs/models/operations/listprimarynetworkblocksbynodeidglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPrimaryNetworkBlocksByNodeIdGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListPrimaryNetworkBlocksByNodeIdGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListPrimaryNetworkBlocksByNodeIdGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listprimarynetworkblocksbynodeidrequest.md b/chainkit/docs/models/operations/listprimarynetworkblocksbynodeidrequest.md similarity index 99% rename from devtools/docs/models/operations/listprimarynetworkblocksbynodeidrequest.md rename to chainkit/docs/models/operations/listprimarynetworkblocksbynodeidrequest.md index 137ba9c9..61b54ed8 100644 --- a/devtools/docs/models/operations/listprimarynetworkblocksbynodeidrequest.md +++ b/chainkit/docs/models/operations/listprimarynetworkblocksbynodeidrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPrimaryNetworkBlocksByNodeIdRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListPrimaryNetworkBlocksByNodeIdRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListPrimaryNetworkBlocksByNodeIdRequest = { startTimestamp: 1689541049, diff --git a/devtools/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md b/chainkit/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md similarity index 98% rename from devtools/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md rename to chainkit/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md index a623ae6d..79b2cad3 100644 --- a/devtools/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md +++ b/chainkit/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListPrimaryNetworkBlocksByNodeIdResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListPrimaryNetworkBlocksByNodeIdResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListPrimaryNetworkBlocksByNodeIdResponse = { result: { diff --git a/devtools/docs/models/operations/listsubnetsglobals.md b/chainkit/docs/models/operations/listsubnetsglobals.md similarity index 95% rename from devtools/docs/models/operations/listsubnetsglobals.md rename to chainkit/docs/models/operations/listsubnetsglobals.md index eaf257aa..5de746aa 100644 --- a/devtools/docs/models/operations/listsubnetsglobals.md +++ b/chainkit/docs/models/operations/listsubnetsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListSubnetsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListSubnetsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListSubnetsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listsubnetsrequest.md b/chainkit/docs/models/operations/listsubnetsrequest.md similarity index 98% rename from devtools/docs/models/operations/listsubnetsrequest.md rename to chainkit/docs/models/operations/listsubnetsrequest.md index 7010c245..00a6633e 100644 --- a/devtools/docs/models/operations/listsubnetsrequest.md +++ b/chainkit/docs/models/operations/listsubnetsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListSubnetsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListSubnetsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListSubnetsRequest = { pageSize: 10, diff --git a/devtools/docs/models/operations/listsubnetsresponse.md b/chainkit/docs/models/operations/listsubnetsresponse.md similarity index 94% rename from devtools/docs/models/operations/listsubnetsresponse.md rename to chainkit/docs/models/operations/listsubnetsresponse.md index b393eed4..057ac8a8 100644 --- a/devtools/docs/models/operations/listsubnetsresponse.md +++ b/chainkit/docs/models/operations/listsubnetsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListSubnetsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListSubnetsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListSubnetsResponse = { result: { diff --git a/devtools/docs/models/operations/listteleportermessagesbyaddressrequest.md b/chainkit/docs/models/operations/listteleportermessagesbyaddressrequest.md similarity index 98% rename from devtools/docs/models/operations/listteleportermessagesbyaddressrequest.md rename to chainkit/docs/models/operations/listteleportermessagesbyaddressrequest.md index 6dc1e4f9..ec450c5a 100644 --- a/devtools/docs/models/operations/listteleportermessagesbyaddressrequest.md +++ b/chainkit/docs/models/operations/listteleportermessagesbyaddressrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTeleporterMessagesByAddressRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListTeleporterMessagesByAddressRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTeleporterMessagesByAddressRequest = { address: "0x8578AE7723751446B196bD5124e1bF57B40EB7Bc", diff --git a/devtools/docs/models/operations/listteleportermessagesrequest.md b/chainkit/docs/models/operations/listteleportermessagesrequest.md similarity index 98% rename from devtools/docs/models/operations/listteleportermessagesrequest.md rename to chainkit/docs/models/operations/listteleportermessagesrequest.md index e9f868a3..e6df5bc1 100644 --- a/devtools/docs/models/operations/listteleportermessagesrequest.md +++ b/chainkit/docs/models/operations/listteleportermessagesrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTeleporterMessagesRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListTeleporterMessagesRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTeleporterMessagesRequest = { sourceBlockchainId: "2D8RG4UpSXbPbvPCAWppNJyqTG2i2CAXSkTgmTBBvs7GKNZjsY", diff --git a/devtools/docs/models/operations/listteleportermessagesresponse.md b/chainkit/docs/models/operations/listteleportermessagesresponse.md similarity index 93% rename from devtools/docs/models/operations/listteleportermessagesresponse.md rename to chainkit/docs/models/operations/listteleportermessagesresponse.md index 0eb3ef7c..f5baa40b 100644 --- a/devtools/docs/models/operations/listteleportermessagesresponse.md +++ b/chainkit/docs/models/operations/listteleportermessagesresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTeleporterMessagesResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListTeleporterMessagesResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTeleporterMessagesResponse = { result: { diff --git a/devtools/docs/models/operations/listtokensglobals.md b/chainkit/docs/models/operations/listtokensglobals.md similarity index 94% rename from devtools/docs/models/operations/listtokensglobals.md rename to chainkit/docs/models/operations/listtokensglobals.md index 2dffb77e..0d0022e9 100644 --- a/devtools/docs/models/operations/listtokensglobals.md +++ b/chainkit/docs/models/operations/listtokensglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTokensGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListTokensGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTokensGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listtokensrequest.md b/chainkit/docs/models/operations/listtokensrequest.md similarity index 98% rename from devtools/docs/models/operations/listtokensrequest.md rename to chainkit/docs/models/operations/listtokensrequest.md index 6cab6232..a457800c 100644 --- a/devtools/docs/models/operations/listtokensrequest.md +++ b/chainkit/docs/models/operations/listtokensrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTokensRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListTokensRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTokensRequest = { address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", diff --git a/devtools/docs/models/operations/listtokensresponse.md b/chainkit/docs/models/operations/listtokensresponse.md similarity index 95% rename from devtools/docs/models/operations/listtokensresponse.md rename to chainkit/docs/models/operations/listtokensresponse.md index 7d9f075f..f4bf2b3b 100644 --- a/devtools/docs/models/operations/listtokensresponse.md +++ b/chainkit/docs/models/operations/listtokensresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTokensResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListTokensResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTokensResponse = { result: { diff --git a/devtools/docs/models/operations/listtransactionsglobals.md b/chainkit/docs/models/operations/listtransactionsglobals.md similarity index 94% rename from devtools/docs/models/operations/listtransactionsglobals.md rename to chainkit/docs/models/operations/listtransactionsglobals.md index 08769ed0..71a103f9 100644 --- a/devtools/docs/models/operations/listtransactionsglobals.md +++ b/chainkit/docs/models/operations/listtransactionsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransactionsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListTransactionsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTransactionsGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listtransactionsrequest.md b/chainkit/docs/models/operations/listtransactionsrequest.md similarity index 99% rename from devtools/docs/models/operations/listtransactionsrequest.md rename to chainkit/docs/models/operations/listtransactionsrequest.md index 5d891dab..04a524a7 100644 --- a/devtools/docs/models/operations/listtransactionsrequest.md +++ b/chainkit/docs/models/operations/listtransactionsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransactionsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListTransactionsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTransactionsRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listtransactionsresponse.md b/chainkit/docs/models/operations/listtransactionsresponse.md similarity index 94% rename from devtools/docs/models/operations/listtransactionsresponse.md rename to chainkit/docs/models/operations/listtransactionsresponse.md index 0f28bc8c..da27b7c5 100644 --- a/devtools/docs/models/operations/listtransactionsresponse.md +++ b/chainkit/docs/models/operations/listtransactionsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransactionsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListTransactionsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTransactionsResponse = { result: { diff --git a/devtools/docs/models/operations/listtransfersglobals.md b/chainkit/docs/models/operations/listtransfersglobals.md similarity index 94% rename from devtools/docs/models/operations/listtransfersglobals.md rename to chainkit/docs/models/operations/listtransfersglobals.md index b1762ba2..e20100fd 100644 --- a/devtools/docs/models/operations/listtransfersglobals.md +++ b/chainkit/docs/models/operations/listtransfersglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransfersGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListTransfersGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTransfersGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/listtransfersrequest.md b/chainkit/docs/models/operations/listtransfersrequest.md similarity index 98% rename from devtools/docs/models/operations/listtransfersrequest.md rename to chainkit/docs/models/operations/listtransfersrequest.md index 980e359f..355cd58f 100644 --- a/devtools/docs/models/operations/listtransfersrequest.md +++ b/chainkit/docs/models/operations/listtransfersrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransfersRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListTransfersRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTransfersRequest = { startBlock: 6479329, diff --git a/devtools/docs/models/operations/listtransfersresponse.md b/chainkit/docs/models/operations/listtransfersresponse.md similarity index 95% rename from devtools/docs/models/operations/listtransfersresponse.md rename to chainkit/docs/models/operations/listtransfersresponse.md index 3bd9df2a..4b2ee58e 100644 --- a/devtools/docs/models/operations/listtransfersresponse.md +++ b/chainkit/docs/models/operations/listtransfersresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListTransfersResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListTransfersResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListTransfersResponse = { result: { diff --git a/devtools/docs/models/operations/listvalidatorsglobals.md b/chainkit/docs/models/operations/listvalidatorsglobals.md similarity index 95% rename from devtools/docs/models/operations/listvalidatorsglobals.md rename to chainkit/docs/models/operations/listvalidatorsglobals.md index a9a7e586..3644f2ec 100644 --- a/devtools/docs/models/operations/listvalidatorsglobals.md +++ b/chainkit/docs/models/operations/listvalidatorsglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListValidatorsGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ListValidatorsGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ListValidatorsGlobals = { network: "mainnet", diff --git a/devtools/docs/models/operations/listvalidatorsrequest.md b/chainkit/docs/models/operations/listvalidatorsrequest.md similarity index 99% rename from devtools/docs/models/operations/listvalidatorsrequest.md rename to chainkit/docs/models/operations/listvalidatorsrequest.md index 17c109de..80191a88 100644 --- a/devtools/docs/models/operations/listvalidatorsrequest.md +++ b/chainkit/docs/models/operations/listvalidatorsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListValidatorsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListValidatorsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListValidatorsRequest = { nodeIds: diff --git a/devtools/docs/models/operations/listvalidatorsresponse.md b/chainkit/docs/models/operations/listvalidatorsresponse.md similarity index 95% rename from devtools/docs/models/operations/listvalidatorsresponse.md rename to chainkit/docs/models/operations/listvalidatorsresponse.md index 276cf9d9..004b98db 100644 --- a/devtools/docs/models/operations/listvalidatorsresponse.md +++ b/chainkit/docs/models/operations/listvalidatorsresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListValidatorsResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListValidatorsResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListValidatorsResponse = { result: { diff --git a/devtools/docs/models/operations/listwebhooksrequest.md b/chainkit/docs/models/operations/listwebhooksrequest.md similarity index 98% rename from devtools/docs/models/operations/listwebhooksrequest.md rename to chainkit/docs/models/operations/listwebhooksrequest.md index e58ce515..ca83de90 100644 --- a/devtools/docs/models/operations/listwebhooksrequest.md +++ b/chainkit/docs/models/operations/listwebhooksrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListWebhooksRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ListWebhooksRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ListWebhooksRequest = { status: "active", diff --git a/devtools/docs/models/operations/listwebhooksresponse.md b/chainkit/docs/models/operations/listwebhooksresponse.md similarity index 94% rename from devtools/docs/models/operations/listwebhooksresponse.md rename to chainkit/docs/models/operations/listwebhooksresponse.md index 45daf8ad..512869fb 100644 --- a/devtools/docs/models/operations/listwebhooksresponse.md +++ b/chainkit/docs/models/operations/listwebhooksresponse.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ListWebhooksResponse } from "@avalanche-sdk/devtools/models/operations"; +import { ListWebhooksResponse } from "@avalanche-sdk/chainkit/models/operations"; let value: ListWebhooksResponse = { result: { diff --git a/devtools/docs/models/operations/posttransactionexportjobrequest.md b/chainkit/docs/models/operations/posttransactionexportjobrequest.md similarity index 100% rename from devtools/docs/models/operations/posttransactionexportjobrequest.md rename to chainkit/docs/models/operations/posttransactionexportjobrequest.md diff --git a/devtools/docs/models/operations/reindexnftglobals.md b/chainkit/docs/models/operations/reindexnftglobals.md similarity index 94% rename from devtools/docs/models/operations/reindexnftglobals.md rename to chainkit/docs/models/operations/reindexnftglobals.md index d50d01c7..f4301ca1 100644 --- a/devtools/docs/models/operations/reindexnftglobals.md +++ b/chainkit/docs/models/operations/reindexnftglobals.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ReindexNftGlobals } from "@avalanche-sdk/devtools/models/operations"; +import { ReindexNftGlobals } from "@avalanche-sdk/chainkit/models/operations"; let value: ReindexNftGlobals = { chainId: "43114", diff --git a/devtools/docs/models/operations/reindexnftrequest.md b/chainkit/docs/models/operations/reindexnftrequest.md similarity index 97% rename from devtools/docs/models/operations/reindexnftrequest.md rename to chainkit/docs/models/operations/reindexnftrequest.md index 98cadcfd..633a34c3 100644 --- a/devtools/docs/models/operations/reindexnftrequest.md +++ b/chainkit/docs/models/operations/reindexnftrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { ReindexNftRequest } from "@avalanche-sdk/devtools/models/operations"; +import { ReindexNftRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: ReindexNftRequest = { address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", diff --git a/devtools/docs/models/operations/removeaddressesfromwebhookrequest.md b/chainkit/docs/models/operations/removeaddressesfromwebhookrequest.md similarity index 98% rename from devtools/docs/models/operations/removeaddressesfromwebhookrequest.md rename to chainkit/docs/models/operations/removeaddressesfromwebhookrequest.md index 2711ba1a..fc76fcf1 100644 --- a/devtools/docs/models/operations/removeaddressesfromwebhookrequest.md +++ b/chainkit/docs/models/operations/removeaddressesfromwebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { RemoveAddressesFromWebhookRequest } from "@avalanche-sdk/devtools/models/operations"; +import { RemoveAddressesFromWebhookRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: RemoveAddressesFromWebhookRequest = { id: "f33de69c-d13b-4691-908f-870d6e2e6b04", diff --git a/devtools/docs/models/operations/supportedchainsrequest.md b/chainkit/docs/models/operations/supportedchainsrequest.md similarity index 95% rename from devtools/docs/models/operations/supportedchainsrequest.md rename to chainkit/docs/models/operations/supportedchainsrequest.md index 265abb51..ea60bd66 100644 --- a/devtools/docs/models/operations/supportedchainsrequest.md +++ b/chainkit/docs/models/operations/supportedchainsrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { SupportedChainsRequest } from "@avalanche-sdk/devtools/models/operations"; +import { SupportedChainsRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: SupportedChainsRequest = { network: "mainnet", diff --git a/devtools/docs/models/operations/updatewebhookrequest.md b/chainkit/docs/models/operations/updatewebhookrequest.md similarity index 96% rename from devtools/docs/models/operations/updatewebhookrequest.md rename to chainkit/docs/models/operations/updatewebhookrequest.md index 4ac29156..08f9195f 100644 --- a/devtools/docs/models/operations/updatewebhookrequest.md +++ b/chainkit/docs/models/operations/updatewebhookrequest.md @@ -3,7 +3,7 @@ ## Example Usage ```typescript -import { UpdateWebhookRequest } from "@avalanche-sdk/devtools/models/operations"; +import { UpdateWebhookRequest } from "@avalanche-sdk/chainkit/models/operations"; let value: UpdateWebhookRequest = { id: "f33de69c-d13b-4691-908f-870d6e2e6b04", diff --git a/devtools/docs/models/operations/updatewebhookresponse.md b/chainkit/docs/models/operations/updatewebhookresponse.md similarity index 100% rename from devtools/docs/models/operations/updatewebhookresponse.md rename to chainkit/docs/models/operations/updatewebhookresponse.md diff --git a/devtools/docs/sdks/addressbalances/README.md b/chainkit/docs/sdks/addressbalances/README.md similarity index 97% rename from devtools/docs/sdks/addressbalances/README.md rename to chainkit/docs/sdks/addressbalances/README.md index 6e76f51a..db9c0852 100644 --- a/devtools/docs/sdks/addressbalances/README.md +++ b/chainkit/docs/sdks/addressbalances/README.md @@ -21,7 +21,7 @@ Balance at a given block can be retrieved with the `blockNumber` parameter. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -45,8 +45,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressBalancesGetNative } from "@avalanche-sdk/devtools/funcs/dataEvmAddressBalancesGetNative.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressBalancesGetNative } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressBalancesGetNative.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -111,7 +111,7 @@ Balance for specific contracts can be retrieved with the `contractAddresses` par ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -138,8 +138,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressBalancesListErc20 } from "@avalanche-sdk/devtools/funcs/dataEvmAddressBalancesListErc20.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressBalancesListErc20 } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressBalancesListErc20.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -205,7 +205,7 @@ Balance for a specific contract can be retrieved with the `contractAddress` para ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -230,8 +230,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressBalancesListErc721 } from "@avalanche-sdk/devtools/funcs/dataEvmAddressBalancesListErc721.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressBalancesListErc721 } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressBalancesListErc721.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -297,7 +297,7 @@ Balance for a specific contract can be retrieved with the `contractAddress` para ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -323,8 +323,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressBalancesListErc1155 } from "@avalanche-sdk/devtools/funcs/dataEvmAddressBalancesListErc1155.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressBalancesListErc1155 } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressBalancesListErc1155.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -389,7 +389,7 @@ Balance for a specific contract can be retrieved with the `contractAddress` para ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -414,8 +414,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressBalancesListCollectibles } from "@avalanche-sdk/devtools/funcs/dataEvmAddressBalancesListCollectibles.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressBalancesListCollectibles } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressBalancesListCollectibles.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/addresschains/README.md b/chainkit/docs/sdks/addresschains/README.md similarity index 97% rename from devtools/docs/sdks/addresschains/README.md rename to chainkit/docs/sdks/addresschains/README.md index cd2bc8c7..0487e057 100644 --- a/devtools/docs/sdks/addresschains/README.md +++ b/chainkit/docs/sdks/addresschains/README.md @@ -15,7 +15,7 @@ Lists the chains where the specified address has participated in transactions o ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -35,8 +35,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressChainsList } from "@avalanche-sdk/devtools/funcs/dataEvmAddressChainsList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressChainsList } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressChainsList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/addresscontracts/README.md b/chainkit/docs/sdks/addresscontracts/README.md similarity index 97% rename from devtools/docs/sdks/addresscontracts/README.md rename to chainkit/docs/sdks/addresscontracts/README.md index b629f07b..9c8d05f5 100644 --- a/devtools/docs/sdks/addresscontracts/README.md +++ b/chainkit/docs/sdks/addresscontracts/README.md @@ -15,7 +15,7 @@ Lists all contracts deployed by the given address. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -39,8 +39,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressContractsListDeployments } from "@avalanche-sdk/devtools/funcs/dataEvmAddressContractsListDeployments.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressContractsListDeployments } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressContractsListDeployments.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/addresses/README.md b/chainkit/docs/sdks/addresses/README.md similarity index 97% rename from devtools/docs/sdks/addresses/README.md rename to chainkit/docs/sdks/addresses/README.md index cd69c0d6..1c7c1c85 100644 --- a/devtools/docs/sdks/addresses/README.md +++ b/chainkit/docs/sdks/addresses/README.md @@ -17,7 +17,7 @@ List adresses by webhook. Only valid for EVM activity webhooks. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -39,8 +39,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksAddressesList } from "@avalanche-sdk/devtools/funcs/webhooksAddressesList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksAddressesList } from "@avalanche-sdk/chainkit/funcs/webhooksAddressesList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -99,7 +99,7 @@ Remove addresses from webhook. Only valid for EVM activity webhooks. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -124,8 +124,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksAddressesRemove } from "@avalanche-sdk/devtools/funcs/webhooksAddressesRemove.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksAddressesRemove } from "@avalanche-sdk/chainkit/funcs/webhooksAddressesRemove.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -187,7 +187,7 @@ Add addresses to webhook. Only valid for EVM activity webhooks. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -212,8 +212,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksAddressesAdd } from "@avalanche-sdk/devtools/funcs/webhooksAddressesAdd.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksAddressesAdd } from "@avalanche-sdk/chainkit/funcs/webhooksAddressesAdd.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/addresstransactions/README.md b/chainkit/docs/sdks/addresstransactions/README.md similarity index 97% rename from devtools/docs/sdks/addresstransactions/README.md rename to chainkit/docs/sdks/addresstransactions/README.md index 45826f74..dd51964c 100644 --- a/devtools/docs/sdks/addresstransactions/README.md +++ b/chainkit/docs/sdks/addresstransactions/README.md @@ -22,7 +22,7 @@ Filterable by block ranges. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -49,8 +49,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressTransactionsList } from "@avalanche-sdk/devtools/funcs/dataEvmAddressTransactionsList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressTransactionsList } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressTransactionsList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -114,7 +114,7 @@ Lists native transactions for an address. Filterable by block range. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -140,8 +140,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressTransactionsListNative } from "@avalanche-sdk/devtools/funcs/dataEvmAddressTransactionsListNative.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressTransactionsListNative } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressTransactionsListNative.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -204,7 +204,7 @@ Lists ERC-20 transfers for an address. Filterable by block range. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -230,8 +230,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressTransactionsListErc20 } from "@avalanche-sdk/devtools/funcs/dataEvmAddressTransactionsListErc20.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressTransactionsListErc20 } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressTransactionsListErc20.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -294,7 +294,7 @@ Lists ERC-721 transfers for an address. Filterable by block range. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -320,8 +320,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressTransactionsListErc721 } from "@avalanche-sdk/devtools/funcs/dataEvmAddressTransactionsListErc721.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressTransactionsListErc721 } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressTransactionsListErc721.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -384,7 +384,7 @@ Lists ERC-1155 transfers for an address. Filterable by block range. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -410,8 +410,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressTransactionsListErc1155 } from "@avalanche-sdk/devtools/funcs/dataEvmAddressTransactionsListErc1155.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressTransactionsListErc1155 } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressTransactionsListErc1155.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -476,7 +476,7 @@ Note that the internal transactions list only contains `CALL` or `CALLCODE` tran ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -502,8 +502,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmAddressTransactionsListInternal } from "@avalanche-sdk/devtools/funcs/dataEvmAddressTransactionsListInternal.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmAddressTransactionsListInternal } from "@avalanche-sdk/chainkit/funcs/dataEvmAddressTransactionsListInternal.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/avalanche/README.md b/chainkit/docs/sdks/avalanche/README.md similarity index 100% rename from devtools/docs/sdks/avalanche/README.md rename to chainkit/docs/sdks/avalanche/README.md diff --git a/devtools/docs/sdks/contracts/README.md b/chainkit/docs/sdks/contracts/README.md similarity index 97% rename from devtools/docs/sdks/contracts/README.md rename to chainkit/docs/sdks/contracts/README.md index 79a309ea..bcee442f 100644 --- a/devtools/docs/sdks/contracts/README.md +++ b/chainkit/docs/sdks/contracts/README.md @@ -17,7 +17,7 @@ If the address is a smart contract, returns the transaction in which it was depl ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -40,8 +40,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmContractsGetDeploymentTransaction } from "@avalanche-sdk/devtools/funcs/dataEvmContractsGetDeploymentTransaction.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmContractsGetDeploymentTransaction } from "@avalanche-sdk/chainkit/funcs/dataEvmContractsGetDeploymentTransaction.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -101,7 +101,7 @@ Gets metadata about the contract at the given address. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -123,8 +123,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmContractsGetMetadata } from "@avalanche-sdk/devtools/funcs/dataEvmContractsGetMetadata.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmContractsGetMetadata } from "@avalanche-sdk/chainkit/funcs/dataEvmContractsGetMetadata.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -183,7 +183,7 @@ Lists ERC transfers for an ERC-20, ERC-721, or ERC-1155 contract address. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -209,8 +209,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmContractsListTransfers } from "@avalanche-sdk/devtools/funcs/dataEvmContractsListTransfers.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmContractsListTransfers } from "@avalanche-sdk/chainkit/funcs/dataEvmContractsListTransfers.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/data/README.md b/chainkit/docs/sdks/data/README.md similarity index 97% rename from devtools/docs/sdks/data/README.md rename to chainkit/docs/sdks/data/README.md index 81116dbc..32ea28ba 100644 --- a/devtools/docs/sdks/data/README.md +++ b/chainkit/docs/sdks/data/README.md @@ -15,7 +15,7 @@ Check the health of the service. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -33,8 +33,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataHealthCheck } from "@avalanche-sdk/devtools/funcs/dataHealthCheck.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataHealthCheck } from "@avalanche-sdk/chainkit/funcs/dataHealthCheck.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/evmblocks/README.md b/chainkit/docs/sdks/evmblocks/README.md similarity index 97% rename from devtools/docs/sdks/evmblocks/README.md rename to chainkit/docs/sdks/evmblocks/README.md index 4dba99ba..eba65dcd 100644 --- a/devtools/docs/sdks/evmblocks/README.md +++ b/chainkit/docs/sdks/evmblocks/README.md @@ -18,7 +18,7 @@ Lists the most recent blocks from all supported EVM-compatible chains. The resu ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -40,8 +40,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmBlocksListLatestAllChains } from "@avalanche-sdk/devtools/funcs/dataEvmBlocksListLatestAllChains.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmBlocksListLatestAllChains } from "@avalanche-sdk/chainkit/funcs/dataEvmBlocksListLatestAllChains.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -100,7 +100,7 @@ Lists the latest indexed blocks on the EVM-compatible chain sorted in descending ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -122,8 +122,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmBlocksListLatest } from "@avalanche-sdk/devtools/funcs/dataEvmBlocksListLatest.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmBlocksListLatest } from "@avalanche-sdk/chainkit/funcs/dataEvmBlocksListLatest.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -182,7 +182,7 @@ Gets the details of an individual block on the EVM-compatible chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -204,8 +204,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmBlocksGet } from "@avalanche-sdk/devtools/funcs/dataEvmBlocksGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmBlocksGet } from "@avalanche-sdk/chainkit/funcs/dataEvmBlocksGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -264,7 +264,7 @@ Lists the transactions that occured in a given block. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -287,8 +287,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmBlocksListTransactions } from "@avalanche-sdk/devtools/funcs/dataEvmBlocksListTransactions.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmBlocksListTransactions } from "@avalanche-sdk/chainkit/funcs/dataEvmBlocksListTransactions.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/evmchains/README.md b/chainkit/docs/sdks/evmchains/README.md similarity index 97% rename from devtools/docs/sdks/evmchains/README.md rename to chainkit/docs/sdks/evmchains/README.md index 57fdbcf2..d0034b29 100644 --- a/devtools/docs/sdks/evmchains/README.md +++ b/chainkit/docs/sdks/evmchains/README.md @@ -25,7 +25,7 @@ Lists the AvaCloud supported EVM-compatible chains. Filterable by network. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -46,8 +46,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmChainsList } from "@avalanche-sdk/devtools/funcs/dataEvmChainsList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmChainsList } from "@avalanche-sdk/chainkit/funcs/dataEvmChainsList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -105,7 +105,7 @@ Gets chain information for the EVM-compatible chain if supported by AvaCloud. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -125,8 +125,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmChainsGet } from "@avalanche-sdk/devtools/funcs/dataEvmChainsGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmChainsGet } from "@avalanche-sdk/chainkit/funcs/dataEvmChainsGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -187,7 +187,7 @@ run(); ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -207,8 +207,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmChainsGetAddressChains } from "@avalanche-sdk/devtools/funcs/dataEvmChainsGetAddressChains.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmChainsGetAddressChains } from "@avalanche-sdk/chainkit/funcs/dataEvmChainsGetAddressChains.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -269,7 +269,7 @@ run(); ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -291,8 +291,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmChainsListAllLatestTransactions } from "@avalanche-sdk/devtools/funcs/dataEvmChainsListAllLatestTransactions.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmChainsListAllLatestTransactions } from "@avalanche-sdk/chainkit/funcs/dataEvmChainsListAllLatestTransactions.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -355,7 +355,7 @@ run(); ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -377,8 +377,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmChainsListAllLatestBlocks } from "@avalanche-sdk/devtools/funcs/dataEvmChainsListAllLatestBlocks.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmChainsListAllLatestBlocks } from "@avalanche-sdk/chainkit/funcs/dataEvmChainsListAllLatestBlocks.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/evmtransactions/README.md b/chainkit/docs/sdks/evmtransactions/README.md similarity index 97% rename from devtools/docs/sdks/evmtransactions/README.md rename to chainkit/docs/sdks/evmtransactions/README.md index 50dd5b1e..f3d52577 100644 --- a/devtools/docs/sdks/evmtransactions/README.md +++ b/chainkit/docs/sdks/evmtransactions/README.md @@ -17,7 +17,7 @@ Lists the most recent transactions from all supported EVM-compatible chains. Th ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -39,8 +39,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmTransactionsListLatestAllChains } from "@avalanche-sdk/devtools/funcs/dataEvmTransactionsListLatestAllChains.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmTransactionsListLatestAllChains } from "@avalanche-sdk/chainkit/funcs/dataEvmTransactionsListLatestAllChains.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -99,7 +99,7 @@ Gets the details of a single transaction. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -121,8 +121,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmTransactionsGet } from "@avalanche-sdk/devtools/funcs/dataEvmTransactionsGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmTransactionsGet } from "@avalanche-sdk/chainkit/funcs/dataEvmTransactionsGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -181,7 +181,7 @@ Lists the latest transactions. Filterable by status. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -203,8 +203,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataEvmTransactionsListLatest } from "@avalanche-sdk/devtools/funcs/dataEvmTransactionsListLatest.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataEvmTransactionsListLatest } from "@avalanche-sdk/chainkit/funcs/dataEvmTransactionsListLatest.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/icm/README.md b/chainkit/docs/sdks/icm/README.md similarity index 97% rename from devtools/docs/sdks/icm/README.md rename to chainkit/docs/sdks/icm/README.md index 058a2891..9726b2fb 100644 --- a/devtools/docs/sdks/icm/README.md +++ b/chainkit/docs/sdks/icm/README.md @@ -17,7 +17,7 @@ Gets an ICM message by teleporter message ID. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -37,8 +37,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataIcmGet } from "@avalanche-sdk/devtools/funcs/dataIcmGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataIcmGet } from "@avalanche-sdk/chainkit/funcs/dataIcmGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -95,7 +95,7 @@ Lists ICM messages. Ordered by timestamp in descending order. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -121,8 +121,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataIcmList } from "@avalanche-sdk/devtools/funcs/dataIcmList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataIcmList } from "@avalanche-sdk/chainkit/funcs/dataIcmList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -185,7 +185,7 @@ Lists ICM messages by address. Ordered by timestamp in descending order. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -206,8 +206,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataIcmListByAddress } from "@avalanche-sdk/devtools/funcs/dataIcmListByAddress.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataIcmListByAddress } from "@avalanche-sdk/chainkit/funcs/dataIcmListByAddress.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/l1validators/README.md b/chainkit/docs/sdks/l1validators/README.md similarity index 97% rename from devtools/docs/sdks/l1validators/README.md rename to chainkit/docs/sdks/l1validators/README.md index b676b605..7caa10e7 100644 --- a/devtools/docs/sdks/l1validators/README.md +++ b/chainkit/docs/sdks/l1validators/README.md @@ -18,7 +18,7 @@ Get given metric's value for all validators. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -40,8 +40,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsL1ValidatorsListMetrics } from "@avalanche-sdk/devtools/funcs/metricsL1ValidatorsListMetrics.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsL1ValidatorsListMetrics } from "@avalanche-sdk/chainkit/funcs/metricsL1ValidatorsListMetrics.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -100,7 +100,7 @@ Get given metric values for a given validation id with or without a timestamp ra ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -123,8 +123,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsL1ValidatorsGetMetricsByValidationId } from "@avalanche-sdk/devtools/funcs/metricsL1ValidatorsGetMetricsByValidationId.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsL1ValidatorsGetMetricsByValidationId } from "@avalanche-sdk/chainkit/funcs/metricsL1ValidatorsGetMetricsByValidationId.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -184,7 +184,7 @@ Get given metric values for a given node id with or without a timestamp range. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -207,8 +207,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsL1ValidatorsGetMetricsByNodeId } from "@avalanche-sdk/devtools/funcs/metricsL1ValidatorsGetMetricsByNodeId.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsL1ValidatorsGetMetricsByNodeId } from "@avalanche-sdk/chainkit/funcs/metricsL1ValidatorsGetMetricsByNodeId.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -268,7 +268,7 @@ Get given metric values for a given subnet ID with or without a timestamp range. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -291,8 +291,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsL1ValidatorsGetMetricsBySubnetId } from "@avalanche-sdk/devtools/funcs/metricsL1ValidatorsGetMetricsBySubnetId.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsL1ValidatorsGetMetricsBySubnetId } from "@avalanche-sdk/chainkit/funcs/metricsL1ValidatorsGetMetricsBySubnetId.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/metrics/README.md b/chainkit/docs/sdks/metrics/README.md similarity index 97% rename from devtools/docs/sdks/metrics/README.md rename to chainkit/docs/sdks/metrics/README.md index a2be9558..20e61bf0 100644 --- a/devtools/docs/sdks/metrics/README.md +++ b/chainkit/docs/sdks/metrics/README.md @@ -15,7 +15,7 @@ Check the health of the service. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -33,8 +33,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsHealthCheck } from "@avalanche-sdk/devtools/funcs/metricsHealthCheck.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsHealthCheck } from "@avalanche-sdk/chainkit/funcs/metricsHealthCheck.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/metricschains/README.md b/chainkit/docs/sdks/metricschains/README.md similarity index 97% rename from devtools/docs/sdks/metricschains/README.md rename to chainkit/docs/sdks/metricschains/README.md index 9ba1a2ff..2d295311 100644 --- a/devtools/docs/sdks/metricschains/README.md +++ b/chainkit/docs/sdks/metricschains/README.md @@ -22,7 +22,7 @@ Get a list of Metrics API supported blockchains. This endpoint is paginated and ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -44,8 +44,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsList } from "@avalanche-sdk/devtools/funcs/metricsChainsList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsList } from "@avalanche-sdk/chainkit/funcs/metricsChainsList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -104,7 +104,7 @@ Get chain information for Metrics API supported blockchain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -124,8 +124,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsGet } from "@avalanche-sdk/devtools/funcs/metricsChainsGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsGet } from "@avalanche-sdk/chainkit/funcs/metricsChainsGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -216,7 +216,7 @@ All metrics are updated several times every hour. Each metric data point has a ` ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -244,8 +244,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsGetMetrics } from "@avalanche-sdk/devtools/funcs/metricsChainsGetMetrics.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsGetMetrics } from "@avalanche-sdk/chainkit/funcs/metricsChainsGetMetrics.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -310,7 +310,7 @@ Gets teleporter metrics for an EVM chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -332,8 +332,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsGetTeleporterMetrics } from "@avalanche-sdk/devtools/funcs/metricsChainsGetTeleporterMetrics.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsGetTeleporterMetrics } from "@avalanche-sdk/chainkit/funcs/metricsChainsGetTeleporterMetrics.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -392,7 +392,7 @@ Gets the rolling window metrics for an EVM chain for the last hour, day, month, ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -414,8 +414,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsGetRollingWindowMetrics } from "@avalanche-sdk/devtools/funcs/metricsChainsGetRollingWindowMetrics.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsGetRollingWindowMetrics } from "@avalanche-sdk/chainkit/funcs/metricsChainsGetRollingWindowMetrics.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -474,7 +474,7 @@ Get list of NFT holders and number of NFTs held by contract address. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -499,8 +499,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsListNftHolders } from "@avalanche-sdk/devtools/funcs/metricsChainsListNftHolders.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsListNftHolders } from "@avalanche-sdk/chainkit/funcs/metricsChainsListNftHolders.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -562,7 +562,7 @@ Get list of addresses and their latest balances that have held more than a certa ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -590,8 +590,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsListTokenHoldersAboveThreshold } from "@avalanche-sdk/devtools/funcs/metricsChainsListTokenHoldersAboveThreshold.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsListTokenHoldersAboveThreshold } from "@avalanche-sdk/chainkit/funcs/metricsChainsListTokenHoldersAboveThreshold.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -656,7 +656,7 @@ Get list of addresses and their net bridged amounts that have bridged more than ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -679,8 +679,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsChainsListBTCbBridgersAboveThreshold } from "@avalanche-sdk/devtools/funcs/metricsChainsListBTCbBridgersAboveThreshold.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsChainsListBTCbBridgersAboveThreshold } from "@avalanche-sdk/chainkit/funcs/metricsChainsListBTCbBridgersAboveThreshold.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/networks/README.md b/chainkit/docs/sdks/networks/README.md similarity index 97% rename from devtools/docs/sdks/networks/README.md rename to chainkit/docs/sdks/networks/README.md index 1e7977fa..08607f5d 100644 --- a/devtools/docs/sdks/networks/README.md +++ b/chainkit/docs/sdks/networks/README.md @@ -15,7 +15,7 @@ Gets staking metrics for a given subnet. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -42,8 +42,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsNetworksGetStakingMetrics } from "@avalanche-sdk/devtools/funcs/metricsNetworksGetStakingMetrics.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsNetworksGetStakingMetrics } from "@avalanche-sdk/chainkit/funcs/metricsNetworksGetStakingMetrics.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/nfts/README.md b/chainkit/docs/sdks/nfts/README.md similarity index 97% rename from devtools/docs/sdks/nfts/README.md rename to chainkit/docs/sdks/nfts/README.md index 2be6b380..2adc5791 100644 --- a/devtools/docs/sdks/nfts/README.md +++ b/chainkit/docs/sdks/nfts/README.md @@ -17,7 +17,7 @@ Triggers reindexing of token metadata for an NFT token. Reindexing can only be c ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -40,8 +40,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataNftsReindex } from "@avalanche-sdk/devtools/funcs/dataNftsReindex.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataNftsReindex } from "@avalanche-sdk/chainkit/funcs/dataNftsReindex.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -101,7 +101,7 @@ Lists tokens for an NFT contract. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -125,8 +125,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataNftsList } from "@avalanche-sdk/devtools/funcs/dataNftsList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataNftsList } from "@avalanche-sdk/chainkit/funcs/dataNftsList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -187,7 +187,7 @@ Gets token details for a specific token of an NFT contract. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ chainId: "43114", @@ -210,8 +210,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataNftsGet } from "@avalanche-sdk/devtools/funcs/dataNftsGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataNftsGet } from "@avalanche-sdk/chainkit/funcs/dataNftsGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/operations/README.md b/chainkit/docs/sdks/operations/README.md similarity index 97% rename from devtools/docs/sdks/operations/README.md rename to chainkit/docs/sdks/operations/README.md index fd583d4a..921d3401 100644 --- a/devtools/docs/sdks/operations/README.md +++ b/chainkit/docs/sdks/operations/README.md @@ -16,7 +16,7 @@ Gets operation details for the given operation id. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -36,8 +36,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataOperationsGetResult } from "@avalanche-sdk/devtools/funcs/dataOperationsGetResult.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataOperationsGetResult } from "@avalanche-sdk/chainkit/funcs/dataOperationsGetResult.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -96,7 +96,7 @@ The transaction export operation runs asynchronously in the background. The stat ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -123,8 +123,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataOperationsExportTransactions } from "@avalanche-sdk/devtools/funcs/dataOperationsExportTransactions.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataOperationsExportTransactions } from "@avalanche-sdk/chainkit/funcs/dataOperationsExportTransactions.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/primarynetwork/README.md b/chainkit/docs/sdks/primarynetwork/README.md similarity index 97% rename from devtools/docs/sdks/primarynetwork/README.md rename to chainkit/docs/sdks/primarynetwork/README.md index fa091f73..7c6817ae 100644 --- a/devtools/docs/sdks/primarynetwork/README.md +++ b/chainkit/docs/sdks/primarynetwork/README.md @@ -25,7 +25,7 @@ Gets asset details corresponding to the given asset id on the X-Chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -48,8 +48,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkGetAssetDetails } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkGetAssetDetails.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkGetAssetDetails } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkGetAssetDetails.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -109,7 +109,7 @@ Returns Primary Network chains that each address has touched in the form of an a ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -131,8 +131,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkGetChainIdsForAddresses } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkGetChainIdsForAddresses.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkGetChainIdsForAddresses } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkGetChainIdsForAddresses.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -191,7 +191,7 @@ Gets network details such as validator and delegator stats. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -211,8 +211,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkGetNetworkDetails } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkGetNetworkDetails.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkGetNetworkDetails } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkGetNetworkDetails.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -269,7 +269,7 @@ Lists all blockchains registered on the network. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -294,8 +294,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkListBlockchains } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkListBlockchains.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkListBlockchains } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkListBlockchains.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -357,7 +357,7 @@ Get details of the blockchain registered on the network. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -379,8 +379,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkGetBlockchainById } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkGetBlockchainById.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkGetBlockchainById } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkGetBlockchainById.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -439,7 +439,7 @@ Lists all subnets registered on the network. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -464,8 +464,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkListSubnets } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkListSubnets.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkListSubnets } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkListSubnets.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -527,7 +527,7 @@ Get details of the Subnet registered on the network. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -549,8 +549,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkGetSubnetById } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkGetSubnetById.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkGetSubnetById } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkGetSubnetById.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -609,7 +609,7 @@ Lists details for validators. By default, returns details for all validators. T ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -644,8 +644,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkListValidators } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkListValidators.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkListValidators } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkListValidators.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -717,7 +717,7 @@ List validator details for a single validator. Filterable by validation status. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -743,8 +743,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkGetValidatorDetails } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkGetValidatorDetails.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkGetValidatorDetails } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkGetValidatorDetails.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -807,7 +807,7 @@ Lists details for delegators. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -834,8 +834,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkListDelegators } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkListDelegators.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkListDelegators } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkListDelegators.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -899,7 +899,7 @@ Lists details for L1 validators. By default, returns details for all active L1 v ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -925,8 +925,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkListL1Validators } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkListL1Validators.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkListL1Validators } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkListL1Validators.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/primarynetworkbalances/README.md b/chainkit/docs/sdks/primarynetworkbalances/README.md similarity index 97% rename from devtools/docs/sdks/primarynetworkbalances/README.md rename to chainkit/docs/sdks/primarynetworkbalances/README.md index 789d12f3..b0c0fa00 100644 --- a/devtools/docs/sdks/primarynetworkbalances/README.md +++ b/chainkit/docs/sdks/primarynetworkbalances/README.md @@ -17,7 +17,7 @@ C-Chain balances returned are only the shared atomic memory balance. For EVM bal ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -41,8 +41,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkBalancesListByAddresses } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkBalancesListByAddresses.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkBalancesListByAddresses } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkBalancesListByAddresses.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/primarynetworkblocks/README.md b/chainkit/docs/sdks/primarynetworkblocks/README.md similarity index 97% rename from devtools/docs/sdks/primarynetworkblocks/README.md rename to chainkit/docs/sdks/primarynetworkblocks/README.md index 0d92e9fb..7f012a00 100644 --- a/devtools/docs/sdks/primarynetworkblocks/README.md +++ b/chainkit/docs/sdks/primarynetworkblocks/README.md @@ -17,7 +17,7 @@ Gets a block by block height or block hash on one of the Primary Network chains. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -40,8 +40,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkBlocksGet } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkBlocksGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkBlocksGet } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkBlocksGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -101,7 +101,7 @@ Lists the latest blocks proposed by a given NodeID on one of the Primary Network ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -128,8 +128,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkBlocksListByNodeId } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkBlocksListByNodeId.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkBlocksListByNodeId } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkBlocksListByNodeId.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -193,7 +193,7 @@ Lists latest blocks on one of the Primary Network chains. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -219,8 +219,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkBlocksListLatest } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkBlocksListLatest.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkBlocksListLatest } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkBlocksListLatest.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/primarynetworktransactions/README.md b/chainkit/docs/sdks/primarynetworktransactions/README.md similarity index 97% rename from devtools/docs/sdks/primarynetworktransactions/README.md rename to chainkit/docs/sdks/primarynetworktransactions/README.md index bf2e168d..bcfc35f5 100644 --- a/devtools/docs/sdks/primarynetworktransactions/README.md +++ b/chainkit/docs/sdks/primarynetworktransactions/README.md @@ -18,7 +18,7 @@ Gets the details of a single transaction on one of the Primary Network chains. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -41,8 +41,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkTransactionsGet } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkTransactionsGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkTransactionsGet } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkTransactionsGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -108,7 +108,7 @@ Given that each transaction may return a large number of UTXO objects, bounded o ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -139,8 +139,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkTransactionsListLatest } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkTransactionsListLatest.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkTransactionsListLatest } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkTransactionsListLatest.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -208,7 +208,7 @@ Lists active staking transactions on the P-Chain for the supplied addresses. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -239,8 +239,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkTransactionsListActiveStakingTransactions } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkTransactionsListActiveStakingTransactions.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkTransactionsListActiveStakingTransactions } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkTransactionsListActiveStakingTransactions.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -308,7 +308,7 @@ Lists asset transactions corresponding to the given asset id on the X-Chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -338,8 +338,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkTransactionsListAssetTransactions } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkTransactionsListAssetTransactions.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkTransactionsListAssetTransactions } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkTransactionsListAssetTransactions.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/rewards/README.md b/chainkit/docs/sdks/rewards/README.md similarity index 97% rename from devtools/docs/sdks/rewards/README.md rename to chainkit/docs/sdks/rewards/README.md index 0b68a6c3..c6108fa6 100644 --- a/devtools/docs/sdks/rewards/README.md +++ b/chainkit/docs/sdks/rewards/README.md @@ -16,7 +16,7 @@ Lists pending rewards on the Primary Network for the supplied addresses. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -42,8 +42,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkRewardsListPendingRewards } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkRewardsListPendingRewards.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkRewardsListPendingRewards } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkRewardsListPendingRewards.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -106,7 +106,7 @@ Lists historical rewards on the Primary Network for the supplied addresses. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -133,8 +133,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkRewardsListHistoricalRewards } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkRewardsListHistoricalRewards.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkRewardsListHistoricalRewards } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkRewardsListHistoricalRewards.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/signatureaggregator/README.md b/chainkit/docs/sdks/signatureaggregator/README.md similarity index 98% rename from devtools/docs/sdks/signatureaggregator/README.md rename to chainkit/docs/sdks/signatureaggregator/README.md index 062182b8..069b4efb 100644 --- a/devtools/docs/sdks/signatureaggregator/README.md +++ b/chainkit/docs/sdks/signatureaggregator/README.md @@ -16,7 +16,7 @@ Aggregates Signatures for a Warp message from Subnet validators. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -43,8 +43,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataSignatureAggregatorAggregate } from "@avalanche-sdk/devtools/funcs/dataSignatureAggregatorAggregate.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataSignatureAggregatorAggregate } from "@avalanche-sdk/chainkit/funcs/dataSignatureAggregatorAggregate.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -108,7 +108,7 @@ Get Aggregated Signatures for a P-Chain L1 related Warp Message. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -130,8 +130,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataSignatureAggregatorGet } from "@avalanche-sdk/devtools/funcs/dataSignatureAggregatorGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataSignatureAggregatorGet } from "@avalanche-sdk/chainkit/funcs/dataSignatureAggregatorGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/subnets/README.md b/chainkit/docs/sdks/subnets/README.md similarity index 97% rename from devtools/docs/sdks/subnets/README.md rename to chainkit/docs/sdks/subnets/README.md index 1d8688ac..147483b7 100644 --- a/devtools/docs/sdks/subnets/README.md +++ b/chainkit/docs/sdks/subnets/README.md @@ -15,7 +15,7 @@ Get list of addresses and AddValidatorTx timestamps set to receive awards for va ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -41,8 +41,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { metricsSubnetsGetValidators } from "@avalanche-sdk/devtools/funcs/metricsSubnetsGetValidators.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { metricsSubnetsGetValidators } from "@avalanche-sdk/chainkit/funcs/metricsSubnetsGetValidators.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/teleporter/README.md b/chainkit/docs/sdks/teleporter/README.md similarity index 97% rename from devtools/docs/sdks/teleporter/README.md rename to chainkit/docs/sdks/teleporter/README.md index 084d3d9f..488fef92 100644 --- a/devtools/docs/sdks/teleporter/README.md +++ b/chainkit/docs/sdks/teleporter/README.md @@ -27,7 +27,7 @@ ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -47,8 +47,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataTeleporterGetTeleporterMessage } from "@avalanche-sdk/devtools/funcs/dataTeleporterGetTeleporterMessage.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataTeleporterGetTeleporterMessage } from "@avalanche-sdk/chainkit/funcs/dataTeleporterGetTeleporterMessage.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -109,7 +109,7 @@ run(); ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -135,8 +135,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataTeleporterListTeleporterMessages } from "@avalanche-sdk/devtools/funcs/dataTeleporterListTeleporterMessages.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataTeleporterListTeleporterMessages } from "@avalanche-sdk/chainkit/funcs/dataTeleporterListTeleporterMessages.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -203,7 +203,7 @@ run(); ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -224,8 +224,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataTeleporterListTeleporterMessagesByAddress } from "@avalanche-sdk/devtools/funcs/dataTeleporterListTeleporterMessagesByAddress.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataTeleporterListTeleporterMessagesByAddress } from "@avalanche-sdk/chainkit/funcs/dataTeleporterListTeleporterMessagesByAddress.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/usagemetrics/README.md b/chainkit/docs/sdks/usagemetrics/README.md similarity index 97% rename from devtools/docs/sdks/usagemetrics/README.md rename to chainkit/docs/sdks/usagemetrics/README.md index 8cfc06d3..629ecec5 100644 --- a/devtools/docs/sdks/usagemetrics/README.md +++ b/chainkit/docs/sdks/usagemetrics/README.md @@ -20,7 +20,7 @@ Gets metrics for Data API usage over a specified time interval aggregated at the ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -43,8 +43,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataUsageMetricsGetUsage } from "@avalanche-sdk/devtools/funcs/dataUsageMetricsGetUsage.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataUsageMetricsGetUsage } from "@avalanche-sdk/chainkit/funcs/dataUsageMetricsGetUsage.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -104,7 +104,7 @@ Gets logs for requests made by client over a specified time interval for a speci ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -127,8 +127,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataUsageMetricsGetLogs } from "@avalanche-sdk/devtools/funcs/dataUsageMetricsGetLogs.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataUsageMetricsGetLogs } from "@avalanche-sdk/chainkit/funcs/dataUsageMetricsGetLogs.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -188,7 +188,7 @@ Gets metrics for public Subnet RPC usage over a specified time interval aggregat ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -211,8 +211,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataUsageMetricsGetSubnetRpcUsage } from "@avalanche-sdk/devtools/funcs/dataUsageMetricsGetSubnetRpcUsage.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataUsageMetricsGetSubnetRpcUsage } from "@avalanche-sdk/chainkit/funcs/dataUsageMetricsGetSubnetRpcUsage.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -276,7 +276,7 @@ run(); ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -299,8 +299,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataUsageMetricsGetRpcUsageMetrics } from "@avalanche-sdk/devtools/funcs/dataUsageMetricsGetRpcUsageMetrics.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataUsageMetricsGetRpcUsageMetrics } from "@avalanche-sdk/chainkit/funcs/dataUsageMetricsGetRpcUsageMetrics.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/utxos/README.md b/chainkit/docs/sdks/utxos/README.md similarity index 97% rename from devtools/docs/sdks/utxos/README.md rename to chainkit/docs/sdks/utxos/README.md index f2873964..a1632a6d 100644 --- a/devtools/docs/sdks/utxos/README.md +++ b/chainkit/docs/sdks/utxos/README.md @@ -15,7 +15,7 @@ Lists UTXOs on one of the Primary Network chains for the supplied addresses. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -41,8 +41,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkUtxosListByAddresses } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkUtxosListByAddresses.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkUtxosListByAddresses } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkUtxosListByAddresses.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/vertices/README.md b/chainkit/docs/sdks/vertices/README.md similarity index 97% rename from devtools/docs/sdks/vertices/README.md rename to chainkit/docs/sdks/vertices/README.md index e50eeeb5..29441283 100644 --- a/devtools/docs/sdks/vertices/README.md +++ b/chainkit/docs/sdks/vertices/README.md @@ -17,7 +17,7 @@ Lists latest vertices on the X-Chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -41,8 +41,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkVerticesListLatest } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkVerticesListLatest.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkVerticesListLatest } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkVerticesListLatest.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -103,7 +103,7 @@ Gets a single vertex on the X-Chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -126,8 +126,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkVerticesGetByHash } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkVerticesGetByHash.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkVerticesGetByHash } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkVerticesGetByHash.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -187,7 +187,7 @@ Lists vertices at the given vertex height on the X-Chain. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche({ network: "mainnet", @@ -213,8 +213,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { dataPrimaryNetworkVerticesListByHeight } from "@avalanche-sdk/devtools/funcs/dataPrimaryNetworkVerticesListByHeight.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { dataPrimaryNetworkVerticesListByHeight } from "@avalanche-sdk/chainkit/funcs/dataPrimaryNetworkVerticesListByHeight.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/docs/sdks/webhooks/README.md b/chainkit/docs/sdks/webhooks/README.md similarity index 97% rename from devtools/docs/sdks/webhooks/README.md rename to chainkit/docs/sdks/webhooks/README.md index 15a71507..65a18066 100644 --- a/devtools/docs/sdks/webhooks/README.md +++ b/chainkit/docs/sdks/webhooks/README.md @@ -21,7 +21,7 @@ Lists webhooks for the user. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -43,8 +43,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksList } from "@avalanche-sdk/devtools/funcs/webhooksList.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksList } from "@avalanche-sdk/chainkit/funcs/webhooksList.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -103,7 +103,7 @@ Create a new webhook. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -133,8 +133,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksCreate } from "@avalanche-sdk/devtools/funcs/webhooksCreate.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksCreate } from "@avalanche-sdk/chainkit/funcs/webhooksCreate.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -201,7 +201,7 @@ Retrieves a webhook by ID. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -221,8 +221,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksGet } from "@avalanche-sdk/devtools/funcs/webhooksGet.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksGet } from "@avalanche-sdk/chainkit/funcs/webhooksGet.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -279,7 +279,7 @@ Deactivates a webhook by ID. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -299,8 +299,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksDeactivate } from "@avalanche-sdk/devtools/funcs/webhooksDeactivate.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksDeactivate } from "@avalanche-sdk/chainkit/funcs/webhooksDeactivate.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -357,7 +357,7 @@ Updates an existing webhook. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -378,8 +378,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksUpdate } from "@avalanche-sdk/devtools/funcs/webhooksUpdate.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksUpdate } from "@avalanche-sdk/chainkit/funcs/webhooksUpdate.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -437,7 +437,7 @@ Generates a new shared secret or rotate an existing one. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -455,8 +455,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksGenerateOrRotateSharedSecret } from "@avalanche-sdk/devtools/funcs/webhooksGenerateOrRotateSharedSecret.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksGenerateOrRotateSharedSecret } from "@avalanche-sdk/chainkit/funcs/webhooksGenerateOrRotateSharedSecret.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. @@ -510,7 +510,7 @@ Get a previously generated shared secret. ```typescript -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); @@ -528,8 +528,8 @@ run(); The standalone function version of this method: ```typescript -import { AvalancheCore } from "@avalanche-sdk/devtools/core.js"; -import { webhooksGetSharedSecret } from "@avalanche-sdk/devtools/funcs/webhooksGetSharedSecret.js"; +import { AvalancheCore } from "@avalanche-sdk/chainkit/core.js"; +import { webhooksGetSharedSecret } from "@avalanche-sdk/chainkit/funcs/webhooksGetSharedSecret.js"; // Use `AvalancheCore` for best tree-shaking performance. // You can create one instance of it to use across an application. diff --git a/devtools/eslint.config.mjs b/chainkit/eslint.config.mjs similarity index 100% rename from devtools/eslint.config.mjs rename to chainkit/eslint.config.mjs diff --git a/devtools/examples/.env.template b/chainkit/examples/.env.template similarity index 66% rename from devtools/examples/.env.template rename to chainkit/examples/.env.template index 72831020..3a8447d8 100644 --- a/devtools/examples/.env.template +++ b/chainkit/examples/.env.template @@ -1,3 +1,3 @@ -# @avalanche-sdk/devtools SDK Environment Variables +# @avalanche-sdk/chainkit SDK Environment Variables # Copy this file to .env and fill in your actual values # DO NOT commit the .env file to version control diff --git a/devtools/examples/README.md b/chainkit/examples/README.md similarity index 87% rename from devtools/examples/README.md rename to chainkit/examples/README.md index 241cb145..fdd55383 100644 --- a/devtools/examples/README.md +++ b/chainkit/examples/README.md @@ -1,6 +1,6 @@ -# @avalanche-sdk/devtools Examples +# @avalanche-sdk/chainkit Examples -This directory contains example scripts demonstrating how to use the @avalanche-sdk/devtools SDK. +This directory contains example scripts demonstrating how to use the @avalanche-sdk/chainkit SDK. ## Prerequisites diff --git a/devtools/examples/package-lock.json b/chainkit/examples/package-lock.json similarity index 98% rename from devtools/examples/package-lock.json rename to chainkit/examples/package-lock.json index 600e4776..ea7fba20 100644 --- a/devtools/examples/package-lock.json +++ b/chainkit/examples/package-lock.json @@ -1,14 +1,14 @@ { - "name": "@avalanche-sdk/devtools-examples", + "name": "@avalanche-sdk/chainkit-examples", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@avalanche-sdk/devtools-examples", + "name": "@avalanche-sdk/chainkit-examples", "version": "1.0.0", "dependencies": { - "@avalanche-sdk/devtools": "file:.." + "@avalanche-sdk/chainkit": "file:.." }, "devDependencies": { "@types/node": "^20.0.0", @@ -17,8 +17,8 @@ } }, "..": { - "name": "@avalanche-sdk/devtools", - "version": "0.2.2", + "name": "@avalanche-sdk/chainkit", + "version": "0.2.3", "dependencies": { "json-canonicalize": "^1.0.6", "zod": "^3.20.0" @@ -50,7 +50,7 @@ } } }, - "node_modules/@avalanche-sdk/devtools": { + "node_modules/@avalanche-sdk/chainkit": { "resolved": "..", "link": true }, diff --git a/devtools/examples/package.json b/chainkit/examples/package.json similarity index 80% rename from devtools/examples/package.json rename to chainkit/examples/package.json index 92a9bc43..4b3f885e 100644 --- a/devtools/examples/package.json +++ b/chainkit/examples/package.json @@ -1,5 +1,5 @@ { - "name": "@avalanche-sdk/devtools-examples", + "name": "@avalanche-sdk/chainkit-examples", "version": "1.0.0", "private": true, "scripts": { @@ -13,6 +13,6 @@ "tsx": "^4.19.2" }, "dependencies": { - "@avalanche-sdk/devtools": "file:.." + "@avalanche-sdk/chainkit": "file:.." } } \ No newline at end of file diff --git a/devtools/examples/webhooksCreate.example.ts b/chainkit/examples/webhooksCreate.example.ts similarity index 87% rename from devtools/examples/webhooksCreate.example.ts rename to chainkit/examples/webhooksCreate.example.ts index cb026bd5..a2280c37 100644 --- a/devtools/examples/webhooksCreate.example.ts +++ b/chainkit/examples/webhooksCreate.example.ts @@ -5,13 +5,13 @@ import dotenv from "dotenv"; dotenv.config(); /** - * Example usage of the @avalanche-sdk/devtools SDK + * Example usage of the @avalanche-sdk/chainkit SDK * * To run this example from the examples directory: * npm run build && npx tsx webhooksCreate.ts */ -import { Avalanche } from "@avalanche-sdk/devtools"; +import { Avalanche } from "@avalanche-sdk/chainkit"; const avalanche = new Avalanche(); diff --git a/devtools/jsr.json b/chainkit/jsr.json similarity index 94% rename from devtools/jsr.json rename to chainkit/jsr.json index ab1a8a0a..c0d46755 100644 --- a/devtools/jsr.json +++ b/chainkit/jsr.json @@ -1,7 +1,7 @@ { - "name": "@avalanche-sdk/devtools", + "name": "@avalanche-sdk/chainkit", "version": "0.0.1", "exports": { ".": "./src/index.ts", diff --git a/devtools/overlays/overlay.yaml b/chainkit/overlays/overlay.yaml similarity index 100% rename from devtools/overlays/overlay.yaml rename to chainkit/overlays/overlay.yaml diff --git a/devtools/package-lock.json b/chainkit/package-lock.json similarity index 99% rename from devtools/package-lock.json rename to chainkit/package-lock.json index c72150b1..ba31db09 100644 --- a/devtools/package-lock.json +++ b/chainkit/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@avalanche-sdk/devtools", - "version": "0.2.2", + "name": "@avalanche-sdk/chainkit", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@avalanche-sdk/devtools", - "version": "0.2.2", + "name": "@avalanche-sdk/chainkit", + "version": "0.2.3", "dependencies": { "json-canonicalize": "^1.0.6", "zod": "^3.20.0" diff --git a/devtools/package.json b/chainkit/package.json similarity index 87% rename from devtools/package.json rename to chainkit/package.json index b38f92f0..b8b24824 100644 --- a/devtools/package.json +++ b/chainkit/package.json @@ -1,15 +1,14 @@ { - "name": "@avalanche-sdk/devtools", - "version": "0.2.2", + "name": "@avalanche-sdk/chainkit", + "version": "0.2.3", "author": "Avacloud", - "license": "BSD-3-Clause", "type": "module", "bin": { "mcp": "bin/mcp-server.js" }, "tshy": { "sourceDialects": [ - "@avalanche-sdk/devtools/source" + "@avalanche-sdk/chainkit/source" ], "exports": { ".": "./src/index.ts", @@ -64,7 +63,7 @@ "exports": { ".": { "import": { - "@avalanche-sdk/devtools/source": "./src/index.ts", + "@avalanche-sdk/chainkit/source": "./src/index.ts", "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, @@ -76,7 +75,7 @@ "./package.json": "./package.json", "./types": { "import": { - "@avalanche-sdk/devtools/source": "./src/types/index.ts", + "@avalanche-sdk/chainkit/source": "./src/types/index.ts", "types": "./dist/esm/types/index.d.ts", "default": "./dist/esm/types/index.js" }, @@ -87,7 +86,7 @@ }, "./models/errors": { "import": { - "@avalanche-sdk/devtools/source": "./src/models/errors/index.ts", + "@avalanche-sdk/chainkit/source": "./src/models/errors/index.ts", "types": "./dist/esm/models/errors/index.d.ts", "default": "./dist/esm/models/errors/index.js" }, @@ -98,7 +97,7 @@ }, "./models/components": { "import": { - "@avalanche-sdk/devtools/source": "./src/models/components/index.ts", + "@avalanche-sdk/chainkit/source": "./src/models/components/index.ts", "types": "./dist/esm/models/components/index.d.ts", "default": "./dist/esm/models/components/index.js" }, @@ -109,7 +108,7 @@ }, "./models/operations": { "import": { - "@avalanche-sdk/devtools/source": "./src/models/operations/index.ts", + "@avalanche-sdk/chainkit/source": "./src/models/operations/index.ts", "types": "./dist/esm/models/operations/index.d.ts", "default": "./dist/esm/models/operations/index.js" }, @@ -120,7 +119,7 @@ }, "./*.js": { "import": { - "@avalanche-sdk/devtools/source": "./src/*.ts", + "@avalanche-sdk/chainkit/source": "./src/*.ts", "types": "./dist/esm/*.d.ts", "default": "./dist/esm/*.js" }, @@ -131,7 +130,7 @@ }, "./*": { "import": { - "@avalanche-sdk/devtools/source": "./src/*.ts", + "@avalanche-sdk/chainkit/source": "./src/*.ts", "types": "./dist/esm/*.d.ts", "default": "./dist/esm/*.js" }, diff --git a/devtools/src/core.ts b/chainkit/src/core.ts similarity index 100% rename from devtools/src/core.ts rename to chainkit/src/core.ts diff --git a/devtools/src/funcs/dataEvmAddressBalancesGetNative.ts b/chainkit/src/funcs/dataEvmAddressBalancesGetNative.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressBalancesGetNative.ts rename to chainkit/src/funcs/dataEvmAddressBalancesGetNative.ts diff --git a/devtools/src/funcs/dataEvmAddressBalancesListCollectibles.ts b/chainkit/src/funcs/dataEvmAddressBalancesListCollectibles.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressBalancesListCollectibles.ts rename to chainkit/src/funcs/dataEvmAddressBalancesListCollectibles.ts diff --git a/devtools/src/funcs/dataEvmAddressBalancesListErc1155.ts b/chainkit/src/funcs/dataEvmAddressBalancesListErc1155.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressBalancesListErc1155.ts rename to chainkit/src/funcs/dataEvmAddressBalancesListErc1155.ts diff --git a/devtools/src/funcs/dataEvmAddressBalancesListErc20.ts b/chainkit/src/funcs/dataEvmAddressBalancesListErc20.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressBalancesListErc20.ts rename to chainkit/src/funcs/dataEvmAddressBalancesListErc20.ts diff --git a/devtools/src/funcs/dataEvmAddressBalancesListErc721.ts b/chainkit/src/funcs/dataEvmAddressBalancesListErc721.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressBalancesListErc721.ts rename to chainkit/src/funcs/dataEvmAddressBalancesListErc721.ts diff --git a/devtools/src/funcs/dataEvmAddressChainsList.ts b/chainkit/src/funcs/dataEvmAddressChainsList.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressChainsList.ts rename to chainkit/src/funcs/dataEvmAddressChainsList.ts diff --git a/devtools/src/funcs/dataEvmAddressContractsListDeployments.ts b/chainkit/src/funcs/dataEvmAddressContractsListDeployments.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressContractsListDeployments.ts rename to chainkit/src/funcs/dataEvmAddressContractsListDeployments.ts diff --git a/devtools/src/funcs/dataEvmAddressTransactionsList.ts b/chainkit/src/funcs/dataEvmAddressTransactionsList.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressTransactionsList.ts rename to chainkit/src/funcs/dataEvmAddressTransactionsList.ts diff --git a/devtools/src/funcs/dataEvmAddressTransactionsListErc1155.ts b/chainkit/src/funcs/dataEvmAddressTransactionsListErc1155.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressTransactionsListErc1155.ts rename to chainkit/src/funcs/dataEvmAddressTransactionsListErc1155.ts diff --git a/devtools/src/funcs/dataEvmAddressTransactionsListErc20.ts b/chainkit/src/funcs/dataEvmAddressTransactionsListErc20.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressTransactionsListErc20.ts rename to chainkit/src/funcs/dataEvmAddressTransactionsListErc20.ts diff --git a/devtools/src/funcs/dataEvmAddressTransactionsListErc721.ts b/chainkit/src/funcs/dataEvmAddressTransactionsListErc721.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressTransactionsListErc721.ts rename to chainkit/src/funcs/dataEvmAddressTransactionsListErc721.ts diff --git a/devtools/src/funcs/dataEvmAddressTransactionsListInternal.ts b/chainkit/src/funcs/dataEvmAddressTransactionsListInternal.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressTransactionsListInternal.ts rename to chainkit/src/funcs/dataEvmAddressTransactionsListInternal.ts diff --git a/devtools/src/funcs/dataEvmAddressTransactionsListNative.ts b/chainkit/src/funcs/dataEvmAddressTransactionsListNative.ts similarity index 100% rename from devtools/src/funcs/dataEvmAddressTransactionsListNative.ts rename to chainkit/src/funcs/dataEvmAddressTransactionsListNative.ts diff --git a/devtools/src/funcs/dataEvmBlocksGet.ts b/chainkit/src/funcs/dataEvmBlocksGet.ts similarity index 100% rename from devtools/src/funcs/dataEvmBlocksGet.ts rename to chainkit/src/funcs/dataEvmBlocksGet.ts diff --git a/devtools/src/funcs/dataEvmBlocksListLatest.ts b/chainkit/src/funcs/dataEvmBlocksListLatest.ts similarity index 100% rename from devtools/src/funcs/dataEvmBlocksListLatest.ts rename to chainkit/src/funcs/dataEvmBlocksListLatest.ts diff --git a/devtools/src/funcs/dataEvmBlocksListLatestAllChains.ts b/chainkit/src/funcs/dataEvmBlocksListLatestAllChains.ts similarity index 100% rename from devtools/src/funcs/dataEvmBlocksListLatestAllChains.ts rename to chainkit/src/funcs/dataEvmBlocksListLatestAllChains.ts diff --git a/devtools/src/funcs/dataEvmBlocksListTransactions.ts b/chainkit/src/funcs/dataEvmBlocksListTransactions.ts similarity index 100% rename from devtools/src/funcs/dataEvmBlocksListTransactions.ts rename to chainkit/src/funcs/dataEvmBlocksListTransactions.ts diff --git a/devtools/src/funcs/dataEvmChainsGet.ts b/chainkit/src/funcs/dataEvmChainsGet.ts similarity index 100% rename from devtools/src/funcs/dataEvmChainsGet.ts rename to chainkit/src/funcs/dataEvmChainsGet.ts diff --git a/devtools/src/funcs/dataEvmChainsGetAddressChains.ts b/chainkit/src/funcs/dataEvmChainsGetAddressChains.ts similarity index 100% rename from devtools/src/funcs/dataEvmChainsGetAddressChains.ts rename to chainkit/src/funcs/dataEvmChainsGetAddressChains.ts diff --git a/devtools/src/funcs/dataEvmChainsList.ts b/chainkit/src/funcs/dataEvmChainsList.ts similarity index 100% rename from devtools/src/funcs/dataEvmChainsList.ts rename to chainkit/src/funcs/dataEvmChainsList.ts diff --git a/devtools/src/funcs/dataEvmChainsListAllLatestBlocks.ts b/chainkit/src/funcs/dataEvmChainsListAllLatestBlocks.ts similarity index 100% rename from devtools/src/funcs/dataEvmChainsListAllLatestBlocks.ts rename to chainkit/src/funcs/dataEvmChainsListAllLatestBlocks.ts diff --git a/devtools/src/funcs/dataEvmChainsListAllLatestTransactions.ts b/chainkit/src/funcs/dataEvmChainsListAllLatestTransactions.ts similarity index 100% rename from devtools/src/funcs/dataEvmChainsListAllLatestTransactions.ts rename to chainkit/src/funcs/dataEvmChainsListAllLatestTransactions.ts diff --git a/devtools/src/funcs/dataEvmContractsGetDeploymentTransaction.ts b/chainkit/src/funcs/dataEvmContractsGetDeploymentTransaction.ts similarity index 100% rename from devtools/src/funcs/dataEvmContractsGetDeploymentTransaction.ts rename to chainkit/src/funcs/dataEvmContractsGetDeploymentTransaction.ts diff --git a/devtools/src/funcs/dataEvmContractsGetMetadata.ts b/chainkit/src/funcs/dataEvmContractsGetMetadata.ts similarity index 100% rename from devtools/src/funcs/dataEvmContractsGetMetadata.ts rename to chainkit/src/funcs/dataEvmContractsGetMetadata.ts diff --git a/devtools/src/funcs/dataEvmContractsListTransfers.ts b/chainkit/src/funcs/dataEvmContractsListTransfers.ts similarity index 100% rename from devtools/src/funcs/dataEvmContractsListTransfers.ts rename to chainkit/src/funcs/dataEvmContractsListTransfers.ts diff --git a/devtools/src/funcs/dataEvmTransactionsGet.ts b/chainkit/src/funcs/dataEvmTransactionsGet.ts similarity index 100% rename from devtools/src/funcs/dataEvmTransactionsGet.ts rename to chainkit/src/funcs/dataEvmTransactionsGet.ts diff --git a/devtools/src/funcs/dataEvmTransactionsListLatest.ts b/chainkit/src/funcs/dataEvmTransactionsListLatest.ts similarity index 100% rename from devtools/src/funcs/dataEvmTransactionsListLatest.ts rename to chainkit/src/funcs/dataEvmTransactionsListLatest.ts diff --git a/devtools/src/funcs/dataEvmTransactionsListLatestAllChains.ts b/chainkit/src/funcs/dataEvmTransactionsListLatestAllChains.ts similarity index 100% rename from devtools/src/funcs/dataEvmTransactionsListLatestAllChains.ts rename to chainkit/src/funcs/dataEvmTransactionsListLatestAllChains.ts diff --git a/devtools/src/funcs/dataHealthCheck.ts b/chainkit/src/funcs/dataHealthCheck.ts similarity index 100% rename from devtools/src/funcs/dataHealthCheck.ts rename to chainkit/src/funcs/dataHealthCheck.ts diff --git a/devtools/src/funcs/dataIcmGet.ts b/chainkit/src/funcs/dataIcmGet.ts similarity index 100% rename from devtools/src/funcs/dataIcmGet.ts rename to chainkit/src/funcs/dataIcmGet.ts diff --git a/devtools/src/funcs/dataIcmList.ts b/chainkit/src/funcs/dataIcmList.ts similarity index 100% rename from devtools/src/funcs/dataIcmList.ts rename to chainkit/src/funcs/dataIcmList.ts diff --git a/devtools/src/funcs/dataIcmListByAddress.ts b/chainkit/src/funcs/dataIcmListByAddress.ts similarity index 100% rename from devtools/src/funcs/dataIcmListByAddress.ts rename to chainkit/src/funcs/dataIcmListByAddress.ts diff --git a/devtools/src/funcs/dataNftsGet.ts b/chainkit/src/funcs/dataNftsGet.ts similarity index 100% rename from devtools/src/funcs/dataNftsGet.ts rename to chainkit/src/funcs/dataNftsGet.ts diff --git a/devtools/src/funcs/dataNftsList.ts b/chainkit/src/funcs/dataNftsList.ts similarity index 100% rename from devtools/src/funcs/dataNftsList.ts rename to chainkit/src/funcs/dataNftsList.ts diff --git a/devtools/src/funcs/dataNftsReindex.ts b/chainkit/src/funcs/dataNftsReindex.ts similarity index 100% rename from devtools/src/funcs/dataNftsReindex.ts rename to chainkit/src/funcs/dataNftsReindex.ts diff --git a/devtools/src/funcs/dataOperationsExportTransactions.ts b/chainkit/src/funcs/dataOperationsExportTransactions.ts similarity index 100% rename from devtools/src/funcs/dataOperationsExportTransactions.ts rename to chainkit/src/funcs/dataOperationsExportTransactions.ts diff --git a/devtools/src/funcs/dataOperationsGetResult.ts b/chainkit/src/funcs/dataOperationsGetResult.ts similarity index 100% rename from devtools/src/funcs/dataOperationsGetResult.ts rename to chainkit/src/funcs/dataOperationsGetResult.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkBalancesListByAddresses.ts b/chainkit/src/funcs/dataPrimaryNetworkBalancesListByAddresses.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkBalancesListByAddresses.ts rename to chainkit/src/funcs/dataPrimaryNetworkBalancesListByAddresses.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkBlocksGet.ts b/chainkit/src/funcs/dataPrimaryNetworkBlocksGet.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkBlocksGet.ts rename to chainkit/src/funcs/dataPrimaryNetworkBlocksGet.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkBlocksListByNodeId.ts b/chainkit/src/funcs/dataPrimaryNetworkBlocksListByNodeId.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkBlocksListByNodeId.ts rename to chainkit/src/funcs/dataPrimaryNetworkBlocksListByNodeId.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkBlocksListLatest.ts b/chainkit/src/funcs/dataPrimaryNetworkBlocksListLatest.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkBlocksListLatest.ts rename to chainkit/src/funcs/dataPrimaryNetworkBlocksListLatest.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkGetAssetDetails.ts b/chainkit/src/funcs/dataPrimaryNetworkGetAssetDetails.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkGetAssetDetails.ts rename to chainkit/src/funcs/dataPrimaryNetworkGetAssetDetails.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkGetBlockchainById.ts b/chainkit/src/funcs/dataPrimaryNetworkGetBlockchainById.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkGetBlockchainById.ts rename to chainkit/src/funcs/dataPrimaryNetworkGetBlockchainById.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkGetChainIdsForAddresses.ts b/chainkit/src/funcs/dataPrimaryNetworkGetChainIdsForAddresses.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkGetChainIdsForAddresses.ts rename to chainkit/src/funcs/dataPrimaryNetworkGetChainIdsForAddresses.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkGetNetworkDetails.ts b/chainkit/src/funcs/dataPrimaryNetworkGetNetworkDetails.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkGetNetworkDetails.ts rename to chainkit/src/funcs/dataPrimaryNetworkGetNetworkDetails.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkGetSubnetById.ts b/chainkit/src/funcs/dataPrimaryNetworkGetSubnetById.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkGetSubnetById.ts rename to chainkit/src/funcs/dataPrimaryNetworkGetSubnetById.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkGetValidatorDetails.ts b/chainkit/src/funcs/dataPrimaryNetworkGetValidatorDetails.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkGetValidatorDetails.ts rename to chainkit/src/funcs/dataPrimaryNetworkGetValidatorDetails.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkListBlockchains.ts b/chainkit/src/funcs/dataPrimaryNetworkListBlockchains.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkListBlockchains.ts rename to chainkit/src/funcs/dataPrimaryNetworkListBlockchains.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkListDelegators.ts b/chainkit/src/funcs/dataPrimaryNetworkListDelegators.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkListDelegators.ts rename to chainkit/src/funcs/dataPrimaryNetworkListDelegators.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkListL1Validators.ts b/chainkit/src/funcs/dataPrimaryNetworkListL1Validators.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkListL1Validators.ts rename to chainkit/src/funcs/dataPrimaryNetworkListL1Validators.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkListSubnets.ts b/chainkit/src/funcs/dataPrimaryNetworkListSubnets.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkListSubnets.ts rename to chainkit/src/funcs/dataPrimaryNetworkListSubnets.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkListValidators.ts b/chainkit/src/funcs/dataPrimaryNetworkListValidators.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkListValidators.ts rename to chainkit/src/funcs/dataPrimaryNetworkListValidators.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkRewardsListHistoricalRewards.ts b/chainkit/src/funcs/dataPrimaryNetworkRewardsListHistoricalRewards.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkRewardsListHistoricalRewards.ts rename to chainkit/src/funcs/dataPrimaryNetworkRewardsListHistoricalRewards.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkRewardsListPendingRewards.ts b/chainkit/src/funcs/dataPrimaryNetworkRewardsListPendingRewards.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkRewardsListPendingRewards.ts rename to chainkit/src/funcs/dataPrimaryNetworkRewardsListPendingRewards.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkTransactionsGet.ts b/chainkit/src/funcs/dataPrimaryNetworkTransactionsGet.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkTransactionsGet.ts rename to chainkit/src/funcs/dataPrimaryNetworkTransactionsGet.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts b/chainkit/src/funcs/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts rename to chainkit/src/funcs/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkTransactionsListAssetTransactions.ts b/chainkit/src/funcs/dataPrimaryNetworkTransactionsListAssetTransactions.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkTransactionsListAssetTransactions.ts rename to chainkit/src/funcs/dataPrimaryNetworkTransactionsListAssetTransactions.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkTransactionsListLatest.ts b/chainkit/src/funcs/dataPrimaryNetworkTransactionsListLatest.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkTransactionsListLatest.ts rename to chainkit/src/funcs/dataPrimaryNetworkTransactionsListLatest.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkUtxosListByAddresses.ts b/chainkit/src/funcs/dataPrimaryNetworkUtxosListByAddresses.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkUtxosListByAddresses.ts rename to chainkit/src/funcs/dataPrimaryNetworkUtxosListByAddresses.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkVerticesGetByHash.ts b/chainkit/src/funcs/dataPrimaryNetworkVerticesGetByHash.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkVerticesGetByHash.ts rename to chainkit/src/funcs/dataPrimaryNetworkVerticesGetByHash.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkVerticesListByHeight.ts b/chainkit/src/funcs/dataPrimaryNetworkVerticesListByHeight.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkVerticesListByHeight.ts rename to chainkit/src/funcs/dataPrimaryNetworkVerticesListByHeight.ts diff --git a/devtools/src/funcs/dataPrimaryNetworkVerticesListLatest.ts b/chainkit/src/funcs/dataPrimaryNetworkVerticesListLatest.ts similarity index 100% rename from devtools/src/funcs/dataPrimaryNetworkVerticesListLatest.ts rename to chainkit/src/funcs/dataPrimaryNetworkVerticesListLatest.ts diff --git a/devtools/src/funcs/dataSignatureAggregatorAggregate.ts b/chainkit/src/funcs/dataSignatureAggregatorAggregate.ts similarity index 100% rename from devtools/src/funcs/dataSignatureAggregatorAggregate.ts rename to chainkit/src/funcs/dataSignatureAggregatorAggregate.ts diff --git a/devtools/src/funcs/dataSignatureAggregatorGet.ts b/chainkit/src/funcs/dataSignatureAggregatorGet.ts similarity index 100% rename from devtools/src/funcs/dataSignatureAggregatorGet.ts rename to chainkit/src/funcs/dataSignatureAggregatorGet.ts diff --git a/devtools/src/funcs/dataTeleporterGetTeleporterMessage.ts b/chainkit/src/funcs/dataTeleporterGetTeleporterMessage.ts similarity index 100% rename from devtools/src/funcs/dataTeleporterGetTeleporterMessage.ts rename to chainkit/src/funcs/dataTeleporterGetTeleporterMessage.ts diff --git a/devtools/src/funcs/dataTeleporterListTeleporterMessages.ts b/chainkit/src/funcs/dataTeleporterListTeleporterMessages.ts similarity index 100% rename from devtools/src/funcs/dataTeleporterListTeleporterMessages.ts rename to chainkit/src/funcs/dataTeleporterListTeleporterMessages.ts diff --git a/devtools/src/funcs/dataTeleporterListTeleporterMessagesByAddress.ts b/chainkit/src/funcs/dataTeleporterListTeleporterMessagesByAddress.ts similarity index 100% rename from devtools/src/funcs/dataTeleporterListTeleporterMessagesByAddress.ts rename to chainkit/src/funcs/dataTeleporterListTeleporterMessagesByAddress.ts diff --git a/devtools/src/funcs/dataUsageMetricsGetLogs.ts b/chainkit/src/funcs/dataUsageMetricsGetLogs.ts similarity index 100% rename from devtools/src/funcs/dataUsageMetricsGetLogs.ts rename to chainkit/src/funcs/dataUsageMetricsGetLogs.ts diff --git a/devtools/src/funcs/dataUsageMetricsGetRpcUsageMetrics.ts b/chainkit/src/funcs/dataUsageMetricsGetRpcUsageMetrics.ts similarity index 100% rename from devtools/src/funcs/dataUsageMetricsGetRpcUsageMetrics.ts rename to chainkit/src/funcs/dataUsageMetricsGetRpcUsageMetrics.ts diff --git a/devtools/src/funcs/dataUsageMetricsGetSubnetRpcUsage.ts b/chainkit/src/funcs/dataUsageMetricsGetSubnetRpcUsage.ts similarity index 100% rename from devtools/src/funcs/dataUsageMetricsGetSubnetRpcUsage.ts rename to chainkit/src/funcs/dataUsageMetricsGetSubnetRpcUsage.ts diff --git a/devtools/src/funcs/dataUsageMetricsGetUsage.ts b/chainkit/src/funcs/dataUsageMetricsGetUsage.ts similarity index 100% rename from devtools/src/funcs/dataUsageMetricsGetUsage.ts rename to chainkit/src/funcs/dataUsageMetricsGetUsage.ts diff --git a/devtools/src/funcs/metricsChainsGet.ts b/chainkit/src/funcs/metricsChainsGet.ts similarity index 100% rename from devtools/src/funcs/metricsChainsGet.ts rename to chainkit/src/funcs/metricsChainsGet.ts diff --git a/devtools/src/funcs/metricsChainsGetMetrics.ts b/chainkit/src/funcs/metricsChainsGetMetrics.ts similarity index 100% rename from devtools/src/funcs/metricsChainsGetMetrics.ts rename to chainkit/src/funcs/metricsChainsGetMetrics.ts diff --git a/devtools/src/funcs/metricsChainsGetRollingWindowMetrics.ts b/chainkit/src/funcs/metricsChainsGetRollingWindowMetrics.ts similarity index 100% rename from devtools/src/funcs/metricsChainsGetRollingWindowMetrics.ts rename to chainkit/src/funcs/metricsChainsGetRollingWindowMetrics.ts diff --git a/devtools/src/funcs/metricsChainsGetTeleporterMetrics.ts b/chainkit/src/funcs/metricsChainsGetTeleporterMetrics.ts similarity index 100% rename from devtools/src/funcs/metricsChainsGetTeleporterMetrics.ts rename to chainkit/src/funcs/metricsChainsGetTeleporterMetrics.ts diff --git a/devtools/src/funcs/metricsChainsList.ts b/chainkit/src/funcs/metricsChainsList.ts similarity index 100% rename from devtools/src/funcs/metricsChainsList.ts rename to chainkit/src/funcs/metricsChainsList.ts diff --git a/devtools/src/funcs/metricsChainsListBTCbBridgersAboveThreshold.ts b/chainkit/src/funcs/metricsChainsListBTCbBridgersAboveThreshold.ts similarity index 100% rename from devtools/src/funcs/metricsChainsListBTCbBridgersAboveThreshold.ts rename to chainkit/src/funcs/metricsChainsListBTCbBridgersAboveThreshold.ts diff --git a/devtools/src/funcs/metricsChainsListNftHolders.ts b/chainkit/src/funcs/metricsChainsListNftHolders.ts similarity index 100% rename from devtools/src/funcs/metricsChainsListNftHolders.ts rename to chainkit/src/funcs/metricsChainsListNftHolders.ts diff --git a/devtools/src/funcs/metricsChainsListTokenHoldersAboveThreshold.ts b/chainkit/src/funcs/metricsChainsListTokenHoldersAboveThreshold.ts similarity index 100% rename from devtools/src/funcs/metricsChainsListTokenHoldersAboveThreshold.ts rename to chainkit/src/funcs/metricsChainsListTokenHoldersAboveThreshold.ts diff --git a/devtools/src/funcs/metricsHealthCheck.ts b/chainkit/src/funcs/metricsHealthCheck.ts similarity index 100% rename from devtools/src/funcs/metricsHealthCheck.ts rename to chainkit/src/funcs/metricsHealthCheck.ts diff --git a/devtools/src/funcs/metricsL1ValidatorsGetMetricsByNodeId.ts b/chainkit/src/funcs/metricsL1ValidatorsGetMetricsByNodeId.ts similarity index 100% rename from devtools/src/funcs/metricsL1ValidatorsGetMetricsByNodeId.ts rename to chainkit/src/funcs/metricsL1ValidatorsGetMetricsByNodeId.ts diff --git a/devtools/src/funcs/metricsL1ValidatorsGetMetricsBySubnetId.ts b/chainkit/src/funcs/metricsL1ValidatorsGetMetricsBySubnetId.ts similarity index 100% rename from devtools/src/funcs/metricsL1ValidatorsGetMetricsBySubnetId.ts rename to chainkit/src/funcs/metricsL1ValidatorsGetMetricsBySubnetId.ts diff --git a/devtools/src/funcs/metricsL1ValidatorsGetMetricsByValidationId.ts b/chainkit/src/funcs/metricsL1ValidatorsGetMetricsByValidationId.ts similarity index 100% rename from devtools/src/funcs/metricsL1ValidatorsGetMetricsByValidationId.ts rename to chainkit/src/funcs/metricsL1ValidatorsGetMetricsByValidationId.ts diff --git a/devtools/src/funcs/metricsL1ValidatorsListMetrics.ts b/chainkit/src/funcs/metricsL1ValidatorsListMetrics.ts similarity index 100% rename from devtools/src/funcs/metricsL1ValidatorsListMetrics.ts rename to chainkit/src/funcs/metricsL1ValidatorsListMetrics.ts diff --git a/devtools/src/funcs/metricsNetworksGetStakingMetrics.ts b/chainkit/src/funcs/metricsNetworksGetStakingMetrics.ts similarity index 100% rename from devtools/src/funcs/metricsNetworksGetStakingMetrics.ts rename to chainkit/src/funcs/metricsNetworksGetStakingMetrics.ts diff --git a/devtools/src/funcs/metricsSubnetsGetValidators.ts b/chainkit/src/funcs/metricsSubnetsGetValidators.ts similarity index 100% rename from devtools/src/funcs/metricsSubnetsGetValidators.ts rename to chainkit/src/funcs/metricsSubnetsGetValidators.ts diff --git a/devtools/src/funcs/webhooksAddressesAdd.ts b/chainkit/src/funcs/webhooksAddressesAdd.ts similarity index 100% rename from devtools/src/funcs/webhooksAddressesAdd.ts rename to chainkit/src/funcs/webhooksAddressesAdd.ts diff --git a/devtools/src/funcs/webhooksAddressesList.ts b/chainkit/src/funcs/webhooksAddressesList.ts similarity index 100% rename from devtools/src/funcs/webhooksAddressesList.ts rename to chainkit/src/funcs/webhooksAddressesList.ts diff --git a/devtools/src/funcs/webhooksAddressesRemove.ts b/chainkit/src/funcs/webhooksAddressesRemove.ts similarity index 100% rename from devtools/src/funcs/webhooksAddressesRemove.ts rename to chainkit/src/funcs/webhooksAddressesRemove.ts diff --git a/devtools/src/funcs/webhooksCreate.ts b/chainkit/src/funcs/webhooksCreate.ts similarity index 100% rename from devtools/src/funcs/webhooksCreate.ts rename to chainkit/src/funcs/webhooksCreate.ts diff --git a/devtools/src/funcs/webhooksDeactivate.ts b/chainkit/src/funcs/webhooksDeactivate.ts similarity index 100% rename from devtools/src/funcs/webhooksDeactivate.ts rename to chainkit/src/funcs/webhooksDeactivate.ts diff --git a/devtools/src/funcs/webhooksGenerateOrRotateSharedSecret.ts b/chainkit/src/funcs/webhooksGenerateOrRotateSharedSecret.ts similarity index 100% rename from devtools/src/funcs/webhooksGenerateOrRotateSharedSecret.ts rename to chainkit/src/funcs/webhooksGenerateOrRotateSharedSecret.ts diff --git a/devtools/src/funcs/webhooksGet.ts b/chainkit/src/funcs/webhooksGet.ts similarity index 100% rename from devtools/src/funcs/webhooksGet.ts rename to chainkit/src/funcs/webhooksGet.ts diff --git a/devtools/src/funcs/webhooksGetSharedSecret.ts b/chainkit/src/funcs/webhooksGetSharedSecret.ts similarity index 100% rename from devtools/src/funcs/webhooksGetSharedSecret.ts rename to chainkit/src/funcs/webhooksGetSharedSecret.ts diff --git a/devtools/src/funcs/webhooksList.ts b/chainkit/src/funcs/webhooksList.ts similarity index 100% rename from devtools/src/funcs/webhooksList.ts rename to chainkit/src/funcs/webhooksList.ts diff --git a/devtools/src/funcs/webhooksUpdate.ts b/chainkit/src/funcs/webhooksUpdate.ts similarity index 100% rename from devtools/src/funcs/webhooksUpdate.ts rename to chainkit/src/funcs/webhooksUpdate.ts diff --git a/devtools/src/hooks/hooks.ts b/chainkit/src/hooks/hooks.ts similarity index 100% rename from devtools/src/hooks/hooks.ts rename to chainkit/src/hooks/hooks.ts diff --git a/devtools/src/hooks/index.ts b/chainkit/src/hooks/index.ts similarity index 100% rename from devtools/src/hooks/index.ts rename to chainkit/src/hooks/index.ts diff --git a/devtools/src/hooks/registration.ts b/chainkit/src/hooks/registration.ts similarity index 100% rename from devtools/src/hooks/registration.ts rename to chainkit/src/hooks/registration.ts diff --git a/devtools/src/hooks/types.ts b/chainkit/src/hooks/types.ts similarity index 100% rename from devtools/src/hooks/types.ts rename to chainkit/src/hooks/types.ts diff --git a/devtools/src/index.extras.ts b/chainkit/src/index.extras.ts similarity index 100% rename from devtools/src/index.extras.ts rename to chainkit/src/index.extras.ts diff --git a/devtools/src/index.ts b/chainkit/src/index.ts similarity index 100% rename from devtools/src/index.ts rename to chainkit/src/index.ts diff --git a/devtools/src/lib/base64.ts b/chainkit/src/lib/base64.ts similarity index 100% rename from devtools/src/lib/base64.ts rename to chainkit/src/lib/base64.ts diff --git a/devtools/src/lib/config.ts b/chainkit/src/lib/config.ts similarity index 93% rename from devtools/src/lib/config.ts rename to chainkit/src/lib/config.ts index b19fd998..b2069a23 100644 --- a/devtools/src/lib/config.ts +++ b/chainkit/src/lib/config.ts @@ -72,8 +72,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "1.0.0", - sdkVersion: "0.2.2", - genVersion: "2.674.3", + sdkVersion: "0.2.3", + genVersion: "2.677.3", userAgent: - "speakeasy-sdk/typescript 0.2.2 2.674.3 1.0.0 @avalanche-sdk/devtools", + "speakeasy-sdk/typescript 0.2.3 2.677.3 1.0.0 @avalanche-sdk/chainkit", } as const; diff --git a/devtools/src/lib/dlv.ts b/chainkit/src/lib/dlv.ts similarity index 100% rename from devtools/src/lib/dlv.ts rename to chainkit/src/lib/dlv.ts diff --git a/devtools/src/lib/encodings.ts b/chainkit/src/lib/encodings.ts similarity index 100% rename from devtools/src/lib/encodings.ts rename to chainkit/src/lib/encodings.ts diff --git a/devtools/src/lib/files.ts b/chainkit/src/lib/files.ts similarity index 100% rename from devtools/src/lib/files.ts rename to chainkit/src/lib/files.ts diff --git a/devtools/src/lib/http.ts b/chainkit/src/lib/http.ts similarity index 100% rename from devtools/src/lib/http.ts rename to chainkit/src/lib/http.ts diff --git a/devtools/src/lib/is-plain-object.ts b/chainkit/src/lib/is-plain-object.ts similarity index 100% rename from devtools/src/lib/is-plain-object.ts rename to chainkit/src/lib/is-plain-object.ts diff --git a/devtools/src/lib/logger.ts b/chainkit/src/lib/logger.ts similarity index 100% rename from devtools/src/lib/logger.ts rename to chainkit/src/lib/logger.ts diff --git a/devtools/src/lib/matchers.ts b/chainkit/src/lib/matchers.ts similarity index 100% rename from devtools/src/lib/matchers.ts rename to chainkit/src/lib/matchers.ts diff --git a/devtools/src/lib/primitives.ts b/chainkit/src/lib/primitives.ts similarity index 100% rename from devtools/src/lib/primitives.ts rename to chainkit/src/lib/primitives.ts diff --git a/devtools/src/lib/retries.ts b/chainkit/src/lib/retries.ts similarity index 100% rename from devtools/src/lib/retries.ts rename to chainkit/src/lib/retries.ts diff --git a/devtools/src/lib/schemas.ts b/chainkit/src/lib/schemas.ts similarity index 100% rename from devtools/src/lib/schemas.ts rename to chainkit/src/lib/schemas.ts diff --git a/devtools/src/lib/sdks.ts b/chainkit/src/lib/sdks.ts similarity index 100% rename from devtools/src/lib/sdks.ts rename to chainkit/src/lib/sdks.ts diff --git a/devtools/src/lib/security.ts b/chainkit/src/lib/security.ts similarity index 100% rename from devtools/src/lib/security.ts rename to chainkit/src/lib/security.ts diff --git a/devtools/src/lib/url.ts b/chainkit/src/lib/url.ts similarity index 100% rename from devtools/src/lib/url.ts rename to chainkit/src/lib/url.ts diff --git a/devtools/src/mcp-server/build.mts b/chainkit/src/mcp-server/build.mts similarity index 100% rename from devtools/src/mcp-server/build.mts rename to chainkit/src/mcp-server/build.mts diff --git a/devtools/src/mcp-server/cli.ts b/chainkit/src/mcp-server/cli.ts similarity index 100% rename from devtools/src/mcp-server/cli.ts rename to chainkit/src/mcp-server/cli.ts diff --git a/devtools/src/mcp-server/cli/start/command.ts b/chainkit/src/mcp-server/cli/start/command.ts similarity index 100% rename from devtools/src/mcp-server/cli/start/command.ts rename to chainkit/src/mcp-server/cli/start/command.ts diff --git a/devtools/src/mcp-server/cli/start/impl.ts b/chainkit/src/mcp-server/cli/start/impl.ts similarity index 100% rename from devtools/src/mcp-server/cli/start/impl.ts rename to chainkit/src/mcp-server/cli/start/impl.ts diff --git a/devtools/src/mcp-server/console-logger.ts b/chainkit/src/mcp-server/console-logger.ts similarity index 100% rename from devtools/src/mcp-server/console-logger.ts rename to chainkit/src/mcp-server/console-logger.ts diff --git a/devtools/src/mcp-server/extensions.ts b/chainkit/src/mcp-server/extensions.ts similarity index 100% rename from devtools/src/mcp-server/extensions.ts rename to chainkit/src/mcp-server/extensions.ts diff --git a/devtools/src/mcp-server/mcp-server.ts b/chainkit/src/mcp-server/mcp-server.ts similarity index 94% rename from devtools/src/mcp-server/mcp-server.ts rename to chainkit/src/mcp-server/mcp-server.ts index 9305c64e..43776bed 100644 --- a/devtools/src/mcp-server/mcp-server.ts +++ b/chainkit/src/mcp-server/mcp-server.ts @@ -19,7 +19,7 @@ const routes = buildRouteMap({ export const app = buildApplication(routes, { name: "mcp", versionInfo: { - currentVersion: "0.2.2", + currentVersion: "0.2.3", }, }); diff --git a/devtools/src/mcp-server/prompts.ts b/chainkit/src/mcp-server/prompts.ts similarity index 100% rename from devtools/src/mcp-server/prompts.ts rename to chainkit/src/mcp-server/prompts.ts diff --git a/devtools/src/mcp-server/resources.ts b/chainkit/src/mcp-server/resources.ts similarity index 100% rename from devtools/src/mcp-server/resources.ts rename to chainkit/src/mcp-server/resources.ts diff --git a/devtools/src/mcp-server/scopes.ts b/chainkit/src/mcp-server/scopes.ts similarity index 100% rename from devtools/src/mcp-server/scopes.ts rename to chainkit/src/mcp-server/scopes.ts diff --git a/devtools/src/mcp-server/server.ts b/chainkit/src/mcp-server/server.ts similarity index 99% rename from devtools/src/mcp-server/server.ts rename to chainkit/src/mcp-server/server.ts index 3f51ca5c..80d61a46 100644 --- a/devtools/src/mcp-server/server.ts +++ b/chainkit/src/mcp-server/server.ts @@ -122,7 +122,7 @@ export function createMCPServer(deps: { }) { const server = new McpServer({ name: "Avalanche", - version: "0.2.2", + version: "0.2.3", }); const client = new AvalancheCore({ diff --git a/devtools/src/mcp-server/shared.ts b/chainkit/src/mcp-server/shared.ts similarity index 100% rename from devtools/src/mcp-server/shared.ts rename to chainkit/src/mcp-server/shared.ts diff --git a/devtools/src/mcp-server/tools.ts b/chainkit/src/mcp-server/tools.ts similarity index 100% rename from devtools/src/mcp-server/tools.ts rename to chainkit/src/mcp-server/tools.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressBalancesGetNative.ts b/chainkit/src/mcp-server/tools/dataEvmAddressBalancesGetNative.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressBalancesGetNative.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressBalancesGetNative.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressBalancesListCollectibles.ts b/chainkit/src/mcp-server/tools/dataEvmAddressBalancesListCollectibles.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressBalancesListCollectibles.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressBalancesListCollectibles.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressBalancesListErc1155.ts b/chainkit/src/mcp-server/tools/dataEvmAddressBalancesListErc1155.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressBalancesListErc1155.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressBalancesListErc1155.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressBalancesListErc20.ts b/chainkit/src/mcp-server/tools/dataEvmAddressBalancesListErc20.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressBalancesListErc20.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressBalancesListErc20.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressBalancesListErc721.ts b/chainkit/src/mcp-server/tools/dataEvmAddressBalancesListErc721.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressBalancesListErc721.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressBalancesListErc721.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressChainsList.ts b/chainkit/src/mcp-server/tools/dataEvmAddressChainsList.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressChainsList.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressChainsList.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressContractsListDeployments.ts b/chainkit/src/mcp-server/tools/dataEvmAddressContractsListDeployments.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressContractsListDeployments.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressContractsListDeployments.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressTransactionsList.ts b/chainkit/src/mcp-server/tools/dataEvmAddressTransactionsList.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressTransactionsList.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressTransactionsList.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressTransactionsListErc1155.ts b/chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListErc1155.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressTransactionsListErc1155.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListErc1155.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressTransactionsListErc20.ts b/chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListErc20.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressTransactionsListErc20.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListErc20.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressTransactionsListErc721.ts b/chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListErc721.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressTransactionsListErc721.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListErc721.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressTransactionsListInternal.ts b/chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListInternal.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressTransactionsListInternal.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListInternal.ts diff --git a/devtools/src/mcp-server/tools/dataEvmAddressTransactionsListNative.ts b/chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListNative.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmAddressTransactionsListNative.ts rename to chainkit/src/mcp-server/tools/dataEvmAddressTransactionsListNative.ts diff --git a/devtools/src/mcp-server/tools/dataEvmBlocksGet.ts b/chainkit/src/mcp-server/tools/dataEvmBlocksGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmBlocksGet.ts rename to chainkit/src/mcp-server/tools/dataEvmBlocksGet.ts diff --git a/devtools/src/mcp-server/tools/dataEvmBlocksListLatest.ts b/chainkit/src/mcp-server/tools/dataEvmBlocksListLatest.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmBlocksListLatest.ts rename to chainkit/src/mcp-server/tools/dataEvmBlocksListLatest.ts diff --git a/devtools/src/mcp-server/tools/dataEvmBlocksListLatestAllChains.ts b/chainkit/src/mcp-server/tools/dataEvmBlocksListLatestAllChains.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmBlocksListLatestAllChains.ts rename to chainkit/src/mcp-server/tools/dataEvmBlocksListLatestAllChains.ts diff --git a/devtools/src/mcp-server/tools/dataEvmBlocksListTransactions.ts b/chainkit/src/mcp-server/tools/dataEvmBlocksListTransactions.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmBlocksListTransactions.ts rename to chainkit/src/mcp-server/tools/dataEvmBlocksListTransactions.ts diff --git a/devtools/src/mcp-server/tools/dataEvmChainsGet.ts b/chainkit/src/mcp-server/tools/dataEvmChainsGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmChainsGet.ts rename to chainkit/src/mcp-server/tools/dataEvmChainsGet.ts diff --git a/devtools/src/mcp-server/tools/dataEvmChainsGetAddressChains.ts b/chainkit/src/mcp-server/tools/dataEvmChainsGetAddressChains.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmChainsGetAddressChains.ts rename to chainkit/src/mcp-server/tools/dataEvmChainsGetAddressChains.ts diff --git a/devtools/src/mcp-server/tools/dataEvmChainsList.ts b/chainkit/src/mcp-server/tools/dataEvmChainsList.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmChainsList.ts rename to chainkit/src/mcp-server/tools/dataEvmChainsList.ts diff --git a/devtools/src/mcp-server/tools/dataEvmChainsListAllLatestBlocks.ts b/chainkit/src/mcp-server/tools/dataEvmChainsListAllLatestBlocks.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmChainsListAllLatestBlocks.ts rename to chainkit/src/mcp-server/tools/dataEvmChainsListAllLatestBlocks.ts diff --git a/devtools/src/mcp-server/tools/dataEvmChainsListAllLatestTransactions.ts b/chainkit/src/mcp-server/tools/dataEvmChainsListAllLatestTransactions.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmChainsListAllLatestTransactions.ts rename to chainkit/src/mcp-server/tools/dataEvmChainsListAllLatestTransactions.ts diff --git a/devtools/src/mcp-server/tools/dataEvmContractsGetDeploymentTransaction.ts b/chainkit/src/mcp-server/tools/dataEvmContractsGetDeploymentTransaction.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmContractsGetDeploymentTransaction.ts rename to chainkit/src/mcp-server/tools/dataEvmContractsGetDeploymentTransaction.ts diff --git a/devtools/src/mcp-server/tools/dataEvmContractsGetMetadata.ts b/chainkit/src/mcp-server/tools/dataEvmContractsGetMetadata.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmContractsGetMetadata.ts rename to chainkit/src/mcp-server/tools/dataEvmContractsGetMetadata.ts diff --git a/devtools/src/mcp-server/tools/dataEvmContractsListTransfers.ts b/chainkit/src/mcp-server/tools/dataEvmContractsListTransfers.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmContractsListTransfers.ts rename to chainkit/src/mcp-server/tools/dataEvmContractsListTransfers.ts diff --git a/devtools/src/mcp-server/tools/dataEvmTransactionsGet.ts b/chainkit/src/mcp-server/tools/dataEvmTransactionsGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmTransactionsGet.ts rename to chainkit/src/mcp-server/tools/dataEvmTransactionsGet.ts diff --git a/devtools/src/mcp-server/tools/dataEvmTransactionsListLatest.ts b/chainkit/src/mcp-server/tools/dataEvmTransactionsListLatest.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmTransactionsListLatest.ts rename to chainkit/src/mcp-server/tools/dataEvmTransactionsListLatest.ts diff --git a/devtools/src/mcp-server/tools/dataEvmTransactionsListLatestAllChains.ts b/chainkit/src/mcp-server/tools/dataEvmTransactionsListLatestAllChains.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataEvmTransactionsListLatestAllChains.ts rename to chainkit/src/mcp-server/tools/dataEvmTransactionsListLatestAllChains.ts diff --git a/devtools/src/mcp-server/tools/dataHealthCheck.ts b/chainkit/src/mcp-server/tools/dataHealthCheck.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataHealthCheck.ts rename to chainkit/src/mcp-server/tools/dataHealthCheck.ts diff --git a/devtools/src/mcp-server/tools/dataIcmGet.ts b/chainkit/src/mcp-server/tools/dataIcmGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataIcmGet.ts rename to chainkit/src/mcp-server/tools/dataIcmGet.ts diff --git a/devtools/src/mcp-server/tools/dataIcmList.ts b/chainkit/src/mcp-server/tools/dataIcmList.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataIcmList.ts rename to chainkit/src/mcp-server/tools/dataIcmList.ts diff --git a/devtools/src/mcp-server/tools/dataIcmListByAddress.ts b/chainkit/src/mcp-server/tools/dataIcmListByAddress.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataIcmListByAddress.ts rename to chainkit/src/mcp-server/tools/dataIcmListByAddress.ts diff --git a/devtools/src/mcp-server/tools/dataNftsGet.ts b/chainkit/src/mcp-server/tools/dataNftsGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataNftsGet.ts rename to chainkit/src/mcp-server/tools/dataNftsGet.ts diff --git a/devtools/src/mcp-server/tools/dataNftsList.ts b/chainkit/src/mcp-server/tools/dataNftsList.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataNftsList.ts rename to chainkit/src/mcp-server/tools/dataNftsList.ts diff --git a/devtools/src/mcp-server/tools/dataNftsReindex.ts b/chainkit/src/mcp-server/tools/dataNftsReindex.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataNftsReindex.ts rename to chainkit/src/mcp-server/tools/dataNftsReindex.ts diff --git a/devtools/src/mcp-server/tools/dataOperationsExportTransactions.ts b/chainkit/src/mcp-server/tools/dataOperationsExportTransactions.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataOperationsExportTransactions.ts rename to chainkit/src/mcp-server/tools/dataOperationsExportTransactions.ts diff --git a/devtools/src/mcp-server/tools/dataOperationsGetResult.ts b/chainkit/src/mcp-server/tools/dataOperationsGetResult.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataOperationsGetResult.ts rename to chainkit/src/mcp-server/tools/dataOperationsGetResult.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkBalancesListByAddresses.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkBalancesListByAddresses.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkBalancesListByAddresses.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkBalancesListByAddresses.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkBlocksGet.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkBlocksGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkBlocksGet.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkBlocksGet.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkBlocksListByNodeId.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkBlocksListByNodeId.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkBlocksListByNodeId.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkBlocksListByNodeId.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkBlocksListLatest.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkBlocksListLatest.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkBlocksListLatest.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkBlocksListLatest.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkGetAssetDetails.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkGetAssetDetails.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkGetAssetDetails.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkGetAssetDetails.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkGetBlockchainById.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkGetBlockchainById.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkGetBlockchainById.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkGetBlockchainById.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkGetChainIdsForAddresses.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkGetChainIdsForAddresses.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkGetChainIdsForAddresses.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkGetChainIdsForAddresses.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkGetNetworkDetails.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkGetNetworkDetails.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkGetNetworkDetails.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkGetNetworkDetails.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkGetSubnetById.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkGetSubnetById.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkGetSubnetById.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkGetSubnetById.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkGetValidatorDetails.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkGetValidatorDetails.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkGetValidatorDetails.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkGetValidatorDetails.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkListBlockchains.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkListBlockchains.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkListBlockchains.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkListBlockchains.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkListDelegators.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkListDelegators.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkListDelegators.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkListDelegators.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkListL1Validators.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkListL1Validators.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkListL1Validators.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkListL1Validators.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkListSubnets.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkListSubnets.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkListSubnets.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkListSubnets.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkListValidators.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkListValidators.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkListValidators.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkListValidators.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkRewardsListHistoricalRewards.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkRewardsListHistoricalRewards.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkRewardsListHistoricalRewards.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkRewardsListHistoricalRewards.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkRewardsListPendingRewards.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkRewardsListPendingRewards.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkRewardsListPendingRewards.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkRewardsListPendingRewards.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsGet.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsGet.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsGet.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsListActiveStakingTransactions.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsListAssetTransactions.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsListAssetTransactions.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsListAssetTransactions.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsListAssetTransactions.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsListLatest.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsListLatest.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkTransactionsListLatest.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkTransactionsListLatest.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkUtxosListByAddresses.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkUtxosListByAddresses.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkUtxosListByAddresses.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkUtxosListByAddresses.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkVerticesGetByHash.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkVerticesGetByHash.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkVerticesGetByHash.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkVerticesGetByHash.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkVerticesListByHeight.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkVerticesListByHeight.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkVerticesListByHeight.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkVerticesListByHeight.ts diff --git a/devtools/src/mcp-server/tools/dataPrimaryNetworkVerticesListLatest.ts b/chainkit/src/mcp-server/tools/dataPrimaryNetworkVerticesListLatest.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataPrimaryNetworkVerticesListLatest.ts rename to chainkit/src/mcp-server/tools/dataPrimaryNetworkVerticesListLatest.ts diff --git a/devtools/src/mcp-server/tools/dataSignatureAggregatorAggregate.ts b/chainkit/src/mcp-server/tools/dataSignatureAggregatorAggregate.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataSignatureAggregatorAggregate.ts rename to chainkit/src/mcp-server/tools/dataSignatureAggregatorAggregate.ts diff --git a/devtools/src/mcp-server/tools/dataSignatureAggregatorGet.ts b/chainkit/src/mcp-server/tools/dataSignatureAggregatorGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataSignatureAggregatorGet.ts rename to chainkit/src/mcp-server/tools/dataSignatureAggregatorGet.ts diff --git a/devtools/src/mcp-server/tools/dataTeleporterGetTeleporterMessage.ts b/chainkit/src/mcp-server/tools/dataTeleporterGetTeleporterMessage.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataTeleporterGetTeleporterMessage.ts rename to chainkit/src/mcp-server/tools/dataTeleporterGetTeleporterMessage.ts diff --git a/devtools/src/mcp-server/tools/dataTeleporterListTeleporterMessages.ts b/chainkit/src/mcp-server/tools/dataTeleporterListTeleporterMessages.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataTeleporterListTeleporterMessages.ts rename to chainkit/src/mcp-server/tools/dataTeleporterListTeleporterMessages.ts diff --git a/devtools/src/mcp-server/tools/dataTeleporterListTeleporterMessagesByAddress.ts b/chainkit/src/mcp-server/tools/dataTeleporterListTeleporterMessagesByAddress.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataTeleporterListTeleporterMessagesByAddress.ts rename to chainkit/src/mcp-server/tools/dataTeleporterListTeleporterMessagesByAddress.ts diff --git a/devtools/src/mcp-server/tools/dataUsageMetricsGetLogs.ts b/chainkit/src/mcp-server/tools/dataUsageMetricsGetLogs.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataUsageMetricsGetLogs.ts rename to chainkit/src/mcp-server/tools/dataUsageMetricsGetLogs.ts diff --git a/devtools/src/mcp-server/tools/dataUsageMetricsGetRpcUsageMetrics.ts b/chainkit/src/mcp-server/tools/dataUsageMetricsGetRpcUsageMetrics.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataUsageMetricsGetRpcUsageMetrics.ts rename to chainkit/src/mcp-server/tools/dataUsageMetricsGetRpcUsageMetrics.ts diff --git a/devtools/src/mcp-server/tools/dataUsageMetricsGetSubnetRpcUsage.ts b/chainkit/src/mcp-server/tools/dataUsageMetricsGetSubnetRpcUsage.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataUsageMetricsGetSubnetRpcUsage.ts rename to chainkit/src/mcp-server/tools/dataUsageMetricsGetSubnetRpcUsage.ts diff --git a/devtools/src/mcp-server/tools/dataUsageMetricsGetUsage.ts b/chainkit/src/mcp-server/tools/dataUsageMetricsGetUsage.ts similarity index 100% rename from devtools/src/mcp-server/tools/dataUsageMetricsGetUsage.ts rename to chainkit/src/mcp-server/tools/dataUsageMetricsGetUsage.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsGet.ts b/chainkit/src/mcp-server/tools/metricsChainsGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsGet.ts rename to chainkit/src/mcp-server/tools/metricsChainsGet.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsGetMetrics.ts b/chainkit/src/mcp-server/tools/metricsChainsGetMetrics.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsGetMetrics.ts rename to chainkit/src/mcp-server/tools/metricsChainsGetMetrics.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsGetRollingWindowMetrics.ts b/chainkit/src/mcp-server/tools/metricsChainsGetRollingWindowMetrics.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsGetRollingWindowMetrics.ts rename to chainkit/src/mcp-server/tools/metricsChainsGetRollingWindowMetrics.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsGetTeleporterMetrics.ts b/chainkit/src/mcp-server/tools/metricsChainsGetTeleporterMetrics.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsGetTeleporterMetrics.ts rename to chainkit/src/mcp-server/tools/metricsChainsGetTeleporterMetrics.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsList.ts b/chainkit/src/mcp-server/tools/metricsChainsList.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsList.ts rename to chainkit/src/mcp-server/tools/metricsChainsList.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsListBTCbBridgersAboveThreshold.ts b/chainkit/src/mcp-server/tools/metricsChainsListBTCbBridgersAboveThreshold.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsListBTCbBridgersAboveThreshold.ts rename to chainkit/src/mcp-server/tools/metricsChainsListBTCbBridgersAboveThreshold.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsListNftHolders.ts b/chainkit/src/mcp-server/tools/metricsChainsListNftHolders.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsListNftHolders.ts rename to chainkit/src/mcp-server/tools/metricsChainsListNftHolders.ts diff --git a/devtools/src/mcp-server/tools/metricsChainsListTokenHoldersAboveThreshold.ts b/chainkit/src/mcp-server/tools/metricsChainsListTokenHoldersAboveThreshold.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsChainsListTokenHoldersAboveThreshold.ts rename to chainkit/src/mcp-server/tools/metricsChainsListTokenHoldersAboveThreshold.ts diff --git a/devtools/src/mcp-server/tools/metricsHealthCheck.ts b/chainkit/src/mcp-server/tools/metricsHealthCheck.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsHealthCheck.ts rename to chainkit/src/mcp-server/tools/metricsHealthCheck.ts diff --git a/devtools/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByNodeId.ts b/chainkit/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByNodeId.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByNodeId.ts rename to chainkit/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByNodeId.ts diff --git a/devtools/src/mcp-server/tools/metricsL1ValidatorsGetMetricsBySubnetId.ts b/chainkit/src/mcp-server/tools/metricsL1ValidatorsGetMetricsBySubnetId.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsL1ValidatorsGetMetricsBySubnetId.ts rename to chainkit/src/mcp-server/tools/metricsL1ValidatorsGetMetricsBySubnetId.ts diff --git a/devtools/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByValidationId.ts b/chainkit/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByValidationId.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByValidationId.ts rename to chainkit/src/mcp-server/tools/metricsL1ValidatorsGetMetricsByValidationId.ts diff --git a/devtools/src/mcp-server/tools/metricsL1ValidatorsListMetrics.ts b/chainkit/src/mcp-server/tools/metricsL1ValidatorsListMetrics.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsL1ValidatorsListMetrics.ts rename to chainkit/src/mcp-server/tools/metricsL1ValidatorsListMetrics.ts diff --git a/devtools/src/mcp-server/tools/metricsNetworksGetStakingMetrics.ts b/chainkit/src/mcp-server/tools/metricsNetworksGetStakingMetrics.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsNetworksGetStakingMetrics.ts rename to chainkit/src/mcp-server/tools/metricsNetworksGetStakingMetrics.ts diff --git a/devtools/src/mcp-server/tools/metricsSubnetsGetValidators.ts b/chainkit/src/mcp-server/tools/metricsSubnetsGetValidators.ts similarity index 100% rename from devtools/src/mcp-server/tools/metricsSubnetsGetValidators.ts rename to chainkit/src/mcp-server/tools/metricsSubnetsGetValidators.ts diff --git a/devtools/src/mcp-server/tools/webhooksAddressesAdd.ts b/chainkit/src/mcp-server/tools/webhooksAddressesAdd.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksAddressesAdd.ts rename to chainkit/src/mcp-server/tools/webhooksAddressesAdd.ts diff --git a/devtools/src/mcp-server/tools/webhooksAddressesList.ts b/chainkit/src/mcp-server/tools/webhooksAddressesList.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksAddressesList.ts rename to chainkit/src/mcp-server/tools/webhooksAddressesList.ts diff --git a/devtools/src/mcp-server/tools/webhooksAddressesRemove.ts b/chainkit/src/mcp-server/tools/webhooksAddressesRemove.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksAddressesRemove.ts rename to chainkit/src/mcp-server/tools/webhooksAddressesRemove.ts diff --git a/devtools/src/mcp-server/tools/webhooksCreate.ts b/chainkit/src/mcp-server/tools/webhooksCreate.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksCreate.ts rename to chainkit/src/mcp-server/tools/webhooksCreate.ts diff --git a/devtools/src/mcp-server/tools/webhooksDeactivate.ts b/chainkit/src/mcp-server/tools/webhooksDeactivate.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksDeactivate.ts rename to chainkit/src/mcp-server/tools/webhooksDeactivate.ts diff --git a/devtools/src/mcp-server/tools/webhooksGenerateOrRotateSharedSecret.ts b/chainkit/src/mcp-server/tools/webhooksGenerateOrRotateSharedSecret.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksGenerateOrRotateSharedSecret.ts rename to chainkit/src/mcp-server/tools/webhooksGenerateOrRotateSharedSecret.ts diff --git a/devtools/src/mcp-server/tools/webhooksGet.ts b/chainkit/src/mcp-server/tools/webhooksGet.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksGet.ts rename to chainkit/src/mcp-server/tools/webhooksGet.ts diff --git a/devtools/src/mcp-server/tools/webhooksGetSharedSecret.ts b/chainkit/src/mcp-server/tools/webhooksGetSharedSecret.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksGetSharedSecret.ts rename to chainkit/src/mcp-server/tools/webhooksGetSharedSecret.ts diff --git a/devtools/src/mcp-server/tools/webhooksList.ts b/chainkit/src/mcp-server/tools/webhooksList.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksList.ts rename to chainkit/src/mcp-server/tools/webhooksList.ts diff --git a/devtools/src/mcp-server/tools/webhooksUpdate.ts b/chainkit/src/mcp-server/tools/webhooksUpdate.ts similarity index 100% rename from devtools/src/mcp-server/tools/webhooksUpdate.ts rename to chainkit/src/mcp-server/tools/webhooksUpdate.ts diff --git a/devtools/src/models/components/accesslistdata.ts b/chainkit/src/models/components/accesslistdata.ts similarity index 100% rename from devtools/src/models/components/accesslistdata.ts rename to chainkit/src/models/components/accesslistdata.ts diff --git a/devtools/src/models/components/activedelegatordetails.ts b/chainkit/src/models/components/activedelegatordetails.ts similarity index 100% rename from devtools/src/models/components/activedelegatordetails.ts rename to chainkit/src/models/components/activedelegatordetails.ts diff --git a/devtools/src/models/components/activevalidatordetails.ts b/chainkit/src/models/components/activevalidatordetails.ts similarity index 100% rename from devtools/src/models/components/activevalidatordetails.ts rename to chainkit/src/models/components/activevalidatordetails.ts diff --git a/devtools/src/models/components/addressactivityeventtype.ts b/chainkit/src/models/components/addressactivityeventtype.ts similarity index 100% rename from devtools/src/models/components/addressactivityeventtype.ts rename to chainkit/src/models/components/addressactivityeventtype.ts diff --git a/devtools/src/models/components/addressactivitymetadata.ts b/chainkit/src/models/components/addressactivitymetadata.ts similarity index 100% rename from devtools/src/models/components/addressactivitymetadata.ts rename to chainkit/src/models/components/addressactivitymetadata.ts diff --git a/devtools/src/models/components/addressdetails.ts b/chainkit/src/models/components/addressdetails.ts similarity index 100% rename from devtools/src/models/components/addressdetails.ts rename to chainkit/src/models/components/addressdetails.ts diff --git a/devtools/src/models/components/addresseschangerequest.ts b/chainkit/src/models/components/addresseschangerequest.ts similarity index 100% rename from devtools/src/models/components/addresseschangerequest.ts rename to chainkit/src/models/components/addresseschangerequest.ts diff --git a/devtools/src/models/components/aggregatedassetamount.ts b/chainkit/src/models/components/aggregatedassetamount.ts similarity index 100% rename from devtools/src/models/components/aggregatedassetamount.ts rename to chainkit/src/models/components/aggregatedassetamount.ts diff --git a/devtools/src/models/components/apifeature.ts b/chainkit/src/models/components/apifeature.ts similarity index 100% rename from devtools/src/models/components/apifeature.ts rename to chainkit/src/models/components/apifeature.ts diff --git a/devtools/src/models/components/assetamount.ts b/chainkit/src/models/components/assetamount.ts similarity index 100% rename from devtools/src/models/components/assetamount.ts rename to chainkit/src/models/components/assetamount.ts diff --git a/devtools/src/models/components/assetwithpriceinfo.ts b/chainkit/src/models/components/assetwithpriceinfo.ts similarity index 100% rename from devtools/src/models/components/assetwithpriceinfo.ts rename to chainkit/src/models/components/assetwithpriceinfo.ts diff --git a/devtools/src/models/components/balanceowner.ts b/chainkit/src/models/components/balanceowner.ts similarity index 100% rename from devtools/src/models/components/balanceowner.ts rename to chainkit/src/models/components/balanceowner.ts diff --git a/devtools/src/models/components/blockchain.ts b/chainkit/src/models/components/blockchain.ts similarity index 100% rename from devtools/src/models/components/blockchain.ts rename to chainkit/src/models/components/blockchain.ts diff --git a/devtools/src/models/components/blockchainid.ts b/chainkit/src/models/components/blockchainid.ts similarity index 100% rename from devtools/src/models/components/blockchainid.ts rename to chainkit/src/models/components/blockchainid.ts diff --git a/devtools/src/models/components/blockchainids.ts b/chainkit/src/models/components/blockchainids.ts similarity index 100% rename from devtools/src/models/components/blockchainids.ts rename to chainkit/src/models/components/blockchainids.ts diff --git a/devtools/src/models/components/blockchaininfo.ts b/chainkit/src/models/components/blockchaininfo.ts similarity index 100% rename from devtools/src/models/components/blockchaininfo.ts rename to chainkit/src/models/components/blockchaininfo.ts diff --git a/devtools/src/models/components/blscredentials.ts b/chainkit/src/models/components/blscredentials.ts similarity index 100% rename from devtools/src/models/components/blscredentials.ts rename to chainkit/src/models/components/blscredentials.ts diff --git a/devtools/src/models/components/cchainatomicbalances.ts b/chainkit/src/models/components/cchainatomicbalances.ts similarity index 100% rename from devtools/src/models/components/cchainatomicbalances.ts rename to chainkit/src/models/components/cchainatomicbalances.ts diff --git a/devtools/src/models/components/cchainexporttransaction.ts b/chainkit/src/models/components/cchainexporttransaction.ts similarity index 100% rename from devtools/src/models/components/cchainexporttransaction.ts rename to chainkit/src/models/components/cchainexporttransaction.ts diff --git a/devtools/src/models/components/cchainimporttransaction.ts b/chainkit/src/models/components/cchainimporttransaction.ts similarity index 100% rename from devtools/src/models/components/cchainimporttransaction.ts rename to chainkit/src/models/components/cchainimporttransaction.ts diff --git a/devtools/src/models/components/cchainsharedassetbalance.ts b/chainkit/src/models/components/cchainsharedassetbalance.ts similarity index 100% rename from devtools/src/models/components/cchainsharedassetbalance.ts rename to chainkit/src/models/components/cchainsharedassetbalance.ts diff --git a/devtools/src/models/components/chain.ts b/chainkit/src/models/components/chain.ts similarity index 100% rename from devtools/src/models/components/chain.ts rename to chainkit/src/models/components/chain.ts diff --git a/devtools/src/models/components/chainaddresschainidmap.ts b/chainkit/src/models/components/chainaddresschainidmap.ts similarity index 100% rename from devtools/src/models/components/chainaddresschainidmap.ts rename to chainkit/src/models/components/chainaddresschainidmap.ts diff --git a/devtools/src/models/components/chainaddresschainidmaplistresponse.ts b/chainkit/src/models/components/chainaddresschainidmaplistresponse.ts similarity index 100% rename from devtools/src/models/components/chainaddresschainidmaplistresponse.ts rename to chainkit/src/models/components/chainaddresschainidmaplistresponse.ts diff --git a/devtools/src/models/components/chaininfo.ts b/chainkit/src/models/components/chaininfo.ts similarity index 100% rename from devtools/src/models/components/chaininfo.ts rename to chainkit/src/models/components/chaininfo.ts diff --git a/devtools/src/models/components/chainmetric.ts b/chainkit/src/models/components/chainmetric.ts similarity index 100% rename from devtools/src/models/components/chainmetric.ts rename to chainkit/src/models/components/chainmetric.ts diff --git a/devtools/src/models/components/chainrollingwindowmetric.ts b/chainkit/src/models/components/chainrollingwindowmetric.ts similarity index 100% rename from devtools/src/models/components/chainrollingwindowmetric.ts rename to chainkit/src/models/components/chainrollingwindowmetric.ts diff --git a/devtools/src/models/components/chainrollingwindowmetricsvalue.ts b/chainkit/src/models/components/chainrollingwindowmetricsvalue.ts similarity index 100% rename from devtools/src/models/components/chainrollingwindowmetricsvalue.ts rename to chainkit/src/models/components/chainrollingwindowmetricsvalue.ts diff --git a/devtools/src/models/components/chainstatus.ts b/chainkit/src/models/components/chainstatus.ts similarity index 100% rename from devtools/src/models/components/chainstatus.ts rename to chainkit/src/models/components/chainstatus.ts diff --git a/devtools/src/models/components/commonbalancetype.ts b/chainkit/src/models/components/commonbalancetype.ts similarity index 100% rename from devtools/src/models/components/commonbalancetype.ts rename to chainkit/src/models/components/commonbalancetype.ts diff --git a/devtools/src/models/components/completeddelegatordetails.ts b/chainkit/src/models/components/completeddelegatordetails.ts similarity index 100% rename from devtools/src/models/components/completeddelegatordetails.ts rename to chainkit/src/models/components/completeddelegatordetails.ts diff --git a/devtools/src/models/components/completedvalidatordetails.ts b/chainkit/src/models/components/completedvalidatordetails.ts similarity index 100% rename from devtools/src/models/components/completedvalidatordetails.ts rename to chainkit/src/models/components/completedvalidatordetails.ts diff --git a/devtools/src/models/components/contractdeploymentdetails.ts b/chainkit/src/models/components/contractdeploymentdetails.ts similarity index 100% rename from devtools/src/models/components/contractdeploymentdetails.ts rename to chainkit/src/models/components/contractdeploymentdetails.ts diff --git a/devtools/src/models/components/createevmtransactionexportrequest.ts b/chainkit/src/models/components/createevmtransactionexportrequest.ts similarity index 100% rename from devtools/src/models/components/createevmtransactionexportrequest.ts rename to chainkit/src/models/components/createevmtransactionexportrequest.ts diff --git a/devtools/src/models/components/createprimarynetworktransactionexportrequest.ts b/chainkit/src/models/components/createprimarynetworktransactionexportrequest.ts similarity index 100% rename from devtools/src/models/components/createprimarynetworktransactionexportrequest.ts rename to chainkit/src/models/components/createprimarynetworktransactionexportrequest.ts diff --git a/devtools/src/models/components/currencycode.ts b/chainkit/src/models/components/currencycode.ts similarity index 100% rename from devtools/src/models/components/currencycode.ts rename to chainkit/src/models/components/currencycode.ts diff --git a/devtools/src/models/components/datalistchainsresponse.ts b/chainkit/src/models/components/datalistchainsresponse.ts similarity index 100% rename from devtools/src/models/components/datalistchainsresponse.ts rename to chainkit/src/models/components/datalistchainsresponse.ts diff --git a/devtools/src/models/components/delegationstatustype.ts b/chainkit/src/models/components/delegationstatustype.ts similarity index 100% rename from devtools/src/models/components/delegationstatustype.ts rename to chainkit/src/models/components/delegationstatustype.ts diff --git a/devtools/src/models/components/delegatorsdetails.ts b/chainkit/src/models/components/delegatorsdetails.ts similarity index 100% rename from devtools/src/models/components/delegatorsdetails.ts rename to chainkit/src/models/components/delegatorsdetails.ts diff --git a/devtools/src/models/components/deliveredicmmessage.ts b/chainkit/src/models/components/deliveredicmmessage.ts similarity index 100% rename from devtools/src/models/components/deliveredicmmessage.ts rename to chainkit/src/models/components/deliveredicmmessage.ts diff --git a/devtools/src/models/components/deliveredsourcenotindexedicmmessage.ts b/chainkit/src/models/components/deliveredsourcenotindexedicmmessage.ts similarity index 100% rename from devtools/src/models/components/deliveredsourcenotindexedicmmessage.ts rename to chainkit/src/models/components/deliveredsourcenotindexedicmmessage.ts diff --git a/devtools/src/models/components/deliveredsourcenotindexedteleportermessage.ts b/chainkit/src/models/components/deliveredsourcenotindexedteleportermessage.ts similarity index 100% rename from devtools/src/models/components/deliveredsourcenotindexedteleportermessage.ts rename to chainkit/src/models/components/deliveredsourcenotindexedteleportermessage.ts diff --git a/devtools/src/models/components/deliveredteleportermessage.ts b/chainkit/src/models/components/deliveredteleportermessage.ts similarity index 100% rename from devtools/src/models/components/deliveredteleportermessage.ts rename to chainkit/src/models/components/deliveredteleportermessage.ts diff --git a/devtools/src/models/components/erc1155contract.ts b/chainkit/src/models/components/erc1155contract.ts similarity index 100% rename from devtools/src/models/components/erc1155contract.ts rename to chainkit/src/models/components/erc1155contract.ts diff --git a/devtools/src/models/components/erc1155token.ts b/chainkit/src/models/components/erc1155token.ts similarity index 100% rename from devtools/src/models/components/erc1155token.ts rename to chainkit/src/models/components/erc1155token.ts diff --git a/devtools/src/models/components/erc1155tokenbalance.ts b/chainkit/src/models/components/erc1155tokenbalance.ts similarity index 100% rename from devtools/src/models/components/erc1155tokenbalance.ts rename to chainkit/src/models/components/erc1155tokenbalance.ts diff --git a/devtools/src/models/components/erc1155tokenmetadata.ts b/chainkit/src/models/components/erc1155tokenmetadata.ts similarity index 100% rename from devtools/src/models/components/erc1155tokenmetadata.ts rename to chainkit/src/models/components/erc1155tokenmetadata.ts diff --git a/devtools/src/models/components/erc1155transfer.ts b/chainkit/src/models/components/erc1155transfer.ts similarity index 100% rename from devtools/src/models/components/erc1155transfer.ts rename to chainkit/src/models/components/erc1155transfer.ts diff --git a/devtools/src/models/components/erc1155transferdetails.ts b/chainkit/src/models/components/erc1155transferdetails.ts similarity index 100% rename from devtools/src/models/components/erc1155transferdetails.ts rename to chainkit/src/models/components/erc1155transferdetails.ts diff --git a/devtools/src/models/components/erc20contract.ts b/chainkit/src/models/components/erc20contract.ts similarity index 100% rename from devtools/src/models/components/erc20contract.ts rename to chainkit/src/models/components/erc20contract.ts diff --git a/devtools/src/models/components/erc20token.ts b/chainkit/src/models/components/erc20token.ts similarity index 100% rename from devtools/src/models/components/erc20token.ts rename to chainkit/src/models/components/erc20token.ts diff --git a/devtools/src/models/components/erc20tokenbalance.ts b/chainkit/src/models/components/erc20tokenbalance.ts similarity index 100% rename from devtools/src/models/components/erc20tokenbalance.ts rename to chainkit/src/models/components/erc20tokenbalance.ts diff --git a/devtools/src/models/components/erc20transfer.ts b/chainkit/src/models/components/erc20transfer.ts similarity index 100% rename from devtools/src/models/components/erc20transfer.ts rename to chainkit/src/models/components/erc20transfer.ts diff --git a/devtools/src/models/components/erc20transferdetails.ts b/chainkit/src/models/components/erc20transferdetails.ts similarity index 100% rename from devtools/src/models/components/erc20transferdetails.ts rename to chainkit/src/models/components/erc20transferdetails.ts diff --git a/devtools/src/models/components/erc721contract.ts b/chainkit/src/models/components/erc721contract.ts similarity index 100% rename from devtools/src/models/components/erc721contract.ts rename to chainkit/src/models/components/erc721contract.ts diff --git a/devtools/src/models/components/erc721token.ts b/chainkit/src/models/components/erc721token.ts similarity index 100% rename from devtools/src/models/components/erc721token.ts rename to chainkit/src/models/components/erc721token.ts diff --git a/devtools/src/models/components/erc721tokenbalance.ts b/chainkit/src/models/components/erc721tokenbalance.ts similarity index 100% rename from devtools/src/models/components/erc721tokenbalance.ts rename to chainkit/src/models/components/erc721tokenbalance.ts diff --git a/devtools/src/models/components/erc721tokenmetadata.ts b/chainkit/src/models/components/erc721tokenmetadata.ts similarity index 100% rename from devtools/src/models/components/erc721tokenmetadata.ts rename to chainkit/src/models/components/erc721tokenmetadata.ts diff --git a/devtools/src/models/components/erc721transfer.ts b/chainkit/src/models/components/erc721transfer.ts similarity index 100% rename from devtools/src/models/components/erc721transfer.ts rename to chainkit/src/models/components/erc721transfer.ts diff --git a/devtools/src/models/components/erc721transferdetails.ts b/chainkit/src/models/components/erc721transferdetails.ts similarity index 100% rename from devtools/src/models/components/erc721transferdetails.ts rename to chainkit/src/models/components/erc721transferdetails.ts diff --git a/devtools/src/models/components/erctoken.ts b/chainkit/src/models/components/erctoken.ts similarity index 100% rename from devtools/src/models/components/erctoken.ts rename to chainkit/src/models/components/erctoken.ts diff --git a/devtools/src/models/components/erctransfer.ts b/chainkit/src/models/components/erctransfer.ts similarity index 100% rename from devtools/src/models/components/erctransfer.ts rename to chainkit/src/models/components/erctransfer.ts diff --git a/devtools/src/models/components/evmaddressactivityrequest.ts b/chainkit/src/models/components/evmaddressactivityrequest.ts similarity index 100% rename from devtools/src/models/components/evmaddressactivityrequest.ts rename to chainkit/src/models/components/evmaddressactivityrequest.ts diff --git a/devtools/src/models/components/evmaddressactivityresponse.ts b/chainkit/src/models/components/evmaddressactivityresponse.ts similarity index 100% rename from devtools/src/models/components/evmaddressactivityresponse.ts rename to chainkit/src/models/components/evmaddressactivityresponse.ts diff --git a/devtools/src/models/components/evmblock.ts b/chainkit/src/models/components/evmblock.ts similarity index 100% rename from devtools/src/models/components/evmblock.ts rename to chainkit/src/models/components/evmblock.ts diff --git a/devtools/src/models/components/evminput.ts b/chainkit/src/models/components/evminput.ts similarity index 100% rename from devtools/src/models/components/evminput.ts rename to chainkit/src/models/components/evminput.ts diff --git a/devtools/src/models/components/evmnetworkoptions.ts b/chainkit/src/models/components/evmnetworkoptions.ts similarity index 100% rename from devtools/src/models/components/evmnetworkoptions.ts rename to chainkit/src/models/components/evmnetworkoptions.ts diff --git a/devtools/src/models/components/evmoperationtype.ts b/chainkit/src/models/components/evmoperationtype.ts similarity index 100% rename from devtools/src/models/components/evmoperationtype.ts rename to chainkit/src/models/components/evmoperationtype.ts diff --git a/devtools/src/models/components/evmoutput.ts b/chainkit/src/models/components/evmoutput.ts similarity index 100% rename from devtools/src/models/components/evmoutput.ts rename to chainkit/src/models/components/evmoutput.ts diff --git a/devtools/src/models/components/fullnativetransactiondetails.ts b/chainkit/src/models/components/fullnativetransactiondetails.ts similarity index 100% rename from devtools/src/models/components/fullnativetransactiondetails.ts rename to chainkit/src/models/components/fullnativetransactiondetails.ts diff --git a/devtools/src/models/components/getchainresponse.ts b/chainkit/src/models/components/getchainresponse.ts similarity index 100% rename from devtools/src/models/components/getchainresponse.ts rename to chainkit/src/models/components/getchainresponse.ts diff --git a/devtools/src/models/components/getevmblockresponse.ts b/chainkit/src/models/components/getevmblockresponse.ts similarity index 100% rename from devtools/src/models/components/getevmblockresponse.ts rename to chainkit/src/models/components/getevmblockresponse.ts diff --git a/devtools/src/models/components/getnativebalanceresponse.ts b/chainkit/src/models/components/getnativebalanceresponse.ts similarity index 100% rename from devtools/src/models/components/getnativebalanceresponse.ts rename to chainkit/src/models/components/getnativebalanceresponse.ts diff --git a/devtools/src/models/components/getnetworkdetailsresponse.ts b/chainkit/src/models/components/getnetworkdetailsresponse.ts similarity index 100% rename from devtools/src/models/components/getnetworkdetailsresponse.ts rename to chainkit/src/models/components/getnetworkdetailsresponse.ts diff --git a/devtools/src/models/components/getprimarynetworkblockresponse.ts b/chainkit/src/models/components/getprimarynetworkblockresponse.ts similarity index 100% rename from devtools/src/models/components/getprimarynetworkblockresponse.ts rename to chainkit/src/models/components/getprimarynetworkblockresponse.ts diff --git a/devtools/src/models/components/gettransactionresponse.ts b/chainkit/src/models/components/gettransactionresponse.ts similarity index 100% rename from devtools/src/models/components/gettransactionresponse.ts rename to chainkit/src/models/components/gettransactionresponse.ts diff --git a/devtools/src/models/components/globalparamnetwork.ts b/chainkit/src/models/components/globalparamnetwork.ts similarity index 100% rename from devtools/src/models/components/globalparamnetwork.ts rename to chainkit/src/models/components/globalparamnetwork.ts diff --git a/devtools/src/models/components/healthcheckresultdto.ts b/chainkit/src/models/components/healthcheckresultdto.ts similarity index 100% rename from devtools/src/models/components/healthcheckresultdto.ts rename to chainkit/src/models/components/healthcheckresultdto.ts diff --git a/devtools/src/models/components/healthindicatorresultdto.ts b/chainkit/src/models/components/healthindicatorresultdto.ts similarity index 100% rename from devtools/src/models/components/healthindicatorresultdto.ts rename to chainkit/src/models/components/healthindicatorresultdto.ts diff --git a/devtools/src/models/components/historicalreward.ts b/chainkit/src/models/components/historicalreward.ts similarity index 100% rename from devtools/src/models/components/historicalreward.ts rename to chainkit/src/models/components/historicalreward.ts diff --git a/devtools/src/models/components/icmdestinationtransaction.ts b/chainkit/src/models/components/icmdestinationtransaction.ts similarity index 100% rename from devtools/src/models/components/icmdestinationtransaction.ts rename to chainkit/src/models/components/icmdestinationtransaction.ts diff --git a/devtools/src/models/components/icmreceipt.ts b/chainkit/src/models/components/icmreceipt.ts similarity index 100% rename from devtools/src/models/components/icmreceipt.ts rename to chainkit/src/models/components/icmreceipt.ts diff --git a/devtools/src/models/components/icmrewarddetails.ts b/chainkit/src/models/components/icmrewarddetails.ts similarity index 100% rename from devtools/src/models/components/icmrewarddetails.ts rename to chainkit/src/models/components/icmrewarddetails.ts diff --git a/devtools/src/models/components/icmsourcetransaction.ts b/chainkit/src/models/components/icmsourcetransaction.ts similarity index 100% rename from devtools/src/models/components/icmsourcetransaction.ts rename to chainkit/src/models/components/icmsourcetransaction.ts diff --git a/devtools/src/models/components/imageasset.ts b/chainkit/src/models/components/imageasset.ts similarity index 100% rename from devtools/src/models/components/imageasset.ts rename to chainkit/src/models/components/imageasset.ts diff --git a/devtools/src/models/components/index.ts b/chainkit/src/models/components/index.ts similarity index 100% rename from devtools/src/models/components/index.ts rename to chainkit/src/models/components/index.ts diff --git a/devtools/src/models/components/internaltransaction.ts b/chainkit/src/models/components/internaltransaction.ts similarity index 100% rename from devtools/src/models/components/internaltransaction.ts rename to chainkit/src/models/components/internaltransaction.ts diff --git a/devtools/src/models/components/internaltransactiondetails.ts b/chainkit/src/models/components/internaltransactiondetails.ts similarity index 100% rename from devtools/src/models/components/internaltransactiondetails.ts rename to chainkit/src/models/components/internaltransactiondetails.ts diff --git a/devtools/src/models/components/internaltransactionopcall.ts b/chainkit/src/models/components/internaltransactionopcall.ts similarity index 100% rename from devtools/src/models/components/internaltransactionopcall.ts rename to chainkit/src/models/components/internaltransactionopcall.ts diff --git a/devtools/src/models/components/l1validatordetailsfull.ts b/chainkit/src/models/components/l1validatordetailsfull.ts similarity index 100% rename from devtools/src/models/components/l1validatordetailsfull.ts rename to chainkit/src/models/components/l1validatordetailsfull.ts diff --git a/devtools/src/models/components/l1validatordetailstransaction.ts b/chainkit/src/models/components/l1validatordetailstransaction.ts similarity index 100% rename from devtools/src/models/components/l1validatordetailstransaction.ts rename to chainkit/src/models/components/l1validatordetailstransaction.ts diff --git a/devtools/src/models/components/l1validatormanagerdetails.ts b/chainkit/src/models/components/l1validatormanagerdetails.ts similarity index 100% rename from devtools/src/models/components/l1validatormanagerdetails.ts rename to chainkit/src/models/components/l1validatormanagerdetails.ts diff --git a/devtools/src/models/components/listaddresschainsresponse.ts b/chainkit/src/models/components/listaddresschainsresponse.ts similarity index 100% rename from devtools/src/models/components/listaddresschainsresponse.ts rename to chainkit/src/models/components/listaddresschainsresponse.ts diff --git a/devtools/src/models/components/listblockchainsresponse.ts b/chainkit/src/models/components/listblockchainsresponse.ts similarity index 100% rename from devtools/src/models/components/listblockchainsresponse.ts rename to chainkit/src/models/components/listblockchainsresponse.ts diff --git a/devtools/src/models/components/listcchainatomicbalancesresponse.ts b/chainkit/src/models/components/listcchainatomicbalancesresponse.ts similarity index 100% rename from devtools/src/models/components/listcchainatomicbalancesresponse.ts rename to chainkit/src/models/components/listcchainatomicbalancesresponse.ts diff --git a/devtools/src/models/components/listcchainatomictransactionsresponse.ts b/chainkit/src/models/components/listcchainatomictransactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listcchainatomictransactionsresponse.ts rename to chainkit/src/models/components/listcchainatomictransactionsresponse.ts diff --git a/devtools/src/models/components/listcollectiblebalancesresponse.ts b/chainkit/src/models/components/listcollectiblebalancesresponse.ts similarity index 100% rename from devtools/src/models/components/listcollectiblebalancesresponse.ts rename to chainkit/src/models/components/listcollectiblebalancesresponse.ts diff --git a/devtools/src/models/components/listcontractsresponse.ts b/chainkit/src/models/components/listcontractsresponse.ts similarity index 100% rename from devtools/src/models/components/listcontractsresponse.ts rename to chainkit/src/models/components/listcontractsresponse.ts diff --git a/devtools/src/models/components/listdelegatordetailsresponse.ts b/chainkit/src/models/components/listdelegatordetailsresponse.ts similarity index 100% rename from devtools/src/models/components/listdelegatordetailsresponse.ts rename to chainkit/src/models/components/listdelegatordetailsresponse.ts diff --git a/devtools/src/models/components/listerc1155balancesresponse.ts b/chainkit/src/models/components/listerc1155balancesresponse.ts similarity index 100% rename from devtools/src/models/components/listerc1155balancesresponse.ts rename to chainkit/src/models/components/listerc1155balancesresponse.ts diff --git a/devtools/src/models/components/listerc1155transactionsresponse.ts b/chainkit/src/models/components/listerc1155transactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listerc1155transactionsresponse.ts rename to chainkit/src/models/components/listerc1155transactionsresponse.ts diff --git a/devtools/src/models/components/listerc20balancesresponse.ts b/chainkit/src/models/components/listerc20balancesresponse.ts similarity index 100% rename from devtools/src/models/components/listerc20balancesresponse.ts rename to chainkit/src/models/components/listerc20balancesresponse.ts diff --git a/devtools/src/models/components/listerc20transactionsresponse.ts b/chainkit/src/models/components/listerc20transactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listerc20transactionsresponse.ts rename to chainkit/src/models/components/listerc20transactionsresponse.ts diff --git a/devtools/src/models/components/listerc721balancesresponse.ts b/chainkit/src/models/components/listerc721balancesresponse.ts similarity index 100% rename from devtools/src/models/components/listerc721balancesresponse.ts rename to chainkit/src/models/components/listerc721balancesresponse.ts diff --git a/devtools/src/models/components/listerc721transactionsresponse.ts b/chainkit/src/models/components/listerc721transactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listerc721transactionsresponse.ts rename to chainkit/src/models/components/listerc721transactionsresponse.ts diff --git a/devtools/src/models/components/listevmblocksresponse.ts b/chainkit/src/models/components/listevmblocksresponse.ts similarity index 100% rename from devtools/src/models/components/listevmblocksresponse.ts rename to chainkit/src/models/components/listevmblocksresponse.ts diff --git a/devtools/src/models/components/listhistoricalrewardsresponse.ts b/chainkit/src/models/components/listhistoricalrewardsresponse.ts similarity index 100% rename from devtools/src/models/components/listhistoricalrewardsresponse.ts rename to chainkit/src/models/components/listhistoricalrewardsresponse.ts diff --git a/devtools/src/models/components/listicmmessagesresponse.ts b/chainkit/src/models/components/listicmmessagesresponse.ts similarity index 100% rename from devtools/src/models/components/listicmmessagesresponse.ts rename to chainkit/src/models/components/listicmmessagesresponse.ts diff --git a/devtools/src/models/components/listinternaltransactionsresponse.ts b/chainkit/src/models/components/listinternaltransactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listinternaltransactionsresponse.ts rename to chainkit/src/models/components/listinternaltransactionsresponse.ts diff --git a/devtools/src/models/components/listl1validatorsresponse.ts b/chainkit/src/models/components/listl1validatorsresponse.ts similarity index 100% rename from devtools/src/models/components/listl1validatorsresponse.ts rename to chainkit/src/models/components/listl1validatorsresponse.ts diff --git a/devtools/src/models/components/listnativetransactionsresponse.ts b/chainkit/src/models/components/listnativetransactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listnativetransactionsresponse.ts rename to chainkit/src/models/components/listnativetransactionsresponse.ts diff --git a/devtools/src/models/components/listnfttokens.ts b/chainkit/src/models/components/listnfttokens.ts similarity index 100% rename from devtools/src/models/components/listnfttokens.ts rename to chainkit/src/models/components/listnfttokens.ts diff --git a/devtools/src/models/components/listpchainbalancesresponse.ts b/chainkit/src/models/components/listpchainbalancesresponse.ts similarity index 100% rename from devtools/src/models/components/listpchainbalancesresponse.ts rename to chainkit/src/models/components/listpchainbalancesresponse.ts diff --git a/devtools/src/models/components/listpchaintransactionsresponse.ts b/chainkit/src/models/components/listpchaintransactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listpchaintransactionsresponse.ts rename to chainkit/src/models/components/listpchaintransactionsresponse.ts diff --git a/devtools/src/models/components/listpchainutxosresponse.ts b/chainkit/src/models/components/listpchainutxosresponse.ts similarity index 100% rename from devtools/src/models/components/listpchainutxosresponse.ts rename to chainkit/src/models/components/listpchainutxosresponse.ts diff --git a/devtools/src/models/components/listpendingrewardsresponse.ts b/chainkit/src/models/components/listpendingrewardsresponse.ts similarity index 100% rename from devtools/src/models/components/listpendingrewardsresponse.ts rename to chainkit/src/models/components/listpendingrewardsresponse.ts diff --git a/devtools/src/models/components/listprimarynetworkblocksresponse.ts b/chainkit/src/models/components/listprimarynetworkblocksresponse.ts similarity index 100% rename from devtools/src/models/components/listprimarynetworkblocksresponse.ts rename to chainkit/src/models/components/listprimarynetworkblocksresponse.ts diff --git a/devtools/src/models/components/listsubnetsresponse.ts b/chainkit/src/models/components/listsubnetsresponse.ts similarity index 100% rename from devtools/src/models/components/listsubnetsresponse.ts rename to chainkit/src/models/components/listsubnetsresponse.ts diff --git a/devtools/src/models/components/listteleportermessagesresponse.ts b/chainkit/src/models/components/listteleportermessagesresponse.ts similarity index 100% rename from devtools/src/models/components/listteleportermessagesresponse.ts rename to chainkit/src/models/components/listteleportermessagesresponse.ts diff --git a/devtools/src/models/components/listtransactiondetailsresponse.ts b/chainkit/src/models/components/listtransactiondetailsresponse.ts similarity index 100% rename from devtools/src/models/components/listtransactiondetailsresponse.ts rename to chainkit/src/models/components/listtransactiondetailsresponse.ts diff --git a/devtools/src/models/components/listtransfersresponse.ts b/chainkit/src/models/components/listtransfersresponse.ts similarity index 100% rename from devtools/src/models/components/listtransfersresponse.ts rename to chainkit/src/models/components/listtransfersresponse.ts diff --git a/devtools/src/models/components/listutxosresponse.ts b/chainkit/src/models/components/listutxosresponse.ts similarity index 100% rename from devtools/src/models/components/listutxosresponse.ts rename to chainkit/src/models/components/listutxosresponse.ts diff --git a/devtools/src/models/components/listvalidatordetailsresponse.ts b/chainkit/src/models/components/listvalidatordetailsresponse.ts similarity index 100% rename from devtools/src/models/components/listvalidatordetailsresponse.ts rename to chainkit/src/models/components/listvalidatordetailsresponse.ts diff --git a/devtools/src/models/components/listwebhookaddressesresponse.ts b/chainkit/src/models/components/listwebhookaddressesresponse.ts similarity index 100% rename from devtools/src/models/components/listwebhookaddressesresponse.ts rename to chainkit/src/models/components/listwebhookaddressesresponse.ts diff --git a/devtools/src/models/components/listwebhooksresponse.ts b/chainkit/src/models/components/listwebhooksresponse.ts similarity index 100% rename from devtools/src/models/components/listwebhooksresponse.ts rename to chainkit/src/models/components/listwebhooksresponse.ts diff --git a/devtools/src/models/components/listxchainbalancesresponse.ts b/chainkit/src/models/components/listxchainbalancesresponse.ts similarity index 100% rename from devtools/src/models/components/listxchainbalancesresponse.ts rename to chainkit/src/models/components/listxchainbalancesresponse.ts diff --git a/devtools/src/models/components/listxchaintransactionsresponse.ts b/chainkit/src/models/components/listxchaintransactionsresponse.ts similarity index 100% rename from devtools/src/models/components/listxchaintransactionsresponse.ts rename to chainkit/src/models/components/listxchaintransactionsresponse.ts diff --git a/devtools/src/models/components/listxchainverticesresponse.ts b/chainkit/src/models/components/listxchainverticesresponse.ts similarity index 100% rename from devtools/src/models/components/listxchainverticesresponse.ts rename to chainkit/src/models/components/listxchainverticesresponse.ts diff --git a/devtools/src/models/components/log.ts b/chainkit/src/models/components/log.ts similarity index 100% rename from devtools/src/models/components/log.ts rename to chainkit/src/models/components/log.ts diff --git a/devtools/src/models/components/logsformat.ts b/chainkit/src/models/components/logsformat.ts similarity index 100% rename from devtools/src/models/components/logsformat.ts rename to chainkit/src/models/components/logsformat.ts diff --git a/devtools/src/models/components/logsformatmetadata.ts b/chainkit/src/models/components/logsformatmetadata.ts similarity index 100% rename from devtools/src/models/components/logsformatmetadata.ts rename to chainkit/src/models/components/logsformatmetadata.ts diff --git a/devtools/src/models/components/logsresponsedto.ts b/chainkit/src/models/components/logsresponsedto.ts similarity index 100% rename from devtools/src/models/components/logsresponsedto.ts rename to chainkit/src/models/components/logsresponsedto.ts diff --git a/devtools/src/models/components/lookingglassresponse.ts b/chainkit/src/models/components/lookingglassresponse.ts similarity index 100% rename from devtools/src/models/components/lookingglassresponse.ts rename to chainkit/src/models/components/lookingglassresponse.ts diff --git a/devtools/src/models/components/method.ts b/chainkit/src/models/components/method.ts similarity index 100% rename from devtools/src/models/components/method.ts rename to chainkit/src/models/components/method.ts diff --git a/devtools/src/models/components/metric.ts b/chainkit/src/models/components/metric.ts similarity index 100% rename from devtools/src/models/components/metric.ts rename to chainkit/src/models/components/metric.ts diff --git a/devtools/src/models/components/metricsapiresponse.ts b/chainkit/src/models/components/metricsapiresponse.ts similarity index 100% rename from devtools/src/models/components/metricsapiresponse.ts rename to chainkit/src/models/components/metricsapiresponse.ts diff --git a/devtools/src/models/components/metricslistchainsresponse.ts b/chainkit/src/models/components/metricslistchainsresponse.ts similarity index 100% rename from devtools/src/models/components/metricslistchainsresponse.ts rename to chainkit/src/models/components/metricslistchainsresponse.ts diff --git a/devtools/src/models/components/metricsvalue.ts b/chainkit/src/models/components/metricsvalue.ts similarity index 100% rename from devtools/src/models/components/metricsvalue.ts rename to chainkit/src/models/components/metricsvalue.ts diff --git a/devtools/src/models/components/money.ts b/chainkit/src/models/components/money.ts similarity index 100% rename from devtools/src/models/components/money.ts rename to chainkit/src/models/components/money.ts diff --git a/devtools/src/models/components/nativetokenbalance.ts b/chainkit/src/models/components/nativetokenbalance.ts similarity index 100% rename from devtools/src/models/components/nativetokenbalance.ts rename to chainkit/src/models/components/nativetokenbalance.ts diff --git a/devtools/src/models/components/nativetransaction.ts b/chainkit/src/models/components/nativetransaction.ts similarity index 100% rename from devtools/src/models/components/nativetransaction.ts rename to chainkit/src/models/components/nativetransaction.ts diff --git a/devtools/src/models/components/network.ts b/chainkit/src/models/components/network.ts similarity index 100% rename from devtools/src/models/components/network.ts rename to chainkit/src/models/components/network.ts diff --git a/devtools/src/models/components/networkmetric.ts b/chainkit/src/models/components/networkmetric.ts similarity index 100% rename from devtools/src/models/components/networkmetric.ts rename to chainkit/src/models/components/networkmetric.ts diff --git a/devtools/src/models/components/networktoken.ts b/chainkit/src/models/components/networktoken.ts similarity index 100% rename from devtools/src/models/components/networktoken.ts rename to chainkit/src/models/components/networktoken.ts diff --git a/devtools/src/models/components/networktokendetails.ts b/chainkit/src/models/components/networktokendetails.ts similarity index 100% rename from devtools/src/models/components/networktokendetails.ts rename to chainkit/src/models/components/networktokendetails.ts diff --git a/devtools/src/models/components/networktokeninfo.ts b/chainkit/src/models/components/networktokeninfo.ts similarity index 100% rename from devtools/src/models/components/networktokeninfo.ts rename to chainkit/src/models/components/networktokeninfo.ts diff --git a/devtools/src/models/components/networktype.ts b/chainkit/src/models/components/networktype.ts similarity index 100% rename from devtools/src/models/components/networktype.ts rename to chainkit/src/models/components/networktype.ts diff --git a/devtools/src/models/components/nftholdersresponse.ts b/chainkit/src/models/components/nftholdersresponse.ts similarity index 100% rename from devtools/src/models/components/nftholdersresponse.ts rename to chainkit/src/models/components/nftholdersresponse.ts diff --git a/devtools/src/models/components/nfttokenmetadatastatus.ts b/chainkit/src/models/components/nfttokenmetadatastatus.ts similarity index 100% rename from devtools/src/models/components/nfttokenmetadatastatus.ts rename to chainkit/src/models/components/nfttokenmetadatastatus.ts diff --git a/devtools/src/models/components/operationstatus.ts b/chainkit/src/models/components/operationstatus.ts similarity index 100% rename from devtools/src/models/components/operationstatus.ts rename to chainkit/src/models/components/operationstatus.ts diff --git a/devtools/src/models/components/operationstatuscode.ts b/chainkit/src/models/components/operationstatuscode.ts similarity index 100% rename from devtools/src/models/components/operationstatuscode.ts rename to chainkit/src/models/components/operationstatuscode.ts diff --git a/devtools/src/models/components/operationstatusresponse.ts b/chainkit/src/models/components/operationstatusresponse.ts similarity index 100% rename from devtools/src/models/components/operationstatusresponse.ts rename to chainkit/src/models/components/operationstatusresponse.ts diff --git a/devtools/src/models/components/operationtype.ts b/chainkit/src/models/components/operationtype.ts similarity index 100% rename from devtools/src/models/components/operationtype.ts rename to chainkit/src/models/components/operationtype.ts diff --git a/devtools/src/models/components/pchainaddressdetails.ts b/chainkit/src/models/components/pchainaddressdetails.ts similarity index 100% rename from devtools/src/models/components/pchainaddressdetails.ts rename to chainkit/src/models/components/pchainaddressdetails.ts diff --git a/devtools/src/models/components/pchainbalance.ts b/chainkit/src/models/components/pchainbalance.ts similarity index 100% rename from devtools/src/models/components/pchainbalance.ts rename to chainkit/src/models/components/pchainbalance.ts diff --git a/devtools/src/models/components/pchainid.ts b/chainkit/src/models/components/pchainid.ts similarity index 100% rename from devtools/src/models/components/pchainid.ts rename to chainkit/src/models/components/pchainid.ts diff --git a/devtools/src/models/components/pchainlookingglassresponse.ts b/chainkit/src/models/components/pchainlookingglassresponse.ts similarity index 100% rename from devtools/src/models/components/pchainlookingglassresponse.ts rename to chainkit/src/models/components/pchainlookingglassresponse.ts diff --git a/devtools/src/models/components/pchainsharedasset.ts b/chainkit/src/models/components/pchainsharedasset.ts similarity index 100% rename from devtools/src/models/components/pchainsharedasset.ts rename to chainkit/src/models/components/pchainsharedasset.ts diff --git a/devtools/src/models/components/pchaintransaction.ts b/chainkit/src/models/components/pchaintransaction.ts similarity index 100% rename from devtools/src/models/components/pchaintransaction.ts rename to chainkit/src/models/components/pchaintransaction.ts diff --git a/devtools/src/models/components/pchaintransactiontype.ts b/chainkit/src/models/components/pchaintransactiontype.ts similarity index 100% rename from devtools/src/models/components/pchaintransactiontype.ts rename to chainkit/src/models/components/pchaintransactiontype.ts diff --git a/devtools/src/models/components/pchainutxo.ts b/chainkit/src/models/components/pchainutxo.ts similarity index 100% rename from devtools/src/models/components/pchainutxo.ts rename to chainkit/src/models/components/pchainutxo.ts diff --git a/devtools/src/models/components/pendingdelegatordetails.ts b/chainkit/src/models/components/pendingdelegatordetails.ts similarity index 100% rename from devtools/src/models/components/pendingdelegatordetails.ts rename to chainkit/src/models/components/pendingdelegatordetails.ts diff --git a/devtools/src/models/components/pendingicmmessage.ts b/chainkit/src/models/components/pendingicmmessage.ts similarity index 100% rename from devtools/src/models/components/pendingicmmessage.ts rename to chainkit/src/models/components/pendingicmmessage.ts diff --git a/devtools/src/models/components/pendingreward.ts b/chainkit/src/models/components/pendingreward.ts similarity index 100% rename from devtools/src/models/components/pendingreward.ts rename to chainkit/src/models/components/pendingreward.ts diff --git a/devtools/src/models/components/pendingteleportermessage.ts b/chainkit/src/models/components/pendingteleportermessage.ts similarity index 100% rename from devtools/src/models/components/pendingteleportermessage.ts rename to chainkit/src/models/components/pendingteleportermessage.ts diff --git a/devtools/src/models/components/pendingvalidatordetails.ts b/chainkit/src/models/components/pendingvalidatordetails.ts similarity index 100% rename from devtools/src/models/components/pendingvalidatordetails.ts rename to chainkit/src/models/components/pendingvalidatordetails.ts diff --git a/devtools/src/models/components/platformaddressactivitykeytype.ts b/chainkit/src/models/components/platformaddressactivitykeytype.ts similarity index 100% rename from devtools/src/models/components/platformaddressactivitykeytype.ts rename to chainkit/src/models/components/platformaddressactivitykeytype.ts diff --git a/devtools/src/models/components/pricingproviders.ts b/chainkit/src/models/components/pricingproviders.ts similarity index 100% rename from devtools/src/models/components/pricingproviders.ts rename to chainkit/src/models/components/pricingproviders.ts diff --git a/devtools/src/models/components/primarynetworkaddressactivityeventtype.ts b/chainkit/src/models/components/primarynetworkaddressactivityeventtype.ts similarity index 100% rename from devtools/src/models/components/primarynetworkaddressactivityeventtype.ts rename to chainkit/src/models/components/primarynetworkaddressactivityeventtype.ts diff --git a/devtools/src/models/components/primarynetworkaddressactivitymetadata.ts b/chainkit/src/models/components/primarynetworkaddressactivitymetadata.ts similarity index 100% rename from devtools/src/models/components/primarynetworkaddressactivitymetadata.ts rename to chainkit/src/models/components/primarynetworkaddressactivitymetadata.ts diff --git a/devtools/src/models/components/primarynetworkaddressactivityrequest.ts b/chainkit/src/models/components/primarynetworkaddressactivityrequest.ts similarity index 100% rename from devtools/src/models/components/primarynetworkaddressactivityrequest.ts rename to chainkit/src/models/components/primarynetworkaddressactivityrequest.ts diff --git a/devtools/src/models/components/primarynetworkaddressactivityresponse.ts b/chainkit/src/models/components/primarynetworkaddressactivityresponse.ts similarity index 100% rename from devtools/src/models/components/primarynetworkaddressactivityresponse.ts rename to chainkit/src/models/components/primarynetworkaddressactivityresponse.ts diff --git a/devtools/src/models/components/primarynetworkaddressactivitysubevents.ts b/chainkit/src/models/components/primarynetworkaddressactivitysubevents.ts similarity index 100% rename from devtools/src/models/components/primarynetworkaddressactivitysubevents.ts rename to chainkit/src/models/components/primarynetworkaddressactivitysubevents.ts diff --git a/devtools/src/models/components/primarynetworkaddressactivitysubeventtype.ts b/chainkit/src/models/components/primarynetworkaddressactivitysubeventtype.ts similarity index 100% rename from devtools/src/models/components/primarynetworkaddressactivitysubeventtype.ts rename to chainkit/src/models/components/primarynetworkaddressactivitysubeventtype.ts diff --git a/devtools/src/models/components/primarynetworkassetcap.ts b/chainkit/src/models/components/primarynetworkassetcap.ts similarity index 100% rename from devtools/src/models/components/primarynetworkassetcap.ts rename to chainkit/src/models/components/primarynetworkassetcap.ts diff --git a/devtools/src/models/components/primarynetworkassettype.ts b/chainkit/src/models/components/primarynetworkassettype.ts similarity index 100% rename from devtools/src/models/components/primarynetworkassettype.ts rename to chainkit/src/models/components/primarynetworkassettype.ts diff --git a/devtools/src/models/components/primarynetworkbalancethresholdfilter.ts b/chainkit/src/models/components/primarynetworkbalancethresholdfilter.ts similarity index 100% rename from devtools/src/models/components/primarynetworkbalancethresholdfilter.ts rename to chainkit/src/models/components/primarynetworkbalancethresholdfilter.ts diff --git a/devtools/src/models/components/primarynetworkblock.ts b/chainkit/src/models/components/primarynetworkblock.ts similarity index 100% rename from devtools/src/models/components/primarynetworkblock.ts rename to chainkit/src/models/components/primarynetworkblock.ts diff --git a/devtools/src/models/components/primarynetworkchaininfo.ts b/chainkit/src/models/components/primarynetworkchaininfo.ts similarity index 100% rename from devtools/src/models/components/primarynetworkchaininfo.ts rename to chainkit/src/models/components/primarynetworkchaininfo.ts diff --git a/devtools/src/models/components/primarynetworkchainname.ts b/chainkit/src/models/components/primarynetworkchainname.ts similarity index 100% rename from devtools/src/models/components/primarynetworkchainname.ts rename to chainkit/src/models/components/primarynetworkchainname.ts diff --git a/devtools/src/models/components/primarynetworkoperationtype.ts b/chainkit/src/models/components/primarynetworkoperationtype.ts similarity index 100% rename from devtools/src/models/components/primarynetworkoperationtype.ts rename to chainkit/src/models/components/primarynetworkoperationtype.ts diff --git a/devtools/src/models/components/primarynetworkoptions.ts b/chainkit/src/models/components/primarynetworkoptions.ts similarity index 100% rename from devtools/src/models/components/primarynetworkoptions.ts rename to chainkit/src/models/components/primarynetworkoptions.ts diff --git a/devtools/src/models/components/primarynetworktxtype.ts b/chainkit/src/models/components/primarynetworktxtype.ts similarity index 100% rename from devtools/src/models/components/primarynetworktxtype.ts rename to chainkit/src/models/components/primarynetworktxtype.ts diff --git a/devtools/src/models/components/primarynetworktype.ts b/chainkit/src/models/components/primarynetworktype.ts similarity index 100% rename from devtools/src/models/components/primarynetworktype.ts rename to chainkit/src/models/components/primarynetworktype.ts diff --git a/devtools/src/models/components/proposerdetails.ts b/chainkit/src/models/components/proposerdetails.ts similarity index 100% rename from devtools/src/models/components/proposerdetails.ts rename to chainkit/src/models/components/proposerdetails.ts diff --git a/devtools/src/models/components/removedvalidatordetails.ts b/chainkit/src/models/components/removedvalidatordetails.ts similarity index 100% rename from devtools/src/models/components/removedvalidatordetails.ts rename to chainkit/src/models/components/removedvalidatordetails.ts diff --git a/devtools/src/models/components/requesttype.ts b/chainkit/src/models/components/requesttype.ts similarity index 100% rename from devtools/src/models/components/requesttype.ts rename to chainkit/src/models/components/requesttype.ts diff --git a/devtools/src/models/components/resourcelink.ts b/chainkit/src/models/components/resourcelink.ts similarity index 100% rename from devtools/src/models/components/resourcelink.ts rename to chainkit/src/models/components/resourcelink.ts diff --git a/devtools/src/models/components/resourcelinktype.ts b/chainkit/src/models/components/resourcelinktype.ts similarity index 100% rename from devtools/src/models/components/resourcelinktype.ts rename to chainkit/src/models/components/resourcelinktype.ts diff --git a/devtools/src/models/components/rewards.ts b/chainkit/src/models/components/rewards.ts similarity index 100% rename from devtools/src/models/components/rewards.ts rename to chainkit/src/models/components/rewards.ts diff --git a/devtools/src/models/components/rewardtype.ts b/chainkit/src/models/components/rewardtype.ts similarity index 100% rename from devtools/src/models/components/rewardtype.ts rename to chainkit/src/models/components/rewardtype.ts diff --git a/devtools/src/models/components/richaddress.ts b/chainkit/src/models/components/richaddress.ts similarity index 100% rename from devtools/src/models/components/richaddress.ts rename to chainkit/src/models/components/richaddress.ts diff --git a/devtools/src/models/components/rollingwindowmetricsapiresponse.ts b/chainkit/src/models/components/rollingwindowmetricsapiresponse.ts similarity index 100% rename from devtools/src/models/components/rollingwindowmetricsapiresponse.ts rename to chainkit/src/models/components/rollingwindowmetricsapiresponse.ts diff --git a/devtools/src/models/components/rpcmetrics.ts b/chainkit/src/models/components/rpcmetrics.ts similarity index 100% rename from devtools/src/models/components/rpcmetrics.ts rename to chainkit/src/models/components/rpcmetrics.ts diff --git a/devtools/src/models/components/rpcusagemetricsgroupbyenum.ts b/chainkit/src/models/components/rpcusagemetricsgroupbyenum.ts similarity index 100% rename from devtools/src/models/components/rpcusagemetricsgroupbyenum.ts rename to chainkit/src/models/components/rpcusagemetricsgroupbyenum.ts diff --git a/devtools/src/models/components/rpcusagemetricsvalueaggregated.ts b/chainkit/src/models/components/rpcusagemetricsvalueaggregated.ts similarity index 100% rename from devtools/src/models/components/rpcusagemetricsvalueaggregated.ts rename to chainkit/src/models/components/rpcusagemetricsvalueaggregated.ts diff --git a/devtools/src/models/components/security.ts b/chainkit/src/models/components/security.ts similarity index 100% rename from devtools/src/models/components/security.ts rename to chainkit/src/models/components/security.ts diff --git a/devtools/src/models/components/sharedsecretsresponse.ts b/chainkit/src/models/components/sharedsecretsresponse.ts similarity index 100% rename from devtools/src/models/components/sharedsecretsresponse.ts rename to chainkit/src/models/components/sharedsecretsresponse.ts diff --git a/devtools/src/models/components/signatureaggregationresponse.ts b/chainkit/src/models/components/signatureaggregationresponse.ts similarity index 100% rename from devtools/src/models/components/signatureaggregationresponse.ts rename to chainkit/src/models/components/signatureaggregationresponse.ts diff --git a/devtools/src/models/components/signatureaggregatorrequest.ts b/chainkit/src/models/components/signatureaggregatorrequest.ts similarity index 100% rename from devtools/src/models/components/signatureaggregatorrequest.ts rename to chainkit/src/models/components/signatureaggregatorrequest.ts diff --git a/devtools/src/models/components/sortbyoption.ts b/chainkit/src/models/components/sortbyoption.ts similarity index 100% rename from devtools/src/models/components/sortbyoption.ts rename to chainkit/src/models/components/sortbyoption.ts diff --git a/devtools/src/models/components/sortorder.ts b/chainkit/src/models/components/sortorder.ts similarity index 100% rename from devtools/src/models/components/sortorder.ts rename to chainkit/src/models/components/sortorder.ts diff --git a/devtools/src/models/components/stakingdistribution.ts b/chainkit/src/models/components/stakingdistribution.ts similarity index 100% rename from devtools/src/models/components/stakingdistribution.ts rename to chainkit/src/models/components/stakingdistribution.ts diff --git a/devtools/src/models/components/subnet.ts b/chainkit/src/models/components/subnet.ts similarity index 100% rename from devtools/src/models/components/subnet.ts rename to chainkit/src/models/components/subnet.ts diff --git a/devtools/src/models/components/subnetownershipinfo.ts b/chainkit/src/models/components/subnetownershipinfo.ts similarity index 100% rename from devtools/src/models/components/subnetownershipinfo.ts rename to chainkit/src/models/components/subnetownershipinfo.ts diff --git a/devtools/src/models/components/subnetrpctimeintervalgranularity.ts b/chainkit/src/models/components/subnetrpctimeintervalgranularity.ts similarity index 100% rename from devtools/src/models/components/subnetrpctimeintervalgranularity.ts rename to chainkit/src/models/components/subnetrpctimeintervalgranularity.ts diff --git a/devtools/src/models/components/subnetrpcusagemetricsresponsedto.ts b/chainkit/src/models/components/subnetrpcusagemetricsresponsedto.ts similarity index 100% rename from devtools/src/models/components/subnetrpcusagemetricsresponsedto.ts rename to chainkit/src/models/components/subnetrpcusagemetricsresponsedto.ts diff --git a/devtools/src/models/components/teleporterchainmetricsapiresponse.ts b/chainkit/src/models/components/teleporterchainmetricsapiresponse.ts similarity index 100% rename from devtools/src/models/components/teleporterchainmetricsapiresponse.ts rename to chainkit/src/models/components/teleporterchainmetricsapiresponse.ts diff --git a/devtools/src/models/components/teleporterdestinationtransaction.ts b/chainkit/src/models/components/teleporterdestinationtransaction.ts similarity index 100% rename from devtools/src/models/components/teleporterdestinationtransaction.ts rename to chainkit/src/models/components/teleporterdestinationtransaction.ts diff --git a/devtools/src/models/components/teleportermessageinfo.ts b/chainkit/src/models/components/teleportermessageinfo.ts similarity index 100% rename from devtools/src/models/components/teleportermessageinfo.ts rename to chainkit/src/models/components/teleportermessageinfo.ts diff --git a/devtools/src/models/components/teleportermetric.ts b/chainkit/src/models/components/teleportermetric.ts similarity index 100% rename from devtools/src/models/components/teleportermetric.ts rename to chainkit/src/models/components/teleportermetric.ts diff --git a/devtools/src/models/components/teleportermetricsvalue.ts b/chainkit/src/models/components/teleportermetricsvalue.ts similarity index 100% rename from devtools/src/models/components/teleportermetricsvalue.ts rename to chainkit/src/models/components/teleportermetricsvalue.ts diff --git a/devtools/src/models/components/teleporterreceipt.ts b/chainkit/src/models/components/teleporterreceipt.ts similarity index 100% rename from devtools/src/models/components/teleporterreceipt.ts rename to chainkit/src/models/components/teleporterreceipt.ts diff --git a/devtools/src/models/components/teleporterrewarddetails.ts b/chainkit/src/models/components/teleporterrewarddetails.ts similarity index 100% rename from devtools/src/models/components/teleporterrewarddetails.ts rename to chainkit/src/models/components/teleporterrewarddetails.ts diff --git a/devtools/src/models/components/teleportersourcetransaction.ts b/chainkit/src/models/components/teleportersourcetransaction.ts similarity index 100% rename from devtools/src/models/components/teleportersourcetransaction.ts rename to chainkit/src/models/components/teleportersourcetransaction.ts diff --git a/devtools/src/models/components/timeintervalgranularity.ts b/chainkit/src/models/components/timeintervalgranularity.ts similarity index 100% rename from devtools/src/models/components/timeintervalgranularity.ts rename to chainkit/src/models/components/timeintervalgranularity.ts diff --git a/devtools/src/models/components/timeintervalgranularityextended.ts b/chainkit/src/models/components/timeintervalgranularityextended.ts similarity index 100% rename from devtools/src/models/components/timeintervalgranularityextended.ts rename to chainkit/src/models/components/timeintervalgranularityextended.ts diff --git a/devtools/src/models/components/transaction.ts b/chainkit/src/models/components/transaction.ts similarity index 100% rename from devtools/src/models/components/transaction.ts rename to chainkit/src/models/components/transaction.ts diff --git a/devtools/src/models/components/transactiondetails.ts b/chainkit/src/models/components/transactiondetails.ts similarity index 100% rename from devtools/src/models/components/transactiondetails.ts rename to chainkit/src/models/components/transactiondetails.ts diff --git a/devtools/src/models/components/transactiondirectiontype.ts b/chainkit/src/models/components/transactiondirectiontype.ts similarity index 100% rename from devtools/src/models/components/transactiondirectiontype.ts rename to chainkit/src/models/components/transactiondirectiontype.ts diff --git a/devtools/src/models/components/transactionevent.ts b/chainkit/src/models/components/transactionevent.ts similarity index 100% rename from devtools/src/models/components/transactionevent.ts rename to chainkit/src/models/components/transactionevent.ts diff --git a/devtools/src/models/components/transactionexportmetadata.ts b/chainkit/src/models/components/transactionexportmetadata.ts similarity index 100% rename from devtools/src/models/components/transactionexportmetadata.ts rename to chainkit/src/models/components/transactionexportmetadata.ts diff --git a/devtools/src/models/components/transactionmethodtype.ts b/chainkit/src/models/components/transactionmethodtype.ts similarity index 100% rename from devtools/src/models/components/transactionmethodtype.ts rename to chainkit/src/models/components/transactionmethodtype.ts diff --git a/devtools/src/models/components/transactionstatus.ts b/chainkit/src/models/components/transactionstatus.ts similarity index 100% rename from devtools/src/models/components/transactionstatus.ts rename to chainkit/src/models/components/transactionstatus.ts diff --git a/devtools/src/models/components/transactionvertexdetail.ts b/chainkit/src/models/components/transactionvertexdetail.ts similarity index 100% rename from devtools/src/models/components/transactionvertexdetail.ts rename to chainkit/src/models/components/transactionvertexdetail.ts diff --git a/devtools/src/models/components/unknowncontract.ts b/chainkit/src/models/components/unknowncontract.ts similarity index 100% rename from devtools/src/models/components/unknowncontract.ts rename to chainkit/src/models/components/unknowncontract.ts diff --git a/devtools/src/models/components/updatewebhookrequest.ts b/chainkit/src/models/components/updatewebhookrequest.ts similarity index 100% rename from devtools/src/models/components/updatewebhookrequest.ts rename to chainkit/src/models/components/updatewebhookrequest.ts diff --git a/devtools/src/models/components/usagemetricsgroupbyenum.ts b/chainkit/src/models/components/usagemetricsgroupbyenum.ts similarity index 100% rename from devtools/src/models/components/usagemetricsgroupbyenum.ts rename to chainkit/src/models/components/usagemetricsgroupbyenum.ts diff --git a/devtools/src/models/components/usagemetricsresponsedto.ts b/chainkit/src/models/components/usagemetricsresponsedto.ts similarity index 100% rename from devtools/src/models/components/usagemetricsresponsedto.ts rename to chainkit/src/models/components/usagemetricsresponsedto.ts diff --git a/devtools/src/models/components/usagemetricsvaluedto.ts b/chainkit/src/models/components/usagemetricsvaluedto.ts similarity index 100% rename from devtools/src/models/components/usagemetricsvaluedto.ts rename to chainkit/src/models/components/usagemetricsvaluedto.ts diff --git a/devtools/src/models/components/utilityaddresses.ts b/chainkit/src/models/components/utilityaddresses.ts similarity index 100% rename from devtools/src/models/components/utilityaddresses.ts rename to chainkit/src/models/components/utilityaddresses.ts diff --git a/devtools/src/models/components/utxo.ts b/chainkit/src/models/components/utxo.ts similarity index 100% rename from devtools/src/models/components/utxo.ts rename to chainkit/src/models/components/utxo.ts diff --git a/devtools/src/models/components/utxocredential.ts b/chainkit/src/models/components/utxocredential.ts similarity index 100% rename from devtools/src/models/components/utxocredential.ts rename to chainkit/src/models/components/utxocredential.ts diff --git a/devtools/src/models/components/utxotype.ts b/chainkit/src/models/components/utxotype.ts similarity index 100% rename from devtools/src/models/components/utxotype.ts rename to chainkit/src/models/components/utxotype.ts diff --git a/devtools/src/models/components/validationstatustype.ts b/chainkit/src/models/components/validationstatustype.ts similarity index 100% rename from devtools/src/models/components/validationstatustype.ts rename to chainkit/src/models/components/validationstatustype.ts diff --git a/devtools/src/models/components/validatoractivityeventtype.ts b/chainkit/src/models/components/validatoractivityeventtype.ts similarity index 100% rename from devtools/src/models/components/validatoractivityeventtype.ts rename to chainkit/src/models/components/validatoractivityeventtype.ts diff --git a/devtools/src/models/components/validatoractivitykeytype.ts b/chainkit/src/models/components/validatoractivitykeytype.ts similarity index 100% rename from devtools/src/models/components/validatoractivitykeytype.ts rename to chainkit/src/models/components/validatoractivitykeytype.ts diff --git a/devtools/src/models/components/validatoractivitymetadata.ts b/chainkit/src/models/components/validatoractivitymetadata.ts similarity index 100% rename from devtools/src/models/components/validatoractivitymetadata.ts rename to chainkit/src/models/components/validatoractivitymetadata.ts diff --git a/devtools/src/models/components/validatoractivityrequest.ts b/chainkit/src/models/components/validatoractivityrequest.ts similarity index 100% rename from devtools/src/models/components/validatoractivityrequest.ts rename to chainkit/src/models/components/validatoractivityrequest.ts diff --git a/devtools/src/models/components/validatoractivityresponse.ts b/chainkit/src/models/components/validatoractivityresponse.ts similarity index 100% rename from devtools/src/models/components/validatoractivityresponse.ts rename to chainkit/src/models/components/validatoractivityresponse.ts diff --git a/devtools/src/models/components/validatoractivitysubevents.ts b/chainkit/src/models/components/validatoractivitysubevents.ts similarity index 100% rename from devtools/src/models/components/validatoractivitysubevents.ts rename to chainkit/src/models/components/validatoractivitysubevents.ts diff --git a/devtools/src/models/components/validatorhealthdetails.ts b/chainkit/src/models/components/validatorhealthdetails.ts similarity index 100% rename from devtools/src/models/components/validatorhealthdetails.ts rename to chainkit/src/models/components/validatorhealthdetails.ts diff --git a/devtools/src/models/components/validatorsdetails.ts b/chainkit/src/models/components/validatorsdetails.ts similarity index 100% rename from devtools/src/models/components/validatorsdetails.ts rename to chainkit/src/models/components/validatorsdetails.ts diff --git a/devtools/src/models/components/vmname.ts b/chainkit/src/models/components/vmname.ts similarity index 100% rename from devtools/src/models/components/vmname.ts rename to chainkit/src/models/components/vmname.ts diff --git a/devtools/src/models/components/webhookaddressactivityresponse.ts b/chainkit/src/models/components/webhookaddressactivityresponse.ts similarity index 100% rename from devtools/src/models/components/webhookaddressactivityresponse.ts rename to chainkit/src/models/components/webhookaddressactivityresponse.ts diff --git a/devtools/src/models/components/webhookinternaltransaction.ts b/chainkit/src/models/components/webhookinternaltransaction.ts similarity index 100% rename from devtools/src/models/components/webhookinternaltransaction.ts rename to chainkit/src/models/components/webhookinternaltransaction.ts diff --git a/devtools/src/models/components/webhookstatus.ts b/chainkit/src/models/components/webhookstatus.ts similarity index 100% rename from devtools/src/models/components/webhookstatus.ts rename to chainkit/src/models/components/webhookstatus.ts diff --git a/devtools/src/models/components/webhookstatustype.ts b/chainkit/src/models/components/webhookstatustype.ts similarity index 100% rename from devtools/src/models/components/webhookstatustype.ts rename to chainkit/src/models/components/webhookstatustype.ts diff --git a/devtools/src/models/components/xchainassetdetails.ts b/chainkit/src/models/components/xchainassetdetails.ts similarity index 100% rename from devtools/src/models/components/xchainassetdetails.ts rename to chainkit/src/models/components/xchainassetdetails.ts diff --git a/devtools/src/models/components/xchainbalances.ts b/chainkit/src/models/components/xchainbalances.ts similarity index 100% rename from devtools/src/models/components/xchainbalances.ts rename to chainkit/src/models/components/xchainbalances.ts diff --git a/devtools/src/models/components/xchainid.ts b/chainkit/src/models/components/xchainid.ts similarity index 100% rename from devtools/src/models/components/xchainid.ts rename to chainkit/src/models/components/xchainid.ts diff --git a/devtools/src/models/components/xchainlineartransaction.ts b/chainkit/src/models/components/xchainlineartransaction.ts similarity index 100% rename from devtools/src/models/components/xchainlineartransaction.ts rename to chainkit/src/models/components/xchainlineartransaction.ts diff --git a/devtools/src/models/components/xchainnonlineartransaction.ts b/chainkit/src/models/components/xchainnonlineartransaction.ts similarity index 100% rename from devtools/src/models/components/xchainnonlineartransaction.ts rename to chainkit/src/models/components/xchainnonlineartransaction.ts diff --git a/devtools/src/models/components/xchainsharedassetbalance.ts b/chainkit/src/models/components/xchainsharedassetbalance.ts similarity index 100% rename from devtools/src/models/components/xchainsharedassetbalance.ts rename to chainkit/src/models/components/xchainsharedassetbalance.ts diff --git a/devtools/src/models/components/xchaintransactiontype.ts b/chainkit/src/models/components/xchaintransactiontype.ts similarity index 100% rename from devtools/src/models/components/xchaintransactiontype.ts rename to chainkit/src/models/components/xchaintransactiontype.ts diff --git a/devtools/src/models/components/xchainvertex.ts b/chainkit/src/models/components/xchainvertex.ts similarity index 100% rename from devtools/src/models/components/xchainvertex.ts rename to chainkit/src/models/components/xchainvertex.ts diff --git a/devtools/src/models/errors/avalancheapierror.ts b/chainkit/src/models/errors/avalancheapierror.ts similarity index 100% rename from devtools/src/models/errors/avalancheapierror.ts rename to chainkit/src/models/errors/avalancheapierror.ts diff --git a/devtools/src/models/errors/avalancheerror.ts b/chainkit/src/models/errors/avalancheerror.ts similarity index 100% rename from devtools/src/models/errors/avalancheerror.ts rename to chainkit/src/models/errors/avalancheerror.ts diff --git a/devtools/src/models/errors/badgatewayerror.ts b/chainkit/src/models/errors/badgatewayerror.ts similarity index 100% rename from devtools/src/models/errors/badgatewayerror.ts rename to chainkit/src/models/errors/badgatewayerror.ts diff --git a/devtools/src/models/errors/badrequesterror.ts b/chainkit/src/models/errors/badrequesterror.ts similarity index 100% rename from devtools/src/models/errors/badrequesterror.ts rename to chainkit/src/models/errors/badrequesterror.ts diff --git a/devtools/src/models/errors/forbiddenerror.ts b/chainkit/src/models/errors/forbiddenerror.ts similarity index 100% rename from devtools/src/models/errors/forbiddenerror.ts rename to chainkit/src/models/errors/forbiddenerror.ts diff --git a/devtools/src/models/errors/httpclienterrors.ts b/chainkit/src/models/errors/httpclienterrors.ts similarity index 100% rename from devtools/src/models/errors/httpclienterrors.ts rename to chainkit/src/models/errors/httpclienterrors.ts diff --git a/devtools/src/models/errors/index.ts b/chainkit/src/models/errors/index.ts similarity index 100% rename from devtools/src/models/errors/index.ts rename to chainkit/src/models/errors/index.ts diff --git a/devtools/src/models/errors/internalservererror.ts b/chainkit/src/models/errors/internalservererror.ts similarity index 100% rename from devtools/src/models/errors/internalservererror.ts rename to chainkit/src/models/errors/internalservererror.ts diff --git a/devtools/src/models/errors/notfounderror.ts b/chainkit/src/models/errors/notfounderror.ts similarity index 100% rename from devtools/src/models/errors/notfounderror.ts rename to chainkit/src/models/errors/notfounderror.ts diff --git a/devtools/src/models/errors/responsevalidationerror.ts b/chainkit/src/models/errors/responsevalidationerror.ts similarity index 100% rename from devtools/src/models/errors/responsevalidationerror.ts rename to chainkit/src/models/errors/responsevalidationerror.ts diff --git a/devtools/src/models/errors/sdkvalidationerror.ts b/chainkit/src/models/errors/sdkvalidationerror.ts similarity index 100% rename from devtools/src/models/errors/sdkvalidationerror.ts rename to chainkit/src/models/errors/sdkvalidationerror.ts diff --git a/devtools/src/models/errors/serviceunavailableerror.ts b/chainkit/src/models/errors/serviceunavailableerror.ts similarity index 100% rename from devtools/src/models/errors/serviceunavailableerror.ts rename to chainkit/src/models/errors/serviceunavailableerror.ts diff --git a/devtools/src/models/errors/toomanyrequestserror.ts b/chainkit/src/models/errors/toomanyrequestserror.ts similarity index 100% rename from devtools/src/models/errors/toomanyrequestserror.ts rename to chainkit/src/models/errors/toomanyrequestserror.ts diff --git a/devtools/src/models/errors/unauthorizederror.ts b/chainkit/src/models/errors/unauthorizederror.ts similarity index 100% rename from devtools/src/models/errors/unauthorizederror.ts rename to chainkit/src/models/errors/unauthorizederror.ts diff --git a/devtools/src/models/operations/addaddressestowebhook.ts b/chainkit/src/models/operations/addaddressestowebhook.ts similarity index 100% rename from devtools/src/models/operations/addaddressestowebhook.ts rename to chainkit/src/models/operations/addaddressestowebhook.ts diff --git a/devtools/src/models/operations/aggregatesignatures.ts b/chainkit/src/models/operations/aggregatesignatures.ts similarity index 100% rename from devtools/src/models/operations/aggregatesignatures.ts rename to chainkit/src/models/operations/aggregatesignatures.ts diff --git a/devtools/src/models/operations/createwebhook.ts b/chainkit/src/models/operations/createwebhook.ts similarity index 100% rename from devtools/src/models/operations/createwebhook.ts rename to chainkit/src/models/operations/createwebhook.ts diff --git a/devtools/src/models/operations/datahealthcheck.ts b/chainkit/src/models/operations/datahealthcheck.ts similarity index 100% rename from devtools/src/models/operations/datahealthcheck.ts rename to chainkit/src/models/operations/datahealthcheck.ts diff --git a/devtools/src/models/operations/deactivatewebhook.ts b/chainkit/src/models/operations/deactivatewebhook.ts similarity index 100% rename from devtools/src/models/operations/deactivatewebhook.ts rename to chainkit/src/models/operations/deactivatewebhook.ts diff --git a/devtools/src/models/operations/generateorrotatesharedsecret.ts b/chainkit/src/models/operations/generateorrotatesharedsecret.ts similarity index 100% rename from devtools/src/models/operations/generateorrotatesharedsecret.ts rename to chainkit/src/models/operations/generateorrotatesharedsecret.ts diff --git a/devtools/src/models/operations/getaddresschains.ts b/chainkit/src/models/operations/getaddresschains.ts similarity index 100% rename from devtools/src/models/operations/getaddresschains.ts rename to chainkit/src/models/operations/getaddresschains.ts diff --git a/devtools/src/models/operations/getaddressesbybalanceovertime.ts b/chainkit/src/models/operations/getaddressesbybalanceovertime.ts similarity index 100% rename from devtools/src/models/operations/getaddressesbybalanceovertime.ts rename to chainkit/src/models/operations/getaddressesbybalanceovertime.ts diff --git a/devtools/src/models/operations/getaddressesbybtcbbridged.ts b/chainkit/src/models/operations/getaddressesbybtcbbridged.ts similarity index 100% rename from devtools/src/models/operations/getaddressesbybtcbbridged.ts rename to chainkit/src/models/operations/getaddressesbybtcbbridged.ts diff --git a/devtools/src/models/operations/getaddressesfromwebhook.ts b/chainkit/src/models/operations/getaddressesfromwebhook.ts similarity index 100% rename from devtools/src/models/operations/getaddressesfromwebhook.ts rename to chainkit/src/models/operations/getaddressesfromwebhook.ts diff --git a/devtools/src/models/operations/getaggregatedsignatures.ts b/chainkit/src/models/operations/getaggregatedsignatures.ts similarity index 100% rename from devtools/src/models/operations/getaggregatedsignatures.ts rename to chainkit/src/models/operations/getaggregatedsignatures.ts diff --git a/devtools/src/models/operations/getapilogs.ts b/chainkit/src/models/operations/getapilogs.ts similarity index 100% rename from devtools/src/models/operations/getapilogs.ts rename to chainkit/src/models/operations/getapilogs.ts diff --git a/devtools/src/models/operations/getapiusagemetrics.ts b/chainkit/src/models/operations/getapiusagemetrics.ts similarity index 100% rename from devtools/src/models/operations/getapiusagemetrics.ts rename to chainkit/src/models/operations/getapiusagemetrics.ts diff --git a/devtools/src/models/operations/getassetdetails.ts b/chainkit/src/models/operations/getassetdetails.ts similarity index 100% rename from devtools/src/models/operations/getassetdetails.ts rename to chainkit/src/models/operations/getassetdetails.ts diff --git a/devtools/src/models/operations/getbalancesbyaddresses.ts b/chainkit/src/models/operations/getbalancesbyaddresses.ts similarity index 100% rename from devtools/src/models/operations/getbalancesbyaddresses.ts rename to chainkit/src/models/operations/getbalancesbyaddresses.ts diff --git a/devtools/src/models/operations/getblock.ts b/chainkit/src/models/operations/getblock.ts similarity index 100% rename from devtools/src/models/operations/getblock.ts rename to chainkit/src/models/operations/getblock.ts diff --git a/devtools/src/models/operations/getblockbyid.ts b/chainkit/src/models/operations/getblockbyid.ts similarity index 100% rename from devtools/src/models/operations/getblockbyid.ts rename to chainkit/src/models/operations/getblockbyid.ts diff --git a/devtools/src/models/operations/getblockchainbyid.ts b/chainkit/src/models/operations/getblockchainbyid.ts similarity index 100% rename from devtools/src/models/operations/getblockchainbyid.ts rename to chainkit/src/models/operations/getblockchainbyid.ts diff --git a/devtools/src/models/operations/getchain.ts b/chainkit/src/models/operations/getchain.ts similarity index 100% rename from devtools/src/models/operations/getchain.ts rename to chainkit/src/models/operations/getchain.ts diff --git a/devtools/src/models/operations/getchainidsforaddresses.ts b/chainkit/src/models/operations/getchainidsforaddresses.ts similarity index 100% rename from devtools/src/models/operations/getchainidsforaddresses.ts rename to chainkit/src/models/operations/getchainidsforaddresses.ts diff --git a/devtools/src/models/operations/getchaininfo.ts b/chainkit/src/models/operations/getchaininfo.ts similarity index 100% rename from devtools/src/models/operations/getchaininfo.ts rename to chainkit/src/models/operations/getchaininfo.ts diff --git a/devtools/src/models/operations/getcontractmetadata.ts b/chainkit/src/models/operations/getcontractmetadata.ts similarity index 100% rename from devtools/src/models/operations/getcontractmetadata.ts rename to chainkit/src/models/operations/getcontractmetadata.ts diff --git a/devtools/src/models/operations/getdeploymenttransaction.ts b/chainkit/src/models/operations/getdeploymenttransaction.ts similarity index 100% rename from devtools/src/models/operations/getdeploymenttransaction.ts rename to chainkit/src/models/operations/getdeploymenttransaction.ts diff --git a/devtools/src/models/operations/getevmchainmetrics.ts b/chainkit/src/models/operations/getevmchainmetrics.ts similarity index 100% rename from devtools/src/models/operations/getevmchainmetrics.ts rename to chainkit/src/models/operations/getevmchainmetrics.ts diff --git a/devtools/src/models/operations/getevmchainrollingwindowmetrics.ts b/chainkit/src/models/operations/getevmchainrollingwindowmetrics.ts similarity index 100% rename from devtools/src/models/operations/getevmchainrollingwindowmetrics.ts rename to chainkit/src/models/operations/getevmchainrollingwindowmetrics.ts diff --git a/devtools/src/models/operations/geticmmessage.ts b/chainkit/src/models/operations/geticmmessage.ts similarity index 100% rename from devtools/src/models/operations/geticmmessage.ts rename to chainkit/src/models/operations/geticmmessage.ts diff --git a/devtools/src/models/operations/getlatestblocks.ts b/chainkit/src/models/operations/getlatestblocks.ts similarity index 100% rename from devtools/src/models/operations/getlatestblocks.ts rename to chainkit/src/models/operations/getlatestblocks.ts diff --git a/devtools/src/models/operations/getmetricsbynodeid.ts b/chainkit/src/models/operations/getmetricsbynodeid.ts similarity index 100% rename from devtools/src/models/operations/getmetricsbynodeid.ts rename to chainkit/src/models/operations/getmetricsbynodeid.ts diff --git a/devtools/src/models/operations/getmetricsbysubnetid.ts b/chainkit/src/models/operations/getmetricsbysubnetid.ts similarity index 100% rename from devtools/src/models/operations/getmetricsbysubnetid.ts rename to chainkit/src/models/operations/getmetricsbysubnetid.ts diff --git a/devtools/src/models/operations/getmetricsbyvalidationid.ts b/chainkit/src/models/operations/getmetricsbyvalidationid.ts similarity index 100% rename from devtools/src/models/operations/getmetricsbyvalidationid.ts rename to chainkit/src/models/operations/getmetricsbyvalidationid.ts diff --git a/devtools/src/models/operations/getnativebalance.ts b/chainkit/src/models/operations/getnativebalance.ts similarity index 100% rename from devtools/src/models/operations/getnativebalance.ts rename to chainkit/src/models/operations/getnativebalance.ts diff --git a/devtools/src/models/operations/getnetworkdetails.ts b/chainkit/src/models/operations/getnetworkdetails.ts similarity index 100% rename from devtools/src/models/operations/getnetworkdetails.ts rename to chainkit/src/models/operations/getnetworkdetails.ts diff --git a/devtools/src/models/operations/getnftholdersbycontractaddress.ts b/chainkit/src/models/operations/getnftholdersbycontractaddress.ts similarity index 100% rename from devtools/src/models/operations/getnftholdersbycontractaddress.ts rename to chainkit/src/models/operations/getnftholdersbycontractaddress.ts diff --git a/devtools/src/models/operations/getoperationresult.ts b/chainkit/src/models/operations/getoperationresult.ts similarity index 100% rename from devtools/src/models/operations/getoperationresult.ts rename to chainkit/src/models/operations/getoperationresult.ts diff --git a/devtools/src/models/operations/getrpcusagemetrics.ts b/chainkit/src/models/operations/getrpcusagemetrics.ts similarity index 100% rename from devtools/src/models/operations/getrpcusagemetrics.ts rename to chainkit/src/models/operations/getrpcusagemetrics.ts diff --git a/devtools/src/models/operations/getsharedsecret.ts b/chainkit/src/models/operations/getsharedsecret.ts similarity index 100% rename from devtools/src/models/operations/getsharedsecret.ts rename to chainkit/src/models/operations/getsharedsecret.ts diff --git a/devtools/src/models/operations/getsinglevalidatordetails.ts b/chainkit/src/models/operations/getsinglevalidatordetails.ts similarity index 100% rename from devtools/src/models/operations/getsinglevalidatordetails.ts rename to chainkit/src/models/operations/getsinglevalidatordetails.ts diff --git a/devtools/src/models/operations/getstakingmetrics.ts b/chainkit/src/models/operations/getstakingmetrics.ts similarity index 100% rename from devtools/src/models/operations/getstakingmetrics.ts rename to chainkit/src/models/operations/getstakingmetrics.ts diff --git a/devtools/src/models/operations/getsubnetbyid.ts b/chainkit/src/models/operations/getsubnetbyid.ts similarity index 100% rename from devtools/src/models/operations/getsubnetbyid.ts rename to chainkit/src/models/operations/getsubnetbyid.ts diff --git a/devtools/src/models/operations/getsubnetrpcusagemetrics.ts b/chainkit/src/models/operations/getsubnetrpcusagemetrics.ts similarity index 100% rename from devtools/src/models/operations/getsubnetrpcusagemetrics.ts rename to chainkit/src/models/operations/getsubnetrpcusagemetrics.ts diff --git a/devtools/src/models/operations/getteleportermessage.ts b/chainkit/src/models/operations/getteleportermessage.ts similarity index 100% rename from devtools/src/models/operations/getteleportermessage.ts rename to chainkit/src/models/operations/getteleportermessage.ts diff --git a/devtools/src/models/operations/getteleportermetricsbychain.ts b/chainkit/src/models/operations/getteleportermetricsbychain.ts similarity index 100% rename from devtools/src/models/operations/getteleportermetricsbychain.ts rename to chainkit/src/models/operations/getteleportermetricsbychain.ts diff --git a/devtools/src/models/operations/gettokendetails.ts b/chainkit/src/models/operations/gettokendetails.ts similarity index 100% rename from devtools/src/models/operations/gettokendetails.ts rename to chainkit/src/models/operations/gettokendetails.ts diff --git a/devtools/src/models/operations/gettotall1validatormetrics.ts b/chainkit/src/models/operations/gettotall1validatormetrics.ts similarity index 100% rename from devtools/src/models/operations/gettotall1validatormetrics.ts rename to chainkit/src/models/operations/gettotall1validatormetrics.ts diff --git a/devtools/src/models/operations/gettransaction.ts b/chainkit/src/models/operations/gettransaction.ts similarity index 100% rename from devtools/src/models/operations/gettransaction.ts rename to chainkit/src/models/operations/gettransaction.ts diff --git a/devtools/src/models/operations/gettransactionsforblock.ts b/chainkit/src/models/operations/gettransactionsforblock.ts similarity index 100% rename from devtools/src/models/operations/gettransactionsforblock.ts rename to chainkit/src/models/operations/gettransactionsforblock.ts diff --git a/devtools/src/models/operations/gettxbyhash.ts b/chainkit/src/models/operations/gettxbyhash.ts similarity index 100% rename from devtools/src/models/operations/gettxbyhash.ts rename to chainkit/src/models/operations/gettxbyhash.ts diff --git a/devtools/src/models/operations/getutxosbyaddresses.ts b/chainkit/src/models/operations/getutxosbyaddresses.ts similarity index 100% rename from devtools/src/models/operations/getutxosbyaddresses.ts rename to chainkit/src/models/operations/getutxosbyaddresses.ts diff --git a/devtools/src/models/operations/getvalidatorsbydaterange.ts b/chainkit/src/models/operations/getvalidatorsbydaterange.ts similarity index 100% rename from devtools/src/models/operations/getvalidatorsbydaterange.ts rename to chainkit/src/models/operations/getvalidatorsbydaterange.ts diff --git a/devtools/src/models/operations/getvertexbyhash.ts b/chainkit/src/models/operations/getvertexbyhash.ts similarity index 100% rename from devtools/src/models/operations/getvertexbyhash.ts rename to chainkit/src/models/operations/getvertexbyhash.ts diff --git a/devtools/src/models/operations/getvertexbyheight.ts b/chainkit/src/models/operations/getvertexbyheight.ts similarity index 100% rename from devtools/src/models/operations/getvertexbyheight.ts rename to chainkit/src/models/operations/getvertexbyheight.ts diff --git a/devtools/src/models/operations/getwebhook.ts b/chainkit/src/models/operations/getwebhook.ts similarity index 100% rename from devtools/src/models/operations/getwebhook.ts rename to chainkit/src/models/operations/getwebhook.ts diff --git a/devtools/src/models/operations/index.ts b/chainkit/src/models/operations/index.ts similarity index 100% rename from devtools/src/models/operations/index.ts rename to chainkit/src/models/operations/index.ts diff --git a/devtools/src/models/operations/listactiveprimarynetworkstakingtransactions.ts b/chainkit/src/models/operations/listactiveprimarynetworkstakingtransactions.ts similarity index 100% rename from devtools/src/models/operations/listactiveprimarynetworkstakingtransactions.ts rename to chainkit/src/models/operations/listactiveprimarynetworkstakingtransactions.ts diff --git a/devtools/src/models/operations/listaddresschains.ts b/chainkit/src/models/operations/listaddresschains.ts similarity index 100% rename from devtools/src/models/operations/listaddresschains.ts rename to chainkit/src/models/operations/listaddresschains.ts diff --git a/devtools/src/models/operations/listalllatestblocks.ts b/chainkit/src/models/operations/listalllatestblocks.ts similarity index 100% rename from devtools/src/models/operations/listalllatestblocks.ts rename to chainkit/src/models/operations/listalllatestblocks.ts diff --git a/devtools/src/models/operations/listalllatesttransactions.ts b/chainkit/src/models/operations/listalllatesttransactions.ts similarity index 100% rename from devtools/src/models/operations/listalllatesttransactions.ts rename to chainkit/src/models/operations/listalllatesttransactions.ts diff --git a/devtools/src/models/operations/listassettransactions.ts b/chainkit/src/models/operations/listassettransactions.ts similarity index 100% rename from devtools/src/models/operations/listassettransactions.ts rename to chainkit/src/models/operations/listassettransactions.ts diff --git a/devtools/src/models/operations/listblockchains.ts b/chainkit/src/models/operations/listblockchains.ts similarity index 100% rename from devtools/src/models/operations/listblockchains.ts rename to chainkit/src/models/operations/listblockchains.ts diff --git a/devtools/src/models/operations/listchains.ts b/chainkit/src/models/operations/listchains.ts similarity index 100% rename from devtools/src/models/operations/listchains.ts rename to chainkit/src/models/operations/listchains.ts diff --git a/devtools/src/models/operations/listcollectiblebalances.ts b/chainkit/src/models/operations/listcollectiblebalances.ts similarity index 100% rename from devtools/src/models/operations/listcollectiblebalances.ts rename to chainkit/src/models/operations/listcollectiblebalances.ts diff --git a/devtools/src/models/operations/listcontractdeployments.ts b/chainkit/src/models/operations/listcontractdeployments.ts similarity index 100% rename from devtools/src/models/operations/listcontractdeployments.ts rename to chainkit/src/models/operations/listcontractdeployments.ts diff --git a/devtools/src/models/operations/listdelegators.ts b/chainkit/src/models/operations/listdelegators.ts similarity index 100% rename from devtools/src/models/operations/listdelegators.ts rename to chainkit/src/models/operations/listdelegators.ts diff --git a/devtools/src/models/operations/listerc1155balances.ts b/chainkit/src/models/operations/listerc1155balances.ts similarity index 100% rename from devtools/src/models/operations/listerc1155balances.ts rename to chainkit/src/models/operations/listerc1155balances.ts diff --git a/devtools/src/models/operations/listerc1155transactions.ts b/chainkit/src/models/operations/listerc1155transactions.ts similarity index 100% rename from devtools/src/models/operations/listerc1155transactions.ts rename to chainkit/src/models/operations/listerc1155transactions.ts diff --git a/devtools/src/models/operations/listerc20balances.ts b/chainkit/src/models/operations/listerc20balances.ts similarity index 100% rename from devtools/src/models/operations/listerc20balances.ts rename to chainkit/src/models/operations/listerc20balances.ts diff --git a/devtools/src/models/operations/listerc20transactions.ts b/chainkit/src/models/operations/listerc20transactions.ts similarity index 100% rename from devtools/src/models/operations/listerc20transactions.ts rename to chainkit/src/models/operations/listerc20transactions.ts diff --git a/devtools/src/models/operations/listerc721balances.ts b/chainkit/src/models/operations/listerc721balances.ts similarity index 100% rename from devtools/src/models/operations/listerc721balances.ts rename to chainkit/src/models/operations/listerc721balances.ts diff --git a/devtools/src/models/operations/listerc721transactions.ts b/chainkit/src/models/operations/listerc721transactions.ts similarity index 100% rename from devtools/src/models/operations/listerc721transactions.ts rename to chainkit/src/models/operations/listerc721transactions.ts diff --git a/devtools/src/models/operations/listhistoricalprimarynetworkrewards.ts b/chainkit/src/models/operations/listhistoricalprimarynetworkrewards.ts similarity index 100% rename from devtools/src/models/operations/listhistoricalprimarynetworkrewards.ts rename to chainkit/src/models/operations/listhistoricalprimarynetworkrewards.ts diff --git a/devtools/src/models/operations/listicmmessages.ts b/chainkit/src/models/operations/listicmmessages.ts similarity index 100% rename from devtools/src/models/operations/listicmmessages.ts rename to chainkit/src/models/operations/listicmmessages.ts diff --git a/devtools/src/models/operations/listicmmessagesbyaddress.ts b/chainkit/src/models/operations/listicmmessagesbyaddress.ts similarity index 100% rename from devtools/src/models/operations/listicmmessagesbyaddress.ts rename to chainkit/src/models/operations/listicmmessagesbyaddress.ts diff --git a/devtools/src/models/operations/listinternaltransactions.ts b/chainkit/src/models/operations/listinternaltransactions.ts similarity index 100% rename from devtools/src/models/operations/listinternaltransactions.ts rename to chainkit/src/models/operations/listinternaltransactions.ts diff --git a/devtools/src/models/operations/listl1validators.ts b/chainkit/src/models/operations/listl1validators.ts similarity index 100% rename from devtools/src/models/operations/listl1validators.ts rename to chainkit/src/models/operations/listl1validators.ts diff --git a/devtools/src/models/operations/listlatestblocksallchains.ts b/chainkit/src/models/operations/listlatestblocksallchains.ts similarity index 100% rename from devtools/src/models/operations/listlatestblocksallchains.ts rename to chainkit/src/models/operations/listlatestblocksallchains.ts diff --git a/devtools/src/models/operations/listlatestprimarynetworkblocks.ts b/chainkit/src/models/operations/listlatestprimarynetworkblocks.ts similarity index 100% rename from devtools/src/models/operations/listlatestprimarynetworkblocks.ts rename to chainkit/src/models/operations/listlatestprimarynetworkblocks.ts diff --git a/devtools/src/models/operations/listlatestprimarynetworktransactions.ts b/chainkit/src/models/operations/listlatestprimarynetworktransactions.ts similarity index 100% rename from devtools/src/models/operations/listlatestprimarynetworktransactions.ts rename to chainkit/src/models/operations/listlatestprimarynetworktransactions.ts diff --git a/devtools/src/models/operations/listlatesttransactions.ts b/chainkit/src/models/operations/listlatesttransactions.ts similarity index 100% rename from devtools/src/models/operations/listlatesttransactions.ts rename to chainkit/src/models/operations/listlatesttransactions.ts diff --git a/devtools/src/models/operations/listlatesttransactionsallchains.ts b/chainkit/src/models/operations/listlatesttransactionsallchains.ts similarity index 100% rename from devtools/src/models/operations/listlatesttransactionsallchains.ts rename to chainkit/src/models/operations/listlatesttransactionsallchains.ts diff --git a/devtools/src/models/operations/listlatestxchainvertices.ts b/chainkit/src/models/operations/listlatestxchainvertices.ts similarity index 100% rename from devtools/src/models/operations/listlatestxchainvertices.ts rename to chainkit/src/models/operations/listlatestxchainvertices.ts diff --git a/devtools/src/models/operations/listnativetransactions.ts b/chainkit/src/models/operations/listnativetransactions.ts similarity index 100% rename from devtools/src/models/operations/listnativetransactions.ts rename to chainkit/src/models/operations/listnativetransactions.ts diff --git a/devtools/src/models/operations/listpendingprimarynetworkrewards.ts b/chainkit/src/models/operations/listpendingprimarynetworkrewards.ts similarity index 100% rename from devtools/src/models/operations/listpendingprimarynetworkrewards.ts rename to chainkit/src/models/operations/listpendingprimarynetworkrewards.ts diff --git a/devtools/src/models/operations/listprimarynetworkblocksbynodeid.ts b/chainkit/src/models/operations/listprimarynetworkblocksbynodeid.ts similarity index 100% rename from devtools/src/models/operations/listprimarynetworkblocksbynodeid.ts rename to chainkit/src/models/operations/listprimarynetworkblocksbynodeid.ts diff --git a/devtools/src/models/operations/listsubnets.ts b/chainkit/src/models/operations/listsubnets.ts similarity index 100% rename from devtools/src/models/operations/listsubnets.ts rename to chainkit/src/models/operations/listsubnets.ts diff --git a/devtools/src/models/operations/listteleportermessages.ts b/chainkit/src/models/operations/listteleportermessages.ts similarity index 100% rename from devtools/src/models/operations/listteleportermessages.ts rename to chainkit/src/models/operations/listteleportermessages.ts diff --git a/devtools/src/models/operations/listteleportermessagesbyaddress.ts b/chainkit/src/models/operations/listteleportermessagesbyaddress.ts similarity index 100% rename from devtools/src/models/operations/listteleportermessagesbyaddress.ts rename to chainkit/src/models/operations/listteleportermessagesbyaddress.ts diff --git a/devtools/src/models/operations/listtokens.ts b/chainkit/src/models/operations/listtokens.ts similarity index 100% rename from devtools/src/models/operations/listtokens.ts rename to chainkit/src/models/operations/listtokens.ts diff --git a/devtools/src/models/operations/listtransactions.ts b/chainkit/src/models/operations/listtransactions.ts similarity index 100% rename from devtools/src/models/operations/listtransactions.ts rename to chainkit/src/models/operations/listtransactions.ts diff --git a/devtools/src/models/operations/listtransfers.ts b/chainkit/src/models/operations/listtransfers.ts similarity index 100% rename from devtools/src/models/operations/listtransfers.ts rename to chainkit/src/models/operations/listtransfers.ts diff --git a/devtools/src/models/operations/listvalidators.ts b/chainkit/src/models/operations/listvalidators.ts similarity index 100% rename from devtools/src/models/operations/listvalidators.ts rename to chainkit/src/models/operations/listvalidators.ts diff --git a/devtools/src/models/operations/listwebhooks.ts b/chainkit/src/models/operations/listwebhooks.ts similarity index 100% rename from devtools/src/models/operations/listwebhooks.ts rename to chainkit/src/models/operations/listwebhooks.ts diff --git a/devtools/src/models/operations/metricshealthcheck.ts b/chainkit/src/models/operations/metricshealthcheck.ts similarity index 100% rename from devtools/src/models/operations/metricshealthcheck.ts rename to chainkit/src/models/operations/metricshealthcheck.ts diff --git a/devtools/src/models/operations/posttransactionexportjob.ts b/chainkit/src/models/operations/posttransactionexportjob.ts similarity index 100% rename from devtools/src/models/operations/posttransactionexportjob.ts rename to chainkit/src/models/operations/posttransactionexportjob.ts diff --git a/devtools/src/models/operations/reindexnft.ts b/chainkit/src/models/operations/reindexnft.ts similarity index 100% rename from devtools/src/models/operations/reindexnft.ts rename to chainkit/src/models/operations/reindexnft.ts diff --git a/devtools/src/models/operations/removeaddressesfromwebhook.ts b/chainkit/src/models/operations/removeaddressesfromwebhook.ts similarity index 100% rename from devtools/src/models/operations/removeaddressesfromwebhook.ts rename to chainkit/src/models/operations/removeaddressesfromwebhook.ts diff --git a/devtools/src/models/operations/supportedchains.ts b/chainkit/src/models/operations/supportedchains.ts similarity index 100% rename from devtools/src/models/operations/supportedchains.ts rename to chainkit/src/models/operations/supportedchains.ts diff --git a/devtools/src/models/operations/updatewebhook.ts b/chainkit/src/models/operations/updatewebhook.ts similarity index 100% rename from devtools/src/models/operations/updatewebhook.ts rename to chainkit/src/models/operations/updatewebhook.ts diff --git a/devtools/src/sdk/address.ts b/chainkit/src/sdk/address.ts similarity index 100% rename from devtools/src/sdk/address.ts rename to chainkit/src/sdk/address.ts diff --git a/devtools/src/sdk/addressbalances.ts b/chainkit/src/sdk/addressbalances.ts similarity index 100% rename from devtools/src/sdk/addressbalances.ts rename to chainkit/src/sdk/addressbalances.ts diff --git a/devtools/src/sdk/addresschains.ts b/chainkit/src/sdk/addresschains.ts similarity index 100% rename from devtools/src/sdk/addresschains.ts rename to chainkit/src/sdk/addresschains.ts diff --git a/devtools/src/sdk/addresscontracts.ts b/chainkit/src/sdk/addresscontracts.ts similarity index 100% rename from devtools/src/sdk/addresscontracts.ts rename to chainkit/src/sdk/addresscontracts.ts diff --git a/devtools/src/sdk/addresses.ts b/chainkit/src/sdk/addresses.ts similarity index 100% rename from devtools/src/sdk/addresses.ts rename to chainkit/src/sdk/addresses.ts diff --git a/devtools/src/sdk/addresstransactions.ts b/chainkit/src/sdk/addresstransactions.ts similarity index 100% rename from devtools/src/sdk/addresstransactions.ts rename to chainkit/src/sdk/addresstransactions.ts diff --git a/devtools/src/sdk/contracts.ts b/chainkit/src/sdk/contracts.ts similarity index 100% rename from devtools/src/sdk/contracts.ts rename to chainkit/src/sdk/contracts.ts diff --git a/devtools/src/sdk/data.ts b/chainkit/src/sdk/data.ts similarity index 100% rename from devtools/src/sdk/data.ts rename to chainkit/src/sdk/data.ts diff --git a/devtools/src/sdk/evm.ts b/chainkit/src/sdk/evm.ts similarity index 100% rename from devtools/src/sdk/evm.ts rename to chainkit/src/sdk/evm.ts diff --git a/devtools/src/sdk/evmblocks.ts b/chainkit/src/sdk/evmblocks.ts similarity index 100% rename from devtools/src/sdk/evmblocks.ts rename to chainkit/src/sdk/evmblocks.ts diff --git a/devtools/src/sdk/evmchains.ts b/chainkit/src/sdk/evmchains.ts similarity index 100% rename from devtools/src/sdk/evmchains.ts rename to chainkit/src/sdk/evmchains.ts diff --git a/devtools/src/sdk/evmtransactions.ts b/chainkit/src/sdk/evmtransactions.ts similarity index 100% rename from devtools/src/sdk/evmtransactions.ts rename to chainkit/src/sdk/evmtransactions.ts diff --git a/devtools/src/sdk/icm.ts b/chainkit/src/sdk/icm.ts similarity index 100% rename from devtools/src/sdk/icm.ts rename to chainkit/src/sdk/icm.ts diff --git a/devtools/src/sdk/index.ts b/chainkit/src/sdk/index.ts similarity index 100% rename from devtools/src/sdk/index.ts rename to chainkit/src/sdk/index.ts diff --git a/devtools/src/sdk/l1validators.ts b/chainkit/src/sdk/l1validators.ts similarity index 100% rename from devtools/src/sdk/l1validators.ts rename to chainkit/src/sdk/l1validators.ts diff --git a/devtools/src/sdk/metrics.ts b/chainkit/src/sdk/metrics.ts similarity index 100% rename from devtools/src/sdk/metrics.ts rename to chainkit/src/sdk/metrics.ts diff --git a/devtools/src/sdk/metricschains.ts b/chainkit/src/sdk/metricschains.ts similarity index 100% rename from devtools/src/sdk/metricschains.ts rename to chainkit/src/sdk/metricschains.ts diff --git a/devtools/src/sdk/networks.ts b/chainkit/src/sdk/networks.ts similarity index 100% rename from devtools/src/sdk/networks.ts rename to chainkit/src/sdk/networks.ts diff --git a/devtools/src/sdk/nfts.ts b/chainkit/src/sdk/nfts.ts similarity index 100% rename from devtools/src/sdk/nfts.ts rename to chainkit/src/sdk/nfts.ts diff --git a/devtools/src/sdk/operations.ts b/chainkit/src/sdk/operations.ts similarity index 100% rename from devtools/src/sdk/operations.ts rename to chainkit/src/sdk/operations.ts diff --git a/devtools/src/sdk/primarynetwork.ts b/chainkit/src/sdk/primarynetwork.ts similarity index 100% rename from devtools/src/sdk/primarynetwork.ts rename to chainkit/src/sdk/primarynetwork.ts diff --git a/devtools/src/sdk/primarynetworkbalances.ts b/chainkit/src/sdk/primarynetworkbalances.ts similarity index 100% rename from devtools/src/sdk/primarynetworkbalances.ts rename to chainkit/src/sdk/primarynetworkbalances.ts diff --git a/devtools/src/sdk/primarynetworkblocks.ts b/chainkit/src/sdk/primarynetworkblocks.ts similarity index 100% rename from devtools/src/sdk/primarynetworkblocks.ts rename to chainkit/src/sdk/primarynetworkblocks.ts diff --git a/devtools/src/sdk/primarynetworktransactions.ts b/chainkit/src/sdk/primarynetworktransactions.ts similarity index 100% rename from devtools/src/sdk/primarynetworktransactions.ts rename to chainkit/src/sdk/primarynetworktransactions.ts diff --git a/devtools/src/sdk/rewards.ts b/chainkit/src/sdk/rewards.ts similarity index 100% rename from devtools/src/sdk/rewards.ts rename to chainkit/src/sdk/rewards.ts diff --git a/devtools/src/sdk/sdk.ts b/chainkit/src/sdk/sdk.ts similarity index 100% rename from devtools/src/sdk/sdk.ts rename to chainkit/src/sdk/sdk.ts diff --git a/devtools/src/sdk/signatureaggregator.ts b/chainkit/src/sdk/signatureaggregator.ts similarity index 100% rename from devtools/src/sdk/signatureaggregator.ts rename to chainkit/src/sdk/signatureaggregator.ts diff --git a/devtools/src/sdk/subnets.ts b/chainkit/src/sdk/subnets.ts similarity index 100% rename from devtools/src/sdk/subnets.ts rename to chainkit/src/sdk/subnets.ts diff --git a/devtools/src/sdk/teleporter.ts b/chainkit/src/sdk/teleporter.ts similarity index 100% rename from devtools/src/sdk/teleporter.ts rename to chainkit/src/sdk/teleporter.ts diff --git a/devtools/src/sdk/usagemetrics.ts b/chainkit/src/sdk/usagemetrics.ts similarity index 100% rename from devtools/src/sdk/usagemetrics.ts rename to chainkit/src/sdk/usagemetrics.ts diff --git a/devtools/src/sdk/utxos.ts b/chainkit/src/sdk/utxos.ts similarity index 100% rename from devtools/src/sdk/utxos.ts rename to chainkit/src/sdk/utxos.ts diff --git a/devtools/src/sdk/vertices.ts b/chainkit/src/sdk/vertices.ts similarity index 100% rename from devtools/src/sdk/vertices.ts rename to chainkit/src/sdk/vertices.ts diff --git a/devtools/src/sdk/webhooks.ts b/chainkit/src/sdk/webhooks.ts similarity index 100% rename from devtools/src/sdk/webhooks.ts rename to chainkit/src/sdk/webhooks.ts diff --git a/devtools/src/types/async.ts b/chainkit/src/types/async.ts similarity index 100% rename from devtools/src/types/async.ts rename to chainkit/src/types/async.ts diff --git a/devtools/src/types/blobs.ts b/chainkit/src/types/blobs.ts similarity index 100% rename from devtools/src/types/blobs.ts rename to chainkit/src/types/blobs.ts diff --git a/devtools/src/types/constdatetime.ts b/chainkit/src/types/constdatetime.ts similarity index 100% rename from devtools/src/types/constdatetime.ts rename to chainkit/src/types/constdatetime.ts diff --git a/devtools/src/types/enums.ts b/chainkit/src/types/enums.ts similarity index 100% rename from devtools/src/types/enums.ts rename to chainkit/src/types/enums.ts diff --git a/devtools/src/types/fp.ts b/chainkit/src/types/fp.ts similarity index 100% rename from devtools/src/types/fp.ts rename to chainkit/src/types/fp.ts diff --git a/devtools/src/types/index.ts b/chainkit/src/types/index.ts similarity index 100% rename from devtools/src/types/index.ts rename to chainkit/src/types/index.ts diff --git a/devtools/src/types/operations.ts b/chainkit/src/types/operations.ts similarity index 100% rename from devtools/src/types/operations.ts rename to chainkit/src/types/operations.ts diff --git a/devtools/src/types/rfcdate.ts b/chainkit/src/types/rfcdate.ts similarity index 100% rename from devtools/src/types/rfcdate.ts rename to chainkit/src/types/rfcdate.ts diff --git a/devtools/src/types/streams.ts b/chainkit/src/types/streams.ts similarity index 100% rename from devtools/src/types/streams.ts rename to chainkit/src/types/streams.ts diff --git a/devtools/src/types/webhooks.ts b/chainkit/src/types/webhooks.ts similarity index 100% rename from devtools/src/types/webhooks.ts rename to chainkit/src/types/webhooks.ts diff --git a/devtools/src/utils/index.ts b/chainkit/src/utils/index.ts similarity index 100% rename from devtools/src/utils/index.ts rename to chainkit/src/utils/index.ts diff --git a/devtools/src/utils/validateSignature.ts b/chainkit/src/utils/validateSignature.ts similarity index 100% rename from devtools/src/utils/validateSignature.ts rename to chainkit/src/utils/validateSignature.ts diff --git a/devtools/tsconfig.json b/chainkit/tsconfig.json similarity index 100% rename from devtools/tsconfig.json rename to chainkit/tsconfig.json diff --git a/devtools/RELEASES.md b/devtools/RELEASES.md deleted file mode 100644 index 06eebdc0..00000000 --- a/devtools/RELEASES.md +++ /dev/null @@ -1,91 +0,0 @@ - - -## 2025-04-04 20:18:36 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.529.1 (2.566.5) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.0.3] devtools -### Releases -- [NPM v0.0.3] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.0.3 - devtools - -## 2025-04-05 12:32:41 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.529.1 (2.566.5) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.0.4] devtools -### Releases -- [NPM v0.0.4] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.0.4 - devtools - -## 2025-04-30 18:38:45 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.541.0 (2.595.2) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.0.5] devtools -### Releases -- [NPM v0.0.5] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.0.5 - devtools - -## 2025-05-20 18:39:32 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.548.3 (2.605.6) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.0.6] devtools -### Releases -- [NPM v0.0.6] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.0.6 - devtools - -## 2025-05-22 18:39:01 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.549.1 (2.607.1) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.0.7] devtools -### Releases -- [NPM v0.0.7] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.0.7 - devtools - -## 2025-06-24 18:39:59 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.568.2 (2.634.2) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.1.0] devtools -### Releases -- [NPM v0.1.0] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.1.0 - devtools - -## 2025-07-15 18:41:52 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.582.0 (2.657.1) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.2.0] devtools -### Releases -- [NPM v0.2.0] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.2.0 - devtools - -## 2025-07-23 18:41:37 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.587.1 (2.662.0) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.2.1] devtools -### Releases -- [NPM v0.2.1] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.2.1 - devtools - -## 2025-08-06 18:42:19 -### Changes -Based on: -- OpenAPI Doc -- Speakeasy CLI 1.598.2 (2.674.3) https://github.com/speakeasy-api/speakeasy -### Generated -- [typescript v0.2.2] devtools -### Releases -- [NPM v0.2.2] https://www.npmjs.com/package/@avalanche-sdk/devtools/v/0.2.2 - devtools \ No newline at end of file diff --git a/devtools/speakeasyusagegen/.speakeasy/logs/naming.log b/devtools/speakeasyusagegen/.speakeasy/logs/naming.log deleted file mode 100644 index f1fe1fdc..00000000 --- a/devtools/speakeasyusagegen/.speakeasy/logs/naming.log +++ /dev/null @@ -1,877 +0,0 @@ -DEBUG append_error: Renamed component to "BadRequest_error" - labels: "original_name:BadRequest scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:BadRequest component:true originalName:BadRequest" -DEBUG append_error: Renamed component to "Unauthorized_error" - labels: "original_name:Unauthorized scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:Unauthorized component:true originalName:Unauthorized" -DEBUG append_error: Renamed component to "Forbidden_error" - labels: "original_name:Forbidden scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:Forbidden component:true originalName:Forbidden" -DEBUG append_error: Renamed component to "NotFound_error" - labels: "original_name:NotFound scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:NotFound component:true originalName:NotFound" -DEBUG append_error: Renamed component to "TooManyRequests_error" - labels: "original_name:TooManyRequests scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:TooManyRequests component:true originalName:TooManyRequests" -DEBUG append_error: Renamed component to "BadGateway_error" - labels: "original_name:BadGateway scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:BadGateway component:true originalName:BadGateway" -DEBUG append_error: Renamed component to "ServiceUnavailable_error" - labels: "original_name:ServiceUnavailable scope:errors data_type:error" - registrationID: "scope:errors refType:Schemas refName:ServiceUnavailable component:true originalName:ServiceUnavailable" -DEBUG prepend_op_id: Renamed to "postTransactionExportJob_request" - labels: "original_name:request operation:postTransactionExportJob operationTag:data.operations data_type:union" - registrationID: "scope:operations operationTag:data.operations operation:postTransactionExportJob requestResponse:request originalName:RequestBody" -DEBUG prepend_op_id: Renamed to "listLatestPrimaryNetworkTransactions_ResponseBody" - labels: "original_name:ResponseBody operation:listLatestPrimaryNetworkTransactions operationTag:data.primaryNetwork.transactions requestResponse:response data_type:union" - registrationID: "scope:operations operationTag:data.primaryNetwork.transactions operation:listLatestPrimaryNetworkTransactions requestResponse:response responseStatusCode:200 responseMediaType:application/json originalName:ResponseBody" -DEBUG prepend_op_id: Renamed to "getUtxosByAddresses_ResponseBody" - labels: "original_name:ResponseBody operation:getUtxosByAddresses operationTag:data.primaryNetwork.utxos requestResponse:response data_type:union" - registrationID: "scope:operations operationTag:data.primaryNetwork.utxos operation:getUtxosByAddresses requestResponse:response responseStatusCode:200 responseMediaType:application/json originalName:ResponseBody" -DEBUG prepend_op_id: Renamed to "createWebhook_request" - labels: "original_name:request operation:createWebhook operationTag:webhooks data_type:union" - registrationID: "scope:operations operationTag:webhooks operation:createWebhook requestResponse:request originalName:RequestBody" -DEBUG - ---- Renaming 8 types with name "status" --- -DEBUG discriminated: Renamed to "HealthCheckResultDto_status" - labels: "original_name:status scope:shared data_type:enum refName:HealthCheckResultDto" - registrationID: "scope:shared refType:Schemas refName:HealthCheckResultDto originalName:status" -DEBUG discriminated: Renamed to "HealthIndicatorResultDto_status" - labels: "original_name:status scope:shared data_type:enum refName:HealthIndicatorResultDto" - registrationID: "scope:shared refType:Schemas refName:HealthIndicatorResultDto originalName:status" -DEBUG discriminated: Renamed to "PendingTeleporterMessage_status" - labels: "original_name:status scope:shared data_type:enum refName:PendingTeleporterMessage constProperty:Pending" - registrationID: "scope:shared refType:Schemas refName:PendingTeleporterMessage constProperty:pending originalName:status" -DEBUG discriminated: Renamed to "DeliveredTeleporterMessage_status" - labels: "original_name:status scope:shared data_type:enum refName:DeliveredTeleporterMessage constProperty:Delivered" - registrationID: "scope:shared refType:Schemas refName:DeliveredTeleporterMessage constProperty:delivered originalName:status" -DEBUG discriminated: Renamed to "DeliveredSourceNotIndexedTeleporterMessage_status" - labels: "original_name:status scope:shared data_type:enum refName:DeliveredSourceNotIndexedTeleporterMessage constProperty:DeliveredSourceNotIndexed" - registrationID: "scope:shared refType:Schemas refName:DeliveredSourceNotIndexedTeleporterMessage constProperty:delivered_source_not_indexed originalName:status" -DEBUG discriminated: Renamed to "DeliveredSourceNotIndexedIcmMessage_status" - labels: "original_name:status scope:shared data_type:enum refName:DeliveredSourceNotIndexedIcmMessage constProperty:DeliveredSourceNotIndexed" - registrationID: "scope:shared refType:Schemas refName:DeliveredSourceNotIndexedIcmMessage constProperty:delivered_source_not_indexed originalName:status" -DEBUG discriminated: Renamed to "PendingIcmMessage_status" - labels: "original_name:status scope:shared data_type:enum refName:PendingIcmMessage constProperty:Pending" - registrationID: "scope:shared refType:Schemas refName:PendingIcmMessage constProperty:pending originalName:status" -DEBUG discriminated: Renamed to "DeliveredIcmMessage_status" - labels: "original_name:status scope:shared data_type:enum refName:DeliveredIcmMessage constProperty:Delivered" - registrationID: "scope:shared refType:Schemas refName:DeliveredIcmMessage constProperty:delivered originalName:status" -DEBUG - ---- Renaming 2 types with name "enabledFeature" --- -DEBUG discriminated: Renamed to "ChainInfo_enabledFeature" - labels: "original_name:enabledFeature scope:shared data_type:enum refName:ChainInfo" - registrationID: "scope:shared refType:Schemas refName:ChainInfo originalName:enabledFeature" -DEBUG discriminated: Renamed to "GetChainResponse_enabledFeature" - labels: "original_name:enabledFeature scope:shared data_type:enum refName:GetChainResponse" - registrationID: "scope:shared refType:Schemas refName:GetChainResponse originalName:enabledFeature" -DEBUG - ---- Renaming 12 types with name "ercType" --- -DEBUG discriminated: Renamed to "Erc721Token_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc721Token constProperty:Erc721" - registrationID: "scope:shared refType:Schemas refName:Erc721Token constProperty:ERC-721 originalName:ercType" -DEBUG discriminated: Renamed to "Erc1155Token_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc1155Token constProperty:Erc1155" - registrationID: "scope:shared refType:Schemas refName:Erc1155Token constProperty:ERC-1155 originalName:ercType" -DEBUG discriminated: Renamed to "TeleporterRewardDetails_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:TeleporterRewardDetails constProperty:Erc20" - registrationID: "scope:shared refType:Schemas refName:TeleporterRewardDetails constProperty:ERC-20 originalName:ercType" -DEBUG discriminated: Renamed to "IcmRewardDetails_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:IcmRewardDetails constProperty:Erc20" - registrationID: "scope:shared refType:Schemas refName:IcmRewardDetails constProperty:ERC-20 originalName:ercType" -DEBUG discriminated: Renamed to "Erc20TokenBalance_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc20TokenBalance constProperty:Erc20" - registrationID: "scope:shared refType:Schemas refName:Erc20TokenBalance constProperty:ERC-20 originalName:ercType" -DEBUG discriminated: Renamed to "Erc721TokenBalance_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc721TokenBalance constProperty:Erc721" - registrationID: "scope:shared refType:Schemas refName:Erc721TokenBalance constProperty:ERC-721 originalName:ercType" -DEBUG discriminated: Renamed to "Erc1155TokenBalance_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc1155TokenBalance constProperty:Erc1155" - registrationID: "scope:shared refType:Schemas refName:Erc1155TokenBalance constProperty:ERC-1155 originalName:ercType" -DEBUG discriminated: Renamed to "Erc20Token_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc20Token constProperty:Erc20" - registrationID: "scope:shared refType:Schemas refName:Erc20Token constProperty:ERC-20 originalName:ercType" -DEBUG discriminated: Renamed to "Erc721Contract_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc721Contract constProperty:Erc721" - registrationID: "scope:shared refType:Schemas refName:Erc721Contract constProperty:ERC-721 originalName:ercType" -DEBUG discriminated: Renamed to "Erc1155Contract_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc1155Contract constProperty:Erc1155" - registrationID: "scope:shared refType:Schemas refName:Erc1155Contract constProperty:ERC-1155 originalName:ercType" -DEBUG discriminated: Renamed to "Erc20Contract_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:Erc20Contract constProperty:Erc20" - registrationID: "scope:shared refType:Schemas refName:Erc20Contract constProperty:ERC-20 originalName:ercType" -DEBUG discriminated: Renamed to "UnknownContract_ercType" - labels: "original_name:ercType scope:shared data_type:enum refName:UnknownContract constProperty:Unknown" - registrationID: "scope:shared refType:Schemas refName:UnknownContract constProperty:UNKNOWN originalName:ercType" -DEBUG - ---- Renaming 4 types with name "metadata" --- -DEBUG discriminated: Renamed to "OperationStatusResponse_metadata" - labels: "original_name:metadata scope:shared data_type:union refName:OperationStatusResponse" - registrationID: "scope:shared refType:Schemas refName:OperationStatusResponse originalName:metadata" -DEBUG discriminated: Renamed to "EVMAddressActivityRequest_metadata" - labels: "original_name:metadata scope:shared data_type:union refName:EVMAddressActivityRequest" - registrationID: "scope:shared refType:Schemas refName:EVMAddressActivityRequest originalName:metadata" -DEBUG discriminated: Renamed to "PrimaryNetworkAddressActivityRequest_metadata" - labels: "original_name:metadata scope:shared data_type:union refName:PrimaryNetworkAddressActivityRequest" - registrationID: "scope:shared refType:Schemas refName:PrimaryNetworkAddressActivityRequest originalName:metadata" -DEBUG discriminated: Renamed to "ValidatorActivityRequest_metadata" - labels: "original_name:metadata scope:shared data_type:union refName:ValidatorActivityRequest" - registrationID: "scope:shared refType:Schemas refName:ValidatorActivityRequest originalName:metadata" -DEBUG - ---- Renaming 3 types with name "blsCredentials" --- -DEBUG discriminated: Renamed to "L1ValidatorDetailsTransaction_blsCredentials" - labels: "original_name:blsCredentials scope:shared refName:L1ValidatorDetailsTransaction" - registrationID: "scope:shared refType:Schemas refName:L1ValidatorDetailsTransaction originalName:blsCredentials" -DEBUG discriminated: Renamed to "L1ValidatorDetailsFull_blsCredentials" - labels: "original_name:blsCredentials scope:shared refName:L1ValidatorDetailsFull" - registrationID: "scope:shared refType:Schemas refName:L1ValidatorDetailsFull originalName:blsCredentials" -DEBUG - ---- Renaming 2 types with name "genesisData" --- -DEBUG discriminated: Renamed to "BlockchainInfo_genesisData" - labels: "original_name:genesisData scope:shared refName:BlockchainInfo" - registrationID: "scope:shared refType:Schemas refName:BlockchainInfo originalName:genesisData" -DEBUG discriminated: Renamed to "Blockchain_genesisData" - labels: "original_name:genesisData scope:shared refName:Blockchain" - registrationID: "scope:shared refType:Schemas refName:Blockchain originalName:genesisData" -DEBUG - ---- Renaming 2 types with name "chainFormat" --- -DEBUG discriminated: Renamed to "XChainNonLinearTransaction_chainFormat" - labels: "original_name:chainFormat scope:shared data_type:enum refName:XChainNonLinearTransaction" - registrationID: "scope:shared refType:Schemas refName:XChainNonLinearTransaction originalName:chainFormat" -DEBUG discriminated: Renamed to "XChainLinearTransaction_chainFormat" - labels: "original_name:chainFormat scope:shared data_type:enum refName:XChainLinearTransaction" - registrationID: "scope:shared refType:Schemas refName:XChainLinearTransaction originalName:chainFormat" -DEBUG - ---- Renaming 2 types with name "txType" --- -DEBUG discriminated: Renamed to "CChainExportTransaction_txType" - labels: "original_name:txType scope:shared data_type:enum refName:CChainExportTransaction constProperty:ExportTx" - registrationID: "scope:shared refType:Schemas refName:CChainExportTransaction constProperty:ExportTx originalName:txType" -DEBUG discriminated: Renamed to "CChainImportTransaction_txType" - labels: "original_name:txType scope:shared data_type:enum refName:CChainImportTransaction constProperty:ImportTx" - registrationID: "scope:shared refType:Schemas refName:CChainImportTransaction constProperty:ImportTx originalName:txType" -DEBUG - ---- Renaming 3 types with name "transaction" --- -DEBUG discriminated: Renamed to "ListXChainTransactionsResponse_transaction" - labels: "original_name:transaction scope:shared data_type:union refName:ListXChainTransactionsResponse" - registrationID: "scope:shared refType:Schemas refName:ListXChainTransactionsResponse originalName:transaction" -DEBUG discriminated: Renamed to "ListCChainAtomicTransactionsResponse_transaction" - labels: "original_name:transaction scope:shared data_type:union refName:ListCChainAtomicTransactionsResponse" - registrationID: "scope:shared refType:Schemas refName:ListCChainAtomicTransactionsResponse originalName:transaction" -DEBUG - ---- Renaming 4 types with name "validationStatus" --- -DEBUG discriminated: Renamed to "CompletedValidatorDetails_validationStatus" - labels: "original_name:validationStatus scope:shared data_type:enum refName:CompletedValidatorDetails constProperty:Completed" - registrationID: "scope:shared refType:Schemas refName:CompletedValidatorDetails constProperty:completed originalName:validationStatus" -DEBUG discriminated: Renamed to "ActiveValidatorDetails_validationStatus" - labels: "original_name:validationStatus scope:shared data_type:enum refName:ActiveValidatorDetails constProperty:Active" - registrationID: "scope:shared refType:Schemas refName:ActiveValidatorDetails constProperty:active originalName:validationStatus" -DEBUG discriminated: Renamed to "PendingValidatorDetails_validationStatus" - labels: "original_name:validationStatus scope:shared data_type:enum refName:PendingValidatorDetails constProperty:Pending" - registrationID: "scope:shared refType:Schemas refName:PendingValidatorDetails constProperty:pending originalName:validationStatus" -DEBUG discriminated: Renamed to "RemovedValidatorDetails_validationStatus" - labels: "original_name:validationStatus scope:shared data_type:enum refName:RemovedValidatorDetails constProperty:Removed" - registrationID: "scope:shared refType:Schemas refName:RemovedValidatorDetails constProperty:removed originalName:validationStatus" -DEBUG - ---- Renaming 3 types with name "delegationStatus" --- -DEBUG discriminated: Renamed to "CompletedDelegatorDetails_delegationStatus" - labels: "original_name:delegationStatus scope:shared data_type:enum refName:CompletedDelegatorDetails constProperty:Completed" - registrationID: "scope:shared refType:Schemas refName:CompletedDelegatorDetails constProperty:completed originalName:delegationStatus" -DEBUG discriminated: Renamed to "ActiveDelegatorDetails_delegationStatus" - labels: "original_name:delegationStatus scope:shared data_type:enum refName:ActiveDelegatorDetails constProperty:Active" - registrationID: "scope:shared refType:Schemas refName:ActiveDelegatorDetails constProperty:active originalName:delegationStatus" -DEBUG discriminated: Renamed to "PendingDelegatorDetails_delegationStatus" - labels: "original_name:delegationStatus scope:shared data_type:enum refName:PendingDelegatorDetails constProperty:Pending" - registrationID: "scope:shared refType:Schemas refName:PendingDelegatorDetails constProperty:pending originalName:delegationStatus" -DEBUG - ---- Renaming 2 types with name "message" --- -DEBUG discriminated: Renamed to "ListTeleporterMessagesResponse_message" - labels: "original_name:message scope:shared data_type:union refName:ListTeleporterMessagesResponse" - registrationID: "scope:shared refType:Schemas refName:ListTeleporterMessagesResponse originalName:message" -DEBUG discriminated: Renamed to "ListIcmMessagesResponse_message" - labels: "original_name:message scope:shared data_type:union refName:ListIcmMessagesResponse" - registrationID: "scope:shared refType:Schemas refName:ListIcmMessagesResponse originalName:message" -DEBUG - ---- Renaming 2 types with name "groupedBy" --- -DEBUG discriminated: Renamed to "UsageMetricsValueDTO_groupedBy" - labels: "original_name:groupedBy scope:shared data_type:enum refName:UsageMetricsValueDTO" - registrationID: "scope:shared refType:Schemas refName:UsageMetricsValueDTO originalName:groupedBy" -DEBUG discriminated: Renamed to "RpcUsageMetricsValueAggregated_groupedBy" - labels: "original_name:groupedBy scope:shared data_type:enum refName:RpcUsageMetricsValueAggregated" - registrationID: "scope:shared refType:Schemas refName:RpcUsageMetricsValueAggregated originalName:groupedBy" -DEBUG - ---- Renaming 2 types with name "groupValue" --- -DEBUG discriminated: Renamed to "UsageMetricsValueDTO_groupValue" - labels: "original_name:groupValue scope:shared data_type:union refName:UsageMetricsValueDTO" - registrationID: "scope:shared refType:Schemas refName:UsageMetricsValueDTO originalName:groupValue" -DEBUG discriminated: Renamed to "RpcUsageMetricsValueAggregated_groupValue" - labels: "original_name:groupValue scope:shared data_type:union refName:RpcUsageMetricsValueAggregated" - registrationID: "scope:shared refType:Schemas refName:RpcUsageMetricsValueAggregated originalName:groupValue" -DEBUG - ---- Renaming 4 types with name "eventType" --- -DEBUG discriminated: Renamed to "EVMAddressActivityRequest_eventType" - labels: "original_name:eventType scope:shared data_type:enum refName:EVMAddressActivityRequest constProperty:AddressActivity" - registrationID: "scope:shared refType:Schemas refName:EVMAddressActivityRequest constProperty:address_activity originalName:eventType" -DEBUG discriminated: Renamed to "PrimaryNetworkAddressActivityRequest_eventType" - labels: "original_name:eventType scope:shared data_type:enum refName:PrimaryNetworkAddressActivityRequest constProperty:PrimaryNetworkAddressActivity" - registrationID: "scope:shared refType:Schemas refName:PrimaryNetworkAddressActivityRequest constProperty:primary_network_address_activity originalName:eventType" -DEBUG discriminated: Renamed to "ValidatorActivityRequest_eventType" - labels: "original_name:eventType scope:shared data_type:enum refName:ValidatorActivityRequest constProperty:ValidatorActivity" - registrationID: "scope:shared refType:Schemas refName:ValidatorActivityRequest constProperty:validator_activity originalName:eventType" -DEBUG discriminated: Renamed to "WebhookAddressActivityResponse_eventType" - labels: "original_name:eventType scope:shared data_type:enum refName:WebhookAddressActivityResponse constProperty:AddressActivity" - registrationID: "scope:shared refType:Schemas refName:WebhookAddressActivityResponse constProperty:address_activity originalName:eventType" -DEBUG - ---- Renaming 4 types with name "metric" --- -DEBUG discriminated: Renamed to "getTotalL1ValidatorMetrics_metric" - labels: "original_name:metric operation:getTotalL1ValidatorMetrics operationTag:metrics.l1Validators data_type:enum parameter:pathParam" - registrationID: "scope:operations operationTag:metrics.l1Validators operation:getTotalL1ValidatorMetrics parameter:pathParam originalName:metric" -DEBUG discriminated: Renamed to "getMetricsByValidationId_metric" - labels: "original_name:metric operation:getMetricsByValidationId operationTag:metrics.l1Validators data_type:enum parameter:pathParam" - registrationID: "scope:operations operationTag:metrics.l1Validators operation:getMetricsByValidationId parameter:pathParam originalName:metric" -DEBUG discriminated: Renamed to "getMetricsByNodeId_metric" - labels: "original_name:metric operation:getMetricsByNodeId operationTag:metrics.l1Validators data_type:enum parameter:pathParam" - registrationID: "scope:operations operationTag:metrics.l1Validators operation:getMetricsByNodeId parameter:pathParam originalName:metric" -DEBUG discriminated: Renamed to "getMetricsBySubnetId_metric" - labels: "original_name:metric operation:getMetricsBySubnetId operationTag:metrics.l1Validators data_type:enum parameter:pathParam" - registrationID: "scope:operations operationTag:metrics.l1Validators operation:getMetricsBySubnetId parameter:pathParam originalName:metric" -DEBUG - ---- Renaming 2 types with name "requestType" --- -DEBUG discriminated: Renamed to "getApiUsageMetrics_requestType" - labels: "original_name:requestType operation:getApiUsageMetrics operationTag:data.usageMetrics data_type:enum parameter:queryParam" - registrationID: "scope:operations operationTag:data.usageMetrics operation:getApiUsageMetrics parameter:queryParam originalName:requestType" -DEBUG discriminated: Renamed to "getApiLogs_requestType" - labels: "original_name:requestType operation:getApiLogs operationTag:data.usageMetrics data_type:enum parameter:queryParam" - registrationID: "scope:operations operationTag:data.usageMetrics operation:getApiLogs parameter:queryParam originalName:requestType" -DEBUG - ---- Renaming 8 types with name "message" --- -DEBUG discriminated: Renamed to "BadRequest_message" - labels: "original_name:message scope:errors data_type:union refName:BadRequest" - registrationID: "scope:errors refType:Schemas refName:BadRequest originalName:message" -DEBUG discriminated: Renamed to "Unauthorized_message" - labels: "original_name:message scope:errors data_type:union refName:Unauthorized" - registrationID: "scope:errors refType:Schemas refName:Unauthorized originalName:message" -DEBUG discriminated: Renamed to "Forbidden_message" - labels: "original_name:message scope:errors data_type:union refName:Forbidden" - registrationID: "scope:errors refType:Schemas refName:Forbidden originalName:message" -DEBUG discriminated: Renamed to "NotFound_message" - labels: "original_name:message scope:errors data_type:union refName:NotFound" - registrationID: "scope:errors refType:Schemas refName:NotFound originalName:message" -DEBUG discriminated: Renamed to "TooManyRequests_message" - labels: "original_name:message scope:errors data_type:union refName:TooManyRequests" - registrationID: "scope:errors refType:Schemas refName:TooManyRequests originalName:message" -DEBUG discriminated: Renamed to "InternalServerError_message" - labels: "original_name:message scope:errors data_type:union refName:InternalServerError" - registrationID: "scope:errors refType:Schemas refName:InternalServerError originalName:message" -DEBUG discriminated: Renamed to "BadGateway_message" - labels: "original_name:message scope:errors data_type:union refName:BadGateway" - registrationID: "scope:errors refType:Schemas refName:BadGateway originalName:message" -DEBUG discriminated: Renamed to "ServiceUnavailable_message" - labels: "original_name:message scope:errors data_type:union refName:ServiceUnavailable" - registrationID: "scope:errors refType:Schemas refName:ServiceUnavailable originalName:message" -DEBUG - ---- Renaming 3 types with name "chains" --- -DEBUG discriminated: Renamed to "metrics_chains" - labels: "original_name:chains group:metrics data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:metrics originalName:chains" -DEBUG discriminated: Renamed to "address_chains" - labels: "original_name:chains group:address group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm group:address originalName:chains" -DEBUG discriminated: Renamed to "evm_chains" - labels: "original_name:chains group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm originalName:chains" -DEBUG - ---- Renaming 3 types with name "transactions" --- -DEBUG discriminated: Renamed to "evm_transactions" - labels: "original_name:transactions group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm originalName:transactions" -DEBUG discriminated: Renamed to "primaryNetwork_transactions" - labels: "original_name:transactions group:primaryNetwork group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:primaryNetwork originalName:transactions" -DEBUG discriminated: Renamed to "address_transactions" - labels: "original_name:transactions group:address group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm group:address originalName:transactions" -DEBUG - ---- Renaming 2 types with name "blocks" --- -DEBUG discriminated: Renamed to "evm_blocks" - labels: "original_name:blocks group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm originalName:blocks" -DEBUG discriminated: Renamed to "primaryNetwork_blocks" - labels: "original_name:blocks group:primaryNetwork group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:primaryNetwork originalName:blocks" -DEBUG - ---- Renaming 2 types with name "balances" --- -DEBUG discriminated: Renamed to "primaryNetwork_balances" - labels: "original_name:balances group:primaryNetwork group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:primaryNetwork originalName:balances" -DEBUG discriminated: Renamed to "address_balances" - labels: "original_name:balances group:address group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm group:address originalName:balances" -DEBUG - ---- Renaming 2 types with name "contracts" --- -DEBUG discriminated: Renamed to "address_contracts" - labels: "original_name:contracts group:address group:evm group:data data_type:SDK mainSDK:Avalanche" - registrationID: "scope:sdk mainSDK:Avalanche group:data group:evm group:address originalName:contracts" -DEBUG prepend_op_id: N/A rename "postTransactionExportJob_request" - labels: "original_name:request operation:postTransactionExportJob operationTag:data.operations data_type:union" - registrationID: "scope:operations operationTag:data.operations operation:postTransactionExportJob requestResponse:request originalName:RequestBody" -DEBUG prepend_op_id: N/A rename "listLatestPrimaryNetworkTransactions_ResponseBody" - labels: "original_name:ResponseBody operation:listLatestPrimaryNetworkTransactions operationTag:data.primaryNetwork.transactions requestResponse:response data_type:union" - registrationID: "scope:operations operationTag:data.primaryNetwork.transactions operation:listLatestPrimaryNetworkTransactions requestResponse:response responseStatusCode:200 responseMediaType:application/json originalName:ResponseBody" -DEBUG prepend_op_id: N/A rename "getUtxosByAddresses_ResponseBody" - labels: "original_name:ResponseBody operation:getUtxosByAddresses operationTag:data.primaryNetwork.utxos requestResponse:response data_type:union" - registrationID: "scope:operations operationTag:data.primaryNetwork.utxos operation:getUtxosByAddresses requestResponse:response responseStatusCode:200 responseMediaType:application/json originalName:ResponseBody" -DEBUG prepend_op_id: N/A rename "createWebhook_request" - labels: "original_name:request operation:createWebhook operationTag:webhooks data_type:union" - registrationID: "scope:operations operationTag:webhooks operation:createWebhook requestResponse:request originalName:RequestBody" -DEBUG - -Avalanche (SDK empty) -Metrics (SDK empty) -MetricsChains (SDK empty) -ListChainsRequest (pageToken: string, network: Network) - Network (enum: mainnet, fuji, testnet) -ListChainsResponse (Result: MetricsListChainsResponse) - MetricsListChainsResponse (nextPageToken: string, chains: array) - Chain (evmChainId: number, chainName: string, blockchainId: string ...) - NetworkType (enum: mainnet, testnet) -BadRequestError (error) - BadRequestMessage (union) -UnauthorizedError (error) - UnauthorizedMessage (union) -ForbiddenError (error) - ForbiddenMessage (union) -NotFoundError (error) - NotFoundMessage (union) -TooManyRequestsError (error) - TooManyRequestsMessage (union) -InternalServerError (error) - InternalServerErrorMessage (union) -BadGatewayError (error) - BadGatewayMessage (union) -ServiceUnavailableError (error) - ServiceUnavailableMessage (union) -Security (apiKey: string) -GetChainRequest (chainId: string) -GetEvmChainMetricsRequest (metric: ChainMetric, startTimestamp: integer, endTimestamp: integer ...) - ChainMetric (enum: activeAddresses, activeSenders, cumulativeTxCount ...) - TimeIntervalGranularity (enum: hour, day, week ...) -GetEvmChainMetricsResponse (Result: MetricsApiResponse) - MetricsApiResponse (nextPageToken: string, results: array) - MetricsValue (value: number, timestamp: number) -GetTeleporterMetricsByChainRequest (metric: TeleporterMetric, chainId: string) - TeleporterMetric (enum: teleporterSourceTxnCount, teleporterDestinationTxnCount, teleporterTotalTxnCount) -TeleporterChainMetricsApiResponse (result: TeleporterMetricsValue) - TeleporterMetricsValue (value: number) -GetEvmChainRollingWindowMetricsRequest (metric: ChainRollingWindowMetric, chainId: string) - ChainRollingWindowMetric (enum: gasUsed, txCount, avgGps ...) -RollingWindowMetricsApiResponse (result: ChainRollingWindowMetricsValue) - ChainRollingWindowMetricsValue (lastHour: number, lastDay: number, lastMonth: number ...) -GetNftHoldersByContractAddressRequest (pageToken: string, pageSize: integer, chainId: string ...) -GetNftHoldersByContractAddressResponse (Result: NftHoldersResponse) - NftHoldersResponse (nextPageToken: string, addresses: array, nftCollectionName: array ...) - AddressDetails (address: string, sortKey: string) -GetAddressesByBalanceOverTimeRequest (threshold: string, startTimestamp: integer, endTimestamp: integer ...) -GetAddressesByBalanceOverTimeResponse (Result: LookingGlassResponse) - LookingGlassResponse (nextPageToken: string, addresses: array) -GetAddressesByBtcbBridgedRequest (threshold: string, pageToken: string, pageSize: integer) -GetAddressesByBtcbBridgedResponse (Result: LookingGlassResponse) -GetAddressesByBalanceOverTimeGlobals (chainId: string) -Networks (SDK empty) -GetStakingMetricsRequest (metric: NetworkMetric, startTimestamp: integer, endTimestamp: integer ...) - NetworkMetric (enum: delegatorCount, delegatorWeight, validatorCount ...) - GlobalParamNetwork (enum: mainnet, fuji, testnet) -GetStakingMetricsResponse (Result: MetricsApiResponse) -L1Validators (SDK empty) -GetTotalL1ValidatorMetricsRequest (metric: enum, startTimestamp: integer, endTimestamp: integer) - GetTotalL1ValidatorMetricsMetric (enum: totalCumulativeFeesDaily, totalValidatorFeesDaily, totalPayingValidatorsDaily) -GetMetricsByValidationIdRequest (l1ValidationId: string, metric: enum, startTimestamp: integer ...) - GetMetricsByValidationIdMetric (enum: validationCumulativeFeesDaily, validationFeesDaily) -GetMetricsByNodeIdRequest (metric: enum, startTimestamp: integer, endTimestamp: integer ...) - GetMetricsByNodeIdMetric (enum: perNodeCumulativeFeesPaid, perNodeDailyFeesPaid) -GetMetricsBySubnetIdRequest (metric: enum, startTimestamp: integer, endTimestamp: integer ...) - GetMetricsBySubnetIdMetric (enum: perSubnetDailyFeesPaid, perSubnetCumulativeFeesPaid, perSubnetPayingValidators) -Subnets (SDK empty) -GetValidatorsByDateRangeRequest (startTimestamp: integer, endTimestamp: integer, pageToken: string ...) -GetValidatorsByDateRangeResponse (Result: PChainLookingGlassResponse) - PChainLookingGlassResponse (nextPageToken: string, addresses: array) - PChainAddressDetails (addresses: array, sortKey: string) -HealthCheckResultDto (status: enum, info: map, error: map ...) - HealthCheckResultDtoStatus (enum: error, ok, shutting_down) - HealthIndicatorResultDto (status: enum) - HealthIndicatorResultDtoStatus (enum: up, down) -Data (SDK empty) -Evm (SDK empty) -Address (SDK empty) -AddressChains (SDK empty) -ListAddressChainsRequest (address: string) -ListAddressChainsResponse (indexedChains: array, unindexedChains: array) - ChainInfo (chainId: string, status: ChainStatus, chainName: string ...) - ChainStatus (enum: OK, UNAVAILABLE) - VmName (enum: EVM, BITCOIN, ETHEREUM) - UtilityAddresses (multicall: string) - NetworkToken (name: string, symbol: string, decimals: number ...) - ChainInfoEnabledFeature (enum: nftIndexing, webhooks, teleporter) -AddressBalances (SDK empty) -GetNativeBalanceRequest (blockNumber: string, chainId: string, address: string ...) - CurrencyCode (enum: usd, eur, aud ...) -GetNativeBalanceResponse (nativeTokenBalance: NativeTokenBalance) - NativeTokenBalance (name: string, symbol: string, decimals: number ...) - Money (currencyCode: CurrencyCode, value: number) -ListErc20BalancesRequest (blockNumber: string, pageToken: string, pageSize: integer ...) -ListErc20BalancesResponse (Result: ListErc20BalancesResponse) - ListErc20BalancesResponse (nextPageToken: string, nativeTokenBalance: NativeTokenBalance, erc20TokenBalances: array) - Erc20TokenBalance (address: string, name: string, symbol: string ...) - Erc20TokenBalanceErcType (enum: ERC-20) - TokenReputation (enum: Malicious, Benign) -ListErc721BalancesRequest (pageToken: string, pageSize: integer, chainId: string ...) -ListErc721BalancesResponse (Result: ListErc721BalancesResponse) - ListErc721BalancesResponse (nextPageToken: string, nativeTokenBalance: NativeTokenBalance, erc721TokenBalances: array) - Erc721TokenBalance (address: string, name: string, symbol: string ...) - Erc721TokenBalanceErcType (enum: ERC-721) - Erc721TokenMetadata (indexStatus: NftTokenMetadataStatus, metadataLastUpdatedTimestamp: number, name: string ...) - NftTokenMetadataStatus (enum: UNKNOWN, MISSING_TOKEN, INVALID_TOKEN_URI ...) -ListErc1155BalancesRequest (blockNumber: string, pageToken: string, pageSize: integer ...) -ListErc1155BalancesResponse (Result: ListErc1155BalancesResponse) - ListErc1155BalancesResponse (nextPageToken: string, nativeTokenBalance: NativeTokenBalance, erc1155TokenBalances: array) - Erc1155TokenBalance (address: string, ercType: enum, tokenId: string ...) - Erc1155TokenBalanceErcType (enum: ERC-1155) - Erc1155TokenMetadata (indexStatus: NftTokenMetadataStatus, metadataLastUpdatedTimestamp: number, name: string ...) -ListCollectibleBalancesRequest (pageToken: string, pageSize: integer, chainId: string ...) -ListCollectibleBalancesResponse (Result: ListCollectibleBalancesResponse) - ListCollectibleBalancesResponse (nextPageToken: string, collectibleBalances: array) - CollectibleBalance (union) -AddressContracts (SDK empty) -ListContractDeploymentsRequest (pageToken: string, pageSize: integer, chainId: string ...) -ListContractDeploymentsResponse (Result: ListContractsResponse) - ListContractsResponse (nextPageToken: string, contracts: array) - Contract (union) - Erc721Contract (name: string, description: string, officialSite: string ...) - ImageAsset (assetId: string, imageUri: string) - ResourceLink (type: ResourceLinkType, url: string) - ResourceLinkType (enum: Blog, CoinGecko, CoinMarketCap ...) - ContractDeploymentDetails (txHash: string, deployerAddress: string, deployerContractAddress: string) - Erc721ContractErcType (enum: ERC-721) - Erc1155Contract (name: string, description: string, officialSite: string ...) - Erc1155ContractErcType (enum: ERC-1155) - PricingProviders (coingeckoCoinId: string) - Erc20Contract (name: string, description: string, officialSite: string ...) - Erc20ContractErcType (enum: ERC-20) - UnknownContract (name: string, description: string, officialSite: string ...) - UnknownContractErcType (enum: UNKNOWN) -AddressTransactions (SDK empty) -ListTransactionsRequest (pageToken: string, pageSize: integer, startBlock: number ...) - SortOrder (enum: asc, desc) -ListTransactionsResponse (Result: ListTransactionDetailsResponse) - ListTransactionDetailsResponse (nextPageToken: string, transactions: array) - TransactionDetails (nativeTransaction: NativeTransaction, erc20Transfers: array, erc721Transfers: array ...) - NativeTransaction (blockNumber: string, blockTimestamp: number, blockHash: string ...) - RichAddress (name: string, symbol: string, decimals: number ...) - Method (callType: TransactionMethodType, methodHash: string, methodName: string) - TransactionMethodType (enum: NATIVE_TRANSFER, CONTRACT_CALL, CONTRACT_CREATION) - Erc20TransferDetails (from: RichAddress, to: RichAddress, logIndex: number ...) - Erc20Token (address: string, name: string, symbol: string ...) - Erc20TokenErcType (enum: ERC-20) - Erc721TransferDetails (from: RichAddress, to: RichAddress, logIndex: number ...) - Erc721Token (address: string, name: string, symbol: string ...) - Erc721TokenErcType (enum: ERC-721) - Erc1155TransferDetails (from: RichAddress, to: RichAddress, logIndex: number ...) - Erc1155Token (address: string, ercType: enum, tokenId: string ...) - Erc1155TokenErcType (enum: ERC-1155) - InternalTransactionDetails (from: RichAddress, to: RichAddress, internalTxType: InternalTransactionOpCall ...) - InternalTransactionOpCall (enum: UNKNOWN, CALL, CREATE ...) -ListNativeTransactionsRequest (startBlock: number, endBlock: number, pageToken: string ...) -ListNativeTransactionsResponse (Result: ListNativeTransactionsResponse) - ListNativeTransactionsResponse (nextPageToken: string, transactions: array) -ListErc20TransactionsRequest (startBlock: number, endBlock: number, pageToken: string ...) -ListErc20TransactionsResponse (Result: ListErc20TransactionsResponse) - ListErc20TransactionsResponse (nextPageToken: string, transactions: array) - Erc20Transfer (blockNumber: string, blockTimestamp: number, blockHash: string ...) -ListErc721TransactionsRequest (startBlock: number, endBlock: number, pageToken: string ...) -ListErc721TransactionsResponse (Result: ListErc721TransactionsResponse) - ListErc721TransactionsResponse (nextPageToken: string, transactions: array) - Erc721Transfer (blockNumber: string, blockTimestamp: number, blockHash: string ...) -ListErc1155TransactionsRequest (startBlock: number, endBlock: number, pageToken: string ...) -ListErc1155TransactionsResponse (Result: ListErc1155TransactionsResponse) - ListErc1155TransactionsResponse (nextPageToken: string, transactions: array) - Erc1155Transfer (blockNumber: string, blockTimestamp: number, blockHash: string ...) -ListInternalTransactionsRequest (startBlock: number, endBlock: number, pageToken: string ...) -ListInternalTransactionsResponse (Result: ListInternalTransactionsResponse) - ListInternalTransactionsResponse (nextPageToken: string, transactions: array) - InternalTransaction (blockNumber: string, blockTimestamp: number, blockHash: string ...) -EvmTransactions (SDK empty) -ListLatestTransactionsAllChainsRequest (pageToken: string, pageSize: integer, network: Network ...) - TransactionStatus (enum: failed, success) -ListLatestTransactionsAllChainsResponse (Result: ListNativeTransactionsResponse) -GetTransactionRequest (chainId: string, txHash: string) -GetTransactionResponse (erc20Transfers: array, erc721Transfers: array, erc1155Transfers: array ...) - NetworkTokenDetails (networkToken: NetworkToken, currentPrice: Money, historicalPrice: Money) - FullNativeTransactionDetails (blockNumber: string, blockTimestamp: number, blockHash: string ...) - TeleporterMessageInfo (teleporterMessageId: string, direction: TransactionDirectionType, sourceChainId: string ...) - TransactionDirectionType (enum: SOURCE_TRANSACTION, DESTINATION_TRANSACTION) -ListLatestTransactionsRequest (pageToken: string, pageSize: integer, chainId: string ...) -ListLatestTransactionsResponse (Result: ListNativeTransactionsResponse) -EvmBlocks (SDK empty) -ListLatestBlocksAllChainsRequest (pageToken: string, pageSize: integer, network: Network) -ListLatestBlocksAllChainsResponse (Result: ListEvmBlocksResponse) - ListEvmBlocksResponse (nextPageToken: string, blocks: array) - EvmBlock (chainId: string, blockNumber: string, blockTimestamp: number ...) -GetLatestBlocksRequest (pageToken: string, pageSize: integer, chainId: string) -GetLatestBlocksResponse (Result: ListEvmBlocksResponse) -GetBlockRequest (chainId: string, blockId: string) -GetEvmBlockResponse (chainId: string, blockNumber: string, blockTimestamp: number ...) -GetTransactionsForBlockRequest (pageToken: string, pageSize: integer, chainId: string ...) -Contracts (SDK empty) -GetDeploymentTransactionRequest (chainId: string, address: string, currency: CurrencyCode) -GetContractMetadataRequest (chainId: string, address: string) -GetContractMetadataResponse (union) -ListTransfersRequest (startBlock: number, endBlock: number, pageToken: string ...) -ListTransfersResponse (Result: ListTransfersResponse) - ListTransfersResponse (nextPageToken: string, transfers: array) - Transfer (union) -EvmChains (SDK empty) -SupportedChainsRequest (network: Network, feature: ApiFeature) - ApiFeature (enum: nftIndexing, webhooks, teleporter) -DataListChainsResponse (chains: array) -GetChainInfoRequest (chainId: string) -GetChainResponse (chainId: string, status: ChainStatus, chainName: string ...) - GetChainResponseEnabledFeature (enum: nftIndexing, webhooks, teleporter) -GetAddressChainsRequest (address: string) -ListAllLatestTransactionsRequest (pageToken: string, pageSize: integer, network: Network ...) -ListAllLatestTransactionsResponse (Result: ListNativeTransactionsResponse) -ListAllLatestBlocksRequest (pageToken: string, pageSize: integer, network: Network) -ListAllLatestBlocksResponse (Result: ListEvmBlocksResponse) -Nfts (SDK empty) -ReindexNftRequest (chainId: string, address: string, tokenId: string) -ListTokensRequest (pageToken: string, pageSize: integer, chainId: string ...) -ListTokensResponse (Result: ListNftTokens) - ListNftTokens (nextPageToken: string, tokens: array) - Token (union) -GetTokenDetailsRequest (chainId: string, address: string, tokenId: string) -GetTokenDetailsResponse (union) -Operations (SDK empty) -GetOperationResultRequest (operationId: string) -OperationStatusResponse (operationId: string, operationType: OperationType, operationStatus: OperationStatus ...) - OperationType (enum: TRANSACTION_EXPORT_PRIMARY_NETWORK, TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING, TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE ...) - OperationStatus (enum: RUNNING, COMPLETED, COMPLETED_WITH_WARNING ...) - OperationStatusResponseMetadata (union) - TransactionExportMetadata (code: OperationStatusCode, downloadUrl: string, nextDate: string) - OperationStatusCode (enum: ErrInvalidRequest, ErrInternal, WarnTruncatedExport) -PostTransactionExportJobRequest (union) - CreateEvmTransactionExportRequest (type: EVMOperationType, firstDate: string, lastDate: string ...) - EvmOperationType (enum: TRANSACTION_EXPORT_EVM) - EvmNetworkOptions (addresses: array, includeChains: array) - CreatePrimaryNetworkTransactionExportRequest (type: PrimaryNetworkOperationType, firstDate: string, lastDate: string ...) - PrimaryNetworkOperationType (enum: TRANSACTION_EXPORT_PRIMARY_NETWORK, TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING, TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE) - PrimaryNetworkOptions (addresses: array, cChainEvmAddresses: array, includeChains: array) - IncludeChain (enum: 11111111111111111111111111111111LpoYY, 2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM, 2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm ...) -PrimaryNetwork (SDK empty) -PrimaryNetworkTransactions (SDK empty) -GetTxByHashRequest (blockchainId: BlockchainId, network: GlobalParamNetwork, txHash: string) - BlockchainId (enum: 11111111111111111111111111111111LpoYY, 2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM, 2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm ...) -GetTxByHashResponse (union) - PChainTransaction (txHash: string, txType: PChainTransactionType, blockTimestamp: number ...) - PChainTransactionType (enum: AddValidatorTx, AddSubnetValidatorTx, AddDelegatorTx ...) - PChainUtxo (addresses: array, asset: AssetAmount, consumedOnChainId: string ...) - AssetAmount (assetId: string, name: string, symbol: string ...) - PrimaryNetworkAssetType (enum: secp256k1, nft) - RewardType (enum: VALIDATOR, DELEGATOR, VALIDATOR_FEE) - UtxoType (enum: STAKE, TRANSFER) - L1ValidatorManagerDetails (blockchainId: string, contractAddress: string) - L1ValidatorDetailsTransaction (validationId: string, validationIdHex: string, nodeId: string ...) - L1ValidatorDetailsTransactionBlsCredentials (empty) - SubnetOwnershipInfo (locktime: number, threshold: number, addresses: array) - BlsCredentials (publicKey: string, proofOfPossession: string) - BlockchainInfo (chainName: string, vmId: string, genesisData: class) - BlockchainInfoGenesisData (empty) - XChainNonLinearTransaction (txHash: string, chainFormat: enum, timestamp: number ...) - XChainNonLinearTransactionChainFormat (enum: non-linear, linear) - XChainTransactionType (enum: BaseTx, CreateAssetTx, OperationTx ...) - Utxo (addresses: array, asset: AssetAmount, consumedOnChainId: string ...) - UtxoCredential (signature: string, publicKey: string) - XChainAssetDetails (assetId: string, name: string, symbol: string ...) - PrimaryNetworkAssetCap (enum: fixed, variable) - TransactionVertexDetail (hash: string, height: number, timestamp: number) - XChainLinearTransaction (txHash: string, chainFormat: enum, timestamp: number ...) - XChainLinearTransactionChainFormat (enum: non-linear, linear) - CChainExportTransaction (txHash: string, blockHeight: number, blockHash: string ...) - CChainExportTransactionTxType (enum: ExportTx) - EvmInput (fromAddress: string, asset: AssetAmount, credentials: array) - CChainImportTransaction (txHash: string, blockHeight: number, blockHash: string ...) - CChainImportTransactionTxType (enum: ImportTx) - EvmOutput (toAddress: string, asset: AssetAmount) -ListLatestPrimaryNetworkTransactionsRequest (addresses: string, l1ValidationId: string, txTypes: array ...) - PrimaryNetworkTxType (enum: AddValidatorTx, AddSubnetValidatorTx, AddDelegatorTx ...) -ListLatestPrimaryNetworkTransactionsResponse (Result: union) - ListLatestPrimaryNetworkTransactionsResponseBody (union) - ListPChainTransactionsResponse (nextPageToken: string, transactions: array, chainInfo: PrimaryNetworkChainInfo) - PrimaryNetworkChainInfo (chainName: PrimaryNetworkChainName, network: Network) - PrimaryNetworkChainName (enum: p-chain, x-chain, c-chain) - ListXChainTransactionsResponse (nextPageToken: string, transactions: array, chainInfo: PrimaryNetworkChainInfo) - ListXChainTransactionsResponseTransaction (union) - ListCChainAtomicTransactionsResponse (nextPageToken: string, transactions: array, chainInfo: PrimaryNetworkChainInfo) - ListCChainAtomicTransactionsResponseTransaction (union) -ListActivePrimaryNetworkStakingTransactionsRequest (addresses: string, txTypes: array, startTimestamp: integer ...) - PChainId (enum: 11111111111111111111111111111111LpoYY, p-chain) -ListActivePrimaryNetworkStakingTransactionsResponse (Result: ListPChainTransactionsResponse) -ListAssetTransactionsRequest (txTypes: array, startTimestamp: integer, endTimestamp: integer ...) - XChainId (enum: 2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM, 2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm, x-chain) -ListAssetTransactionsResponse (Result: ListXChainTransactionsResponse) -Rewards (SDK empty) -ListPendingPrimaryNetworkRewardsRequest (addresses: string, pageToken: string, pageSize: integer ...) -ListPendingPrimaryNetworkRewardsResponse (Result: ListPendingRewardsResponse) - ListPendingRewardsResponse (nextPageToken: string, pendingRewards: array) - PendingReward (addresses: array, txHash: string, amountStaked: string ...) -ListHistoricalPrimaryNetworkRewardsRequest (addresses: string, pageToken: string, pageSize: integer ...) -ListHistoricalPrimaryNetworkRewardsResponse (Result: ListHistoricalRewardsResponse) - ListHistoricalRewardsResponse (nextPageToken: string, historicalRewards: array) - HistoricalReward (addresses: array, txHash: string, amountStaked: string ...) - AssetWithPriceInfo (assetId: string, name: string, symbol: string ...) -Utxos (SDK empty) -GetUtxosByAddressesRequest (addresses: string, pageToken: string, pageSize: integer ...) -GetUtxosByAddressesResponse (Result: union) - GetUtxosByAddressesResponseBody (union) - ListPChainUtxosResponse (nextPageToken: string, utxos: array, chainInfo: PrimaryNetworkChainInfo) - ListUtxosResponse (nextPageToken: string, utxos: array, chainInfo: PrimaryNetworkChainInfo) -PrimaryNetworkBalances (SDK empty) -GetBalancesByAddressesRequest (blockTimestamp: integer, addresses: string, blockchainId: BlockchainId ...) -GetBalancesByAddressesResponse (union) - ListPChainBalancesResponse (balances: PChainBalance, chainInfo: PrimaryNetworkChainInfo) - PChainBalance (unlockedUnstaked: array, unlockedStaked: array, lockedPlatform: array ...) - AggregatedAssetAmount (assetId: string, name: string, symbol: string ...) - PChainSharedAsset (assetId: string, name: string, symbol: string ...) - ListXChainBalancesResponse (balances: XChainBalances, chainInfo: PrimaryNetworkChainInfo) - XChainBalances (locked: array, unlocked: array, atomicMemoryUnlocked: array ...) - XChainSharedAssetBalance (assetId: string, name: string, symbol: string ...) - ListCChainAtomicBalancesResponse (balances: CChainAtomicBalances, chainInfo: PrimaryNetworkChainInfo) - CChainAtomicBalances (atomicMemoryUnlocked: array, atomicMemoryLocked: array) - CChainSharedAssetBalance (assetId: string, name: string, symbol: string ...) -PrimaryNetworkBlocks (SDK empty) -GetBlockByIdRequest (blockchainId: BlockchainId, network: GlobalParamNetwork, blockId: string) -GetPrimaryNetworkBlockResponse (blockNumber: string, blockHash: string, parentHash: string ...) - ProposerDetails (proposerId: string, proposerParentId: string, proposerNodeId: string ...) -ListPrimaryNetworkBlocksByNodeIdRequest (startTimestamp: integer, endTimestamp: integer, pageToken: string ...) -ListPrimaryNetworkBlocksByNodeIdResponse (Result: ListPrimaryNetworkBlocksResponse) - ListPrimaryNetworkBlocksResponse (nextPageToken: string, blocks: array, chainInfo: PrimaryNetworkChainInfo) - PrimaryNetworkBlock (blockNumber: string, blockHash: string, parentHash: string ...) -ListLatestPrimaryNetworkBlocksRequest (startTimestamp: integer, endTimestamp: integer, pageToken: string ...) -ListLatestPrimaryNetworkBlocksResponse (Result: ListPrimaryNetworkBlocksResponse) -Vertices (SDK empty) -ListLatestXChainVerticesRequest (pageToken: string, pageSize: integer, blockchainId: XChainId ...) -ListLatestXChainVerticesResponse (Result: ListXChainVerticesResponse) - ListXChainVerticesResponse (nextPageToken: string, vertices: array, chainInfo: PrimaryNetworkChainInfo) - XChainVertex (vertexHash: string, parentHashes: array, vertexHeight: number ...) -GetVertexByHashRequest (vertexHash: string, blockchainId: XChainId, network: GlobalParamNetwork) -GetVertexByHeightRequest (vertexHeight: integer, pageToken: string, pageSize: integer ...) -GetVertexByHeightResponse (Result: ListXChainVerticesResponse) -GetAssetDetailsRequest (blockchainId: XChainId, network: GlobalParamNetwork, assetId: string) -GetChainIdsForAddressesRequest (addresses: string, network: GlobalParamNetwork) -ChainAddressChainIdMapListResponse (addresses: array) - ChainAddressChainIdMap (address: string, blockchainIds: array) - BlockchainIds (enum: 11111111111111111111111111111111LpoYY, 2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM, 2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm ...) -GetNetworkDetailsRequest (network: GlobalParamNetwork) -GetNetworkDetailsResponse (validatorDetails: ValidatorsDetails, delegatorDetails: DelegatorsDetails) - ValidatorsDetails (validatorCount: number, totalAmountStaked: string, estimatedAnnualStakingReward: string ...) - StakingDistribution (version: string, amountStaked: string, validatorCount: number) - DelegatorsDetails (delegatorCount: number, totalAmountStaked: string) -ListBlockchainsRequest (pageToken: string, pageSize: integer, network: GlobalParamNetwork ...) -ListBlockchainsResponse (Result: ListBlockchainsResponse) - ListBlockchainsResponse (nextPageToken: string, blockchains: array) - Blockchain (createBlockTimestamp: number, createBlockNumber: string, blockchainId: string ...) - BlockchainGenesisData (empty) -GetBlockchainByIdRequest (blockchainId: string, network: GlobalParamNetwork) -ListSubnetsRequest (pageToken: string, pageSize: integer, network: GlobalParamNetwork ...) -ListSubnetsResponse (Result: ListSubnetsResponse) - ListSubnetsResponse (nextPageToken: string, subnets: array) - Subnet (createBlockTimestamp: number, createBlockIndex: string, subnetId: string ...) -GetSubnetByIdRequest (network: GlobalParamNetwork, subnetId: string) -ListValidatorsRequest (pageToken: string, pageSize: integer, network: GlobalParamNetwork ...) - SortByOption (enum: blockIndex, delegationCapacity, timeRemaining ...) - ValidationStatusType (enum: completed, active, pending ...) -ListValidatorsResponse (Result: ListValidatorDetailsResponse) - ListValidatorDetailsResponse (nextPageToken: string, validators: array) - Validator (union) - CompletedValidatorDetails (txHash: string, nodeId: string, subnetId: string ...) - Rewards (validationRewardAmount: string, delegationRewardAmount: string, rewardAddresses: array ...) - CompletedValidatorDetailsValidationStatus (enum: completed) - ActiveValidatorDetails (txHash: string, nodeId: string, subnetId: string ...) - ActiveValidatorDetailsValidationStatus (enum: active) - ValidatorHealthDetails (reachabilityPercent: number, benchedPChainRequestsPercent: number, benchedXChainRequestsPercent: number ...) - Geolocation (city: string, country: string, countryCode: string ...) - PendingValidatorDetails (txHash: string, nodeId: string, subnetId: string ...) - PendingValidatorDetailsValidationStatus (enum: pending) - RemovedValidatorDetails (txHash: string, nodeId: string, subnetId: string ...) - RemovedValidatorDetailsValidationStatus (enum: removed) -GetSingleValidatorDetailsRequest (pageToken: string, pageSize: integer, network: GlobalParamNetwork ...) -GetSingleValidatorDetailsResponse (Result: ListValidatorDetailsResponse) -ListDelegatorsRequest (pageToken: string, pageSize: integer, rewardAddresses: string ...) - DelegationStatusType (enum: completed, active, pending) -ListDelegatorsResponse (Result: ListDelegatorDetailsResponse) - ListDelegatorDetailsResponse (nextPageToken: string, delegators: array) - Delegator (union) - CompletedDelegatorDetails (txHash: string, nodeId: string, rewardAddresses: array ...) - CompletedDelegatorDetailsDelegationStatus (enum: completed) - ActiveDelegatorDetails (txHash: string, nodeId: string, rewardAddresses: array ...) - ActiveDelegatorDetailsDelegationStatus (enum: active) - PendingDelegatorDetails (txHash: string, nodeId: string, rewardAddresses: array ...) - PendingDelegatorDetailsDelegationStatus (enum: pending) -ListL1ValidatorsRequest (pageToken: string, pageSize: integer, l1ValidationId: string ...) -ListL1ValidatorsResponse (Result: ListL1ValidatorsResponse) - ListL1ValidatorsResponse (nextPageToken: string, validators: array, blockHeight: string) - L1ValidatorDetailsFull (validationId: string, validationIdHex: string, nodeId: string ...) - L1ValidatorDetailsFullBlsCredentials (empty) - BalanceOwner (addresses: array, threshold: number) -Teleporter (SDK empty) -GetTeleporterMessageRequest (messageId: string) -GetTeleporterMessageResponse (union) - PendingTeleporterMessage (messageId: string, teleporterContractAddress: string, sourceBlockchainId: string ...) - TeleporterReceipt (receivedMessageNonce: string, relayerRewardAddress: string) - TeleporterRewardDetails (address: string, name: string, symbol: string ...) - TeleporterRewardDetailsErcType (enum: ERC-20) - TeleporterSourceTransaction (txHash: string, timestamp: number, gasSpent: string) - PendingTeleporterMessageStatus (enum: pending) - DeliveredTeleporterMessage (messageId: string, teleporterContractAddress: string, sourceBlockchainId: string ...) - TeleporterDestinationTransaction (txHash: string, timestamp: number, gasSpent: string ...) - DeliveredTeleporterMessageStatus (enum: delivered) - DeliveredSourceNotIndexedTeleporterMessage (messageId: string, teleporterContractAddress: string, sourceBlockchainId: string ...) - DeliveredSourceNotIndexedTeleporterMessageStatus (enum: delivered_source_not_indexed) -ListTeleporterMessagesRequest (pageToken: string, pageSize: integer, sourceBlockchainId: string ...) -ListTeleporterMessagesResponse (Result: ListTeleporterMessagesResponse) - ListTeleporterMessagesResponse (nextPageToken: string, messages: array) - ListTeleporterMessagesResponseMessage (union) - DeliveredSourceNotIndexedIcmMessage (messageId: string, icmContractAddress: string, sourceBlockchainId: string ...) - IcmReceipt (receivedMessageNonce: string, relayerRewardAddress: string) - IcmRewardDetails (address: string, name: string, symbol: string ...) - IcmRewardDetailsErcType (enum: ERC-20) - IcmDestinationTransaction (txHash: string, timestamp: number, gasSpent: string ...) - DeliveredSourceNotIndexedIcmMessageStatus (enum: delivered_source_not_indexed) -ListTeleporterMessagesByAddressRequest (pageToken: string, pageSize: integer, address: string ...) -Icm (SDK empty) -GetIcmMessageRequest (messageId: string) -GetIcmMessageResponse (union) - PendingIcmMessage (messageId: string, icmContractAddress: string, sourceBlockchainId: string ...) - IcmSourceTransaction (txHash: string, timestamp: number, gasSpent: string) - PendingIcmMessageStatus (enum: pending) - DeliveredIcmMessage (messageId: string, icmContractAddress: string, sourceBlockchainId: string ...) - DeliveredIcmMessageStatus (enum: delivered) -ListIcmMessagesRequest (pageToken: string, pageSize: integer, sourceBlockchainId: string ...) -ListIcmMessagesResponse (Result: ListIcmMessagesResponse) - ListIcmMessagesResponse (nextPageToken: string, messages: array) - ListIcmMessagesResponseMessage (union) -ListIcmMessagesByAddressRequest (pageToken: string, pageSize: integer, address: string ...) -UsageMetrics (SDK empty) -GetApiUsageMetricsRequest (orgId: string, startTimestamp: integer, endTimestamp: integer ...) - TimeIntervalGranularityExtended (enum: minute, hourly, daily ...) - UsageMetricsGroupByEnum (enum: requestPath, responseCode, chainId ...) - GetApiUsageMetricsRequestType (enum: data, rpc) -UsageMetricsResponseDto (aggregateDuration: string, orgId: string, metrics: array) - Metric (timestamp: number, values: array) - UsageMetricsValueDto (groupedBy: enum, groupValue: union, totalRequests: number ...) - UsageMetricsValueDtoGroupedBy (enum: requestPath, responseCode, chainId ...) - UsageMetricsValueDtoGroupValue (union) -GetApiLogsRequest (orgId: string, startTimestamp: integer, endTimestamp: integer ...) - GetApiLogsRequestType (enum: data, rpc) -GetApiLogsResponse (Result: LogsResponseDTO) - LogsResponseDto (nextPageToken: string, orgId: string, logs: array) - LogsFormat (orgId: string, logId: string, eventTimestamp: number ...) - RequestType (enum: data, rpc) - LogsFormatMetadata (ipAddress: string, host: string, userAgent: string) -GetSubnetRpcUsageMetricsRequest (timeInterval: SubnetRpcTimeIntervalGranularity, startTimestamp: integer, endTimestamp: integer ...) - SubnetRpcTimeIntervalGranularity (enum: hourly, daily, weekly ...) - RpcUsageMetricsGroupByEnum (enum: rpcMethod, responseCode, rlBypassToken) -SubnetRpcUsageMetricsResponseDto (aggregateDuration: string, metrics: array, chainId: string) - RpcMetrics (timestamp: number, values: array) - RpcUsageMetricsValueAggregated (totalRequests: number, apiCreditsUsed: number, requestsPerSecond: number ...) - RpcUsageMetricsValueAggregatedGroupedBy (enum: rpcMethod, responseCode, rlBypassToken ...) - RpcUsageMetricsValueAggregatedGroupValue (union) -GetRpcUsageMetricsRequest (timeInterval: SubnetRpcTimeIntervalGranularity, startTimestamp: integer, endTimestamp: integer ...) -SignatureAggregator (SDK empty) -AggregateSignaturesRequest (network: GlobalParamNetwork, SignatureAggregatorRequest: SignatureAggregatorRequest) - SignatureAggregatorRequest (message: string, justification: string, signingSubnetId: string ...) -SignatureAggregationResponse (signedMessage: string) -GetAggregatedSignaturesRequest (network: GlobalParamNetwork, txHash: string) -Webhooks (SDK empty) -Addresses (SDK empty) -GetAddressesFromWebhookRequest (pageToken: string, pageSize: integer, id: string) -GetAddressesFromWebhookResponse (Result: ListWebhookAddressesResponse) - ListWebhookAddressesResponse (nextPageToken: string, addresses: array, totalAddresses: number) -RemoveAddressesFromWebhookRequest (id: string, AddressesChangeRequest: AddressesChangeRequest) - AddressesChangeRequest (addresses: array) -EvmAddressActivityResponse (id: string, url: string, chainId: string ...) - WebhookStatusType (enum: active, inactive) - AddressActivityEventType (enum: address_activity) - AddressActivityMetadata (eventSignatures: array, addresses: array) -AddAddressesToWebhookRequest (id: string, AddressesChangeRequest: AddressesChangeRequest) -ListWebhooksRequest (pageToken: string, pageSize: integer, status: WebhookStatus) - WebhookStatus (enum: active, inactive) -ListWebhooksResponse (Result: ListWebhooksResponse) - ListWebhooksResponse (nextPageToken: string, webhooks: array) - Webhook (union) - PrimaryNetworkAddressActivityResponse (id: string, url: string, chainId: string ...) - PrimaryNetworkAddressActivityEventType (enum: primary_network_address_activity) - PrimaryNetworkAddressActivityMetadata (eventSignatures: array, keyType: PlatformAddressActivityKeyType, keys: array ...) - PlatformAddressActivityKeyType (enum: addresses) - PrimaryNetworkAddressActivitySubEvents (addressActivitySubEvents: array) - PrimaryNetworkAddressActivitySubEventType (enum: balance_change, balance_threshold, reward_distribution) - PrimaryNetworkBalanceThresholdFilter (balanceType: CommonBalanceType, balanceThreshold: string) - CommonBalanceType (enum: unlockedUnstaked, unlockedStaked, lockedPlatform ...) - ValidatorActivityResponse (id: string, url: string, chainId: string ...) - ValidatorActivityEventType (enum: validator_activity) - ValidatorActivityMetadata (eventSignatures: array, keyType: ValidatorActivityKeyType, keys: array ...) - ValidatorActivityKeyType (enum: nodeId, subnetId) - ValidatorActivitySubEvents (validatorActivitySubEvents: array) - ValidatorActivitySubEvent (enum: validator_stake, delegator_stake, reward_distribution ...) -CreateWebhookRequest (union) - EvmAddressActivityRequest (eventType: enum, url: string, name: string ...) - EvmAddressActivityRequestEventType (enum: address_activity) - EvmAddressActivityRequestMetadata (union) - PrimaryNetworkAddressActivityRequest (eventType: enum, url: string, name: string ...) - PrimaryNetworkAddressActivityRequestEventType (enum: primary_network_address_activity) - PrimaryNetworkType (enum: mainnet, fuji) - PrimaryNetworkAddressActivityRequestMetadata (union) - ValidatorActivityRequest (eventType: enum, url: string, name: string ...) - ValidatorActivityRequestEventType (enum: validator_activity) - ValidatorActivityRequestMetadata (union) -CreateWebhookResponse (union) -GetWebhookRequest (id: string) -GetWebhookResponse (union) -DeactivateWebhookRequest (id: string) -DeactivateWebhookResponse (union) -UpdateWebhookRequest (id: string, UpdateWebhookRequest: UpdateWebhookRequest) - UpdateWebhookRequest (name: string, description: string, url: string ...) -UpdateWebhookResponse (union) -SharedSecretsResponse (secret: string) -WebhookAddressActivityResponse (webhookId: string, eventType: enum, messageId: string ...) - WebhookAddressActivityResponseEventType (enum: address_activity) - TransactionEvent (transaction: Transaction, logs: array) - Transaction (blockHash: string, blockNumber: string, from: string ...) - ErcTransfer (transactionHash: string, type: string, from: string ...) - ErcToken (address: string, name: string, symbol: string ...) - WebhookInternalTransaction (from: string, to: string, internalTxType: string ...) - AccessListData (accessAddresses: string, storageKeys: array) - NetworkTokenInfo (tokenName: string, tokenSymbol: string, tokenDecimals: number ...) - Log (address: string, topic0: string, topic1: string ...) -Globals (chainId: string, network: GlobalParamNetwork) - diff --git a/scripts/bump_sdk_version_and_update_release_doc.py b/scripts/bump_sdk_version_and_update_release_doc.py index f3a41d01..fe5554cf 100644 --- a/scripts/bump_sdk_version_and_update_release_doc.py +++ b/scripts/bump_sdk_version_and_update_release_doc.py @@ -1,25 +1,32 @@ -import os import json +import os import subprocess import sys -from packaging.version import Version from datetime import datetime +from packaging.version import Version + # Paths to the package.json files SDK_PATH = './sdk/package.json' -SDK_DIRS = ['./devtools'] +SDK_DIRS = ['./chainkit'] # Function to load package.json + + def load_package_json(path): with open(path, 'r') as f: return json.load(f) # Function to save package.json + + def save_package_json(path, data): with open(path, 'w') as f: json.dump(data, f, indent=2) # Compare versions and determine the bump + + def compare_versions(sdk_version, sdk_versions, previous_versions): """ Compare the SDK version with the versions from data, webhook, and metrics. @@ -76,7 +83,6 @@ def update_sdk_dependencies(sdk_pkg, dependency_versions): if sdk_name in sdk_pkg['dependencies']: sdk_pkg['dependencies'][sdk_name] = f"^{sdk_version}" -from datetime import datetime def update_release_md(new_version, dependency_versions, previous_versions): """ @@ -125,7 +131,8 @@ def update_release_md(new_version, dependency_versions, previous_versions): with open(release_file, 'w') as f: f.write(release_content) - print(f"Updated RELEASE.md with version {new_version} and dependency changes.") + print( + f"Updated RELEASE.md with version {new_version} and dependency changes.") # Main execution @@ -145,8 +152,10 @@ def main(): # Get all dependency versions from services latest_dependency_versions = get_dependency_versions() - common_deps = sorted(set(latest_dependency_versions.keys()) & set(previous_versions.keys())) - latest_dependency_versions_values = [latest_dependency_versions[key] for key in common_deps] + common_deps = sorted(set(latest_dependency_versions.keys()) + & set(previous_versions.keys())) + latest_dependency_versions_values = [ + latest_dependency_versions[key] for key in common_deps] previous_versions_values = [previous_versions[key] for key in common_deps] if manual_version: @@ -154,7 +163,8 @@ def main(): new_version = manual_version else: # Compare and bump versions automatically if no manual version is provided - new_version = compare_versions(current_sdk_version, latest_dependency_versions_values, previous_versions_values) + new_version = compare_versions( + current_sdk_version, latest_dependency_versions_values, previous_versions_values) if new_version: print(f"Updating SDK version to {new_version}") @@ -166,7 +176,8 @@ def main(): save_package_json(SDK_PATH, sdk_pkg) # Update or create the release notes - update_release_md(new_version, latest_dependency_versions, previous_versions) + update_release_md( + new_version, latest_dependency_versions, previous_versions) # Sync package-lock.json inside /sdk print("Running npm install inside /sdk...") @@ -176,5 +187,6 @@ def main(): else: print("No version bump required.") + if __name__ == '__main__': main() diff --git a/scripts/generate_sdk_docs.py b/scripts/generate_sdk_docs.py index 6bb89d0a..e031c2e0 100644 --- a/scripts/generate_sdk_docs.py +++ b/scripts/generate_sdk_docs.py @@ -1,16 +1,18 @@ import os -import shutil import re +import shutil from pathlib import Path # Define source and destination mapping mappings = { - "devtools/docs": "sdk/docs/", + "chainkit/docs": "sdk/docs/", } funcs_dst = "sdk/src/funcs/" # Function to delete old files and folders + + def delete_old_doc_files(directory): """Deletes all files and folders in the specified directory.""" if os.path.exists(directory): @@ -19,6 +21,8 @@ def delete_old_doc_files(directory): os.makedirs(directory, exist_ok=True) # Function to copy files and preserve the internal folder structure + + def copy_and_replace(src, dst, search_text, replace_text): """ Recursively copies files from src to dst, maintaining structure. @@ -27,11 +31,11 @@ def copy_and_replace(src, dst, search_text, replace_text): for root, dirs, files in os.walk(src): # Create the corresponding destination path rel_path = os.path.relpath(root, src) - + # Handle SDK folders separately if rel_path.startswith("sdks"): extract_and_create_func_files(root, files) - + # Create target directory target_dir = os.path.join(dst, rel_path) @@ -57,6 +61,7 @@ def copy_and_replace(src, dst, search_text, replace_text): print(f"📄 Copied and replaced in: {dst_file}") + def extract_and_create_func_files(root, files): """ Scans files for specific SDK function imports and creates corresponding .ts files in sdk/src/func/. @@ -66,7 +71,7 @@ def extract_and_create_func_files(root, files): - files: List of files to process. """ # Regex pattern to find SDK imports - pattern = re.compile(r'@avalanche-sdk/(devtools)/funcs/(\w+)\.js') + pattern = re.compile(r'@avalanche-sdk/(chainkit)/funcs/(\w+)\.js') for file in files: src_file = os.path.join(root, file) @@ -89,7 +94,9 @@ def extract_and_create_func_files(root, files): with open(func_file, "w", encoding="utf-8") as f: f.write(export_statement) - print(f"✅ Created {func_file} with export: {export_statement.strip()}") + print( + f"✅ Created {func_file} with export: {export_statement.strip()}") + def copy_file_with_replacements( src_path: str, @@ -117,7 +124,8 @@ def copy_file_with_replacements( print(f"📄 Reading from: {src_path}") else: content = default_content - print(f"⚠️ Source file not found: {src_path}. Creating destination with default content.") + print( + f"⚠️ Source file not found: {src_path}. Creating destination with default content.") # Apply replacements for old, new in replacements.items(): @@ -132,28 +140,30 @@ def copy_file_with_replacements( with open(dst_path, "w", encoding=encoding) as f: f.write(content) - print(f"✅ File written to {dst_path} with {len(replacements)} replacements.") + print( + f"✅ File written to {dst_path} with {len(replacements)} replacements.") + # Perform the cleanup, copy, and replace operation for each mapping -search_text = "@avalanche-sdk/devtools" +search_text = "@avalanche-sdk/chainkit" replace_text = "@avalanche-sdk/sdk" delete_old_doc_files(funcs_dst) for src, dst in mappings.items(): print(f"\n🔥 Deleting old files in {dst}...") delete_old_doc_files(dst) - + print(f"📂 Copying from {src} to {dst}...") copy_and_replace(src, dst, search_text, replace_text) copy_file_with_replacements( - src_path="devtools/README.md", - dst_path="sdk/README.md", - replacements={ - "@avalanche-sdk/devtools": "@avalanche-sdk/sdk", - "Devtools": "SDK", - }, - default_content="# SDK README\n\nGenerated because the source was missing." - ) + src_path="chainkit/README.md", + dst_path="sdk/README.md", + replacements={ + "@avalanche-sdk/chainkit": "@avalanche-sdk/sdk", + "ChainKit": "SDK", + }, + default_content="# SDK README\n\nGenerated because the source was missing." +) print("\n✅ All files copied, old files deleted, and text replaced successfully!")