You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/ccip/api-reference/svm/v0.1.1/base-token-pool.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
section: ccip
3
3
date: Last Modified
4
-
title: "CCIP v1.6.0 SVM Base Token Pool Library Reference"
4
+
title: "CCIP v0.1.1 SVM Base Token Pool Library Reference"
5
5
metadata:
6
6
description: "Complete API documentation for the Base Token Pool library that provides shared functionality and common components for CCIP token pool implementations on SVM-based blockchains like Solana. Covers data structures, rate limiting, validation functions, and core utilities for token pool development."
7
7
excerpt: "Base Token Pool, SVM token pool library, Solana token pools, shared token pool functionality, rate limiting, token pool validation, cross-chain token transfers, token pool development, anchor library"
@@ -397,7 +397,7 @@ pub enum CcipTokenPoolError {
397
397
398
398
### Events
399
399
400
-
The library defines events that are emitted by pool implementations. See the [Events API Reference](/ccip/api-reference/svm/v1.6.0/events) for detailed documentation of all events including:
400
+
The library defines events that are emitted by pool implementations. See the [Events API Reference](/ccip/api-reference/svm/v0.1.1/events) for detailed documentation of all events including:
Copy file name to clipboardExpand all lines: src/content/ccip/api-reference/svm/v0.1.1/burn-mint-token-pool.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
section: ccip
3
3
date: Last Modified
4
-
title: "CCIP v1.6.0 SVM BurnMint Token Pool API Reference"
4
+
title: "CCIP v0.1.1 SVM BurnMint Token Pool API Reference"
5
5
metadata:
6
6
description: "Comprehensive API documentation for the CCIP BurnMint Token Pool program on SVM-based blockchains like Solana. Complete guide covering burn and mint operations, token pool configuration, cross-chain token transfers, multisig management, and access control for seamless interoperability."
7
7
excerpt: "BurnMint Token Pool, SVM burn mint pool, Solana token pool, cross-chain token transfers, burn and mint operations, token pool configuration, multisig management, access control, CCIP token pools"
Copy file name to clipboardExpand all lines: src/content/ccip/api-reference/svm/v0.1.1/errors.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
section: ccip
3
3
date: Last Modified
4
-
title: "CCIP v1.6.0 SVM Errors API Reference"
4
+
title: "CCIP v0.1.1 SVM Errors API Reference"
5
5
metadata:
6
6
description: "Complete API documentation for CCIP error codes and handling on SVM-based blockchains like Solana. Comprehensive reference covering router errors, token pool errors, shared errors, error resolution strategies, and debugging guidance for cross-chain development."
Copy file name to clipboardExpand all lines: src/content/ccip/api-reference/svm/v0.1.1/events.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
section: ccip
3
3
date: Last Modified
4
-
title: "CCIP v1.6.0 SVM Events API Reference"
4
+
title: "CCIP v0.1.1 SVM Events API Reference"
5
5
metadata:
6
6
description: "Comprehensive API documentation for CCIP events on SVM-based blockchains like Solana. Complete reference covering router events, token pool events, message events, configuration events, and execution events for cross-chain monitoring and debugging."
description: "Complete API reference documentation for Chainlink CCIP v1.6.0 on SVM-based blockchains including Solana. Comprehensive guide covering message structures, router functionality, token pools, receiver implementation, events, and error handling for cross-chain interoperability and token transfers."
6
+
description: "Complete API reference documentation for Chainlink CCIP v0.1.1 on SVM-based blockchains including Solana. Comprehensive guide covering message structures, router functionality, token pools, receiver implementation, events, and error handling for cross-chain interoperability and token transfers."
You are viewing API documentation for CCIP v1.6.0 on SVM-based blockchains, which is the latest version for Solana
15
+
You are viewing API documentation for CCIP v0.1.1 on SVM-based blockchains, which is the latest version for Solana
16
16
integration.
17
17
</Aside>
18
18
19
19
## API References
20
20
21
21
### Core Components
22
22
23
-
-[Messages](/ccip/api-reference/svm/v1.6.0/messages) - Message structures and extra args for cross-chain messaging
24
-
-[Router](/ccip/api-reference/svm/v1.6.0/router) - Instructions for sending messages and managing CCIP routing on Solana
25
-
-[Receiver](/ccip/api-reference/svm/v1.6.0/receiver) - Implementation guide for CCIP message receivers on SVM blockchains
23
+
-[Messages](/ccip/api-reference/svm/v0.1.1/messages) - Message structures and extra args for cross-chain messaging
24
+
-[Router](/ccip/api-reference/svm/v0.1.1/router) - Instructions for sending messages and managing CCIP routing on Solana
25
+
-[Receiver](/ccip/api-reference/svm/v0.1.1/receiver) - Implementation guide for CCIP message receivers on SVM blockchains
26
26
27
27
### Token Pool Components
28
28
29
-
-[Base Token Pool Library](/ccip/api-reference/svm/v1.6.0/base-token-pool) - Shared library providing common functionality for all token pool implementations
30
-
-[BurnMint Token Pool](/ccip/api-reference/svm/v1.6.0/burn-mint-token-pool) - Token pool implementation using burn and mint strategy for cross-chain transfers
31
-
-[Lock-Release Token Pool](/ccip/api-reference/svm/v1.6.0/lock-release-token-pool) - Token pool implementation using lock and release strategy with liquidity management
29
+
-[Base Token Pool Library](/ccip/api-reference/svm/v0.1.1/base-token-pool) - Shared library providing common functionality for all token pool implementations
30
+
-[BurnMint Token Pool](/ccip/api-reference/svm/v0.1.1/burn-mint-token-pool) - Token pool implementation using burn and mint strategy for cross-chain transfers
31
+
-[Lock-Release Token Pool](/ccip/api-reference/svm/v0.1.1/lock-release-token-pool) - Token pool implementation using lock and release strategy with liquidity management
32
32
33
33
### Reference Materials
34
34
35
-
-[Events](/ccip/api-reference/svm/v1.6.0/events) - Event emissions for tracking cross-chain messages and token operations
36
-
-[Errors](/ccip/api-reference/svm/v1.6.0/errors) - Comprehensive list of CCIP error codes and troubleshooting guidance
35
+
-[Events](/ccip/api-reference/svm/v0.1.1/events) - Event emissions for tracking cross-chain messages and token operations
36
+
-[Errors](/ccip/api-reference/svm/v0.1.1/errors) - Comprehensive list of CCIP error codes and troubleshooting guidance
Copy file name to clipboardExpand all lines: src/content/ccip/api-reference/svm/v0.1.1/lock-release-token-pool.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
section: ccip
3
3
date: Last Modified
4
-
title: "CCIP v1.6.0 SVM Lock-Release Token Pool API Reference"
4
+
title: "CCIP v0.1.1 SVM Lock-Release Token Pool API Reference"
5
5
metadata:
6
6
description: "Comprehensive API documentation for the Lock-Release Token Pool program on SVM-based blockchains like Solana. Complete guide covering lock and release operations, liquidity management, token pool configuration, cross-chain token transfers, and rebalancer functionality for seamless interoperability."
7
7
excerpt: "Lock-Release Token Pool, SVM lock release pool, Solana token pool, cross-chain token transfers, lock and release operations, liquidity management, token pool configuration, rebalancer, CCIP token pools"
Copy file name to clipboardExpand all lines: src/content/ccip/api-reference/svm/v0.1.1/messages.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
section: ccip
3
3
date: Last Modified
4
-
title: "CCIP v1.6.0 SVM Messages API Reference"
4
+
title: "CCIP v0.1.1 SVM Messages API Reference"
5
5
metadata:
6
6
description: "Complete API documentation for CCIP message structures and extra arguments on SVM-based blockchains like Solana. Includes detailed specifications for cross-chain message formatting, token transfer data, receiver arguments, and message construction for seamless blockchain interoperability."
0 commit comments