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

    Interface ApiPublishLpCoinBody

    Request body for publishing a new LP coin on-chain, typically specifying the coin's decimals.

    interface ApiPublishLpCoinBody {
        lpCoinDecimals: number;
        walletAddress: string;
    }
    Index
    lpCoinDecimals: number

    The decimal precision compiled into the LP coin package.

    walletAddress: string

    The wallet that publishes and receives the LP coin package upgrade cap.