Documentation
    Preparing search index...

    Interface CreatePoolAdminParams

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

    Properties

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