Coda by Ian Macalinao
    Preparing search index...
    interface EvtLockPositionArgs {
        cliffPoint: number | bigint;
        cliffUnlockLiquidity: number | bigint;
        liquidityPerPeriod: number | bigint;
        numberOfPeriod: number;
        owner: Address;
        periodFrequency: number | bigint;
        pool: Address;
        position: Address;
        vesting: Address;
    }
    Index

    Properties

    cliffPoint: number | bigint
    cliffUnlockLiquidity: number | bigint
    liquidityPerPeriod: number | bigint
    numberOfPeriod: number
    owner: Address
    periodFrequency: number | bigint
    pool: Address
    position: Address
    vesting: Address