Interface PoolSharkGlobalState

interface PoolSharkGlobalState {
    pool: PoolsharkStructs;
    pool0: LimitPoolState;
    pool1: LimitPoolState;
    liquidityGlobal: bigint;
    positionIdNext: number;
    epoch: number;
    unlocked: number;
}

Properties

liquidityGlobal: bigint
positionIdNext: number
epoch: number
unlocked: number