Documentation
    Preparing search index...

    Interface CreatePermissionlessPoolParams

    interface CreatePermissionlessPoolParams {
        baseCoinKey: string;
        deepCoin?: TransactionObjectArgument;
        lotSize: number | bigint;
        minSize: number | bigint;
        quoteCoinKey: string;
        tickSize: number | bigint;
    }
    Index

    Properties

    baseCoinKey: string
    lotSize: number | bigint
    minSize: number | bigint
    quoteCoinKey: string
    tickSize: number | bigint