Coda by Ian Macalinao
    Preparing search index...

    Type Alias EvtPermanentLockPosition

    type EvtPermanentLockPosition = {
        lockLiquidityAmount: bigint;
        pool: Address;
        position: Address;
        totalPermanentLockedLiquidity: bigint;
    }
    Index
    lockLiquidityAmount: bigint
    pool: Address
    position: Address
    totalPermanentLockedLiquidity: bigint