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

    Type Alias NftAmmInterfaceGenericTypes

    NftAmmInterfaceGenericTypes: [
        lpCoinType: CoinType,
        fractionalizedCoinType: CoinType,
        assetCoinType: CoinType,
        nftType: AnyObjectType,
    ]

    Move type arguments used by the NFT AMM interface and action functions.

    Keep this tuple in the order shown when passing it to a low-level transaction command: LP coin, fractionalized coin, asset coin, then NFT object type.