Type alias PoolKeyStructOutput

PoolKeyStructOutput: [base: string, quote: string, oracleAdapter: string, strike: bigint, maturity: bigint, isCallPool: boolean] & {
    base: string;
    isCallPool: boolean;
    maturity: bigint;
    oracleAdapter: string;
    quote: string;
    strike: bigint;
}

Generated using TypeDoc