Documentation
    Preparing search index...

    Type Alias CreatePoolConfig

    type CreatePoolConfig = {
        funder?: TransactionSigner<string>;
        initialPrice?: number;
        whirlpoolDeployment?: WhirlpoolDeployment;
    }
    Index

    Properties

    funder?: TransactionSigner<string>

    The account funding the initialization process. Defaults to the global funder if not provided.

    initialPrice?: number

    An optional initial price of token A in terms of token B. Defaults to 1 if not provided.

    whirlpoolDeployment?: WhirlpoolDeployment

    The Whirlpool program and config account to target. Defaults to DEFAULT_WHIRLPOOL_DEPLOYMENT if not provided.