GenericNativeConverter

Git Source

Inherits: NativeConverter

Author: See https://github.com/agglayer/vault-bridge

This contract can be used to deploy Native Converters that do not require any customization.

Functions

constructor

constructor();

initialize

function initialize(
    address owner_,
    address customToken_,
    address underlyingToken_,
    address lxlyBridge_,
    uint32 layerXLxlyId_,
    uint256 nonMigratableBackingPercentage_,
    address migrationManager_
) external initializer;