Documentation
    Preparing search index...

    Interface CreatePoolAdminParams

    interface CreatePoolAdminParams {
        baseCoinKey: string;
        lotSize: number | bigint;
        minSize: number | bigint;
        quoteCoinKey: string;
        stablePool: boolean;
        tickSize: number | bigint;
        whitelisted: boolean;
    }
    Index

    Properties

    baseCoinKey: string
    lotSize: number | bigint
    minSize: number | bigint
    quoteCoinKey: string
    stablePool: boolean
    tickSize: number | bigint
    whitelisted: boolean