aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Inputs for creating a gas pool.

    interface ApiGasPoolCreateBody {
        deferShare?: boolean;
        initialDepositAmount?: bigint;
        txKind?: string;
        walletAddress: string;
    }
    Index
    deferShare?: boolean

    When true, defer sharing the new pool and return its PTB arguments.

    initialDepositAmount?: bigint

    Optional initial SUI deposit amount, expressed in MIST.

    txKind?: string

    Serialized transaction kind to submit when the server builds the transaction.

    walletAddress: string

    Wallet that owns the new gas pool.