AIntents
Last updated
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()modifier onlyDelegateCall()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.
[0]
string
String of the minimum supported version.
Executes a crosschain token transfer to across and updated virtual storage.
Has different method selector than across depositV3 to avoid viaIr compilation.
params
struct IAIntents.AcrossParams
Across params encoded as tuple.
Last updated
constructor(address acrossSpokePoolAddress) publicfunction depositV3(struct IAIntents.AcrossParams params) external