For the complete documentation index, see llms.txt. This page is also available as Markdown.

AIntents

AIntents

This adapter enables Rigoblock smart pools to bridge tokens across chains while maintaining NAV integrity.

Uses synchronized adapter deployment to ensure destination adapters exist before enabling cross-chain features.

error NavToleranceTooHigh()

onlyDelegateCall

modifier onlyDelegateCall()

requiredVersion

function requiredVersion() external pure returns (string)

Returns the minimum implementation version to use an external application.

Adapters must implement it when modifying proxy state or storage.

Return Values

Name
Type
Description

[0]

string

String of the minimum supported version.

constructor

depositV3

Executes a crosschain token transfer to across and updated virtual storage.

Has different method selector than across depositV3 to avoid viaIr compilation.

Parameters

Name
Type
Description

params

struct IAIntents.AcrossParams

Across params encoded as tuple.

Last updated