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

    Interface NftAmmAddresses

    Package and object addresses used by the NFT AMM provider.

    interface NftAmmAddresses {
        objects: {
            insuranceFund: string;
            protocolFeeVault: string;
            referralVault: string;
            treasury: string;
        };
        packages: { nftAmm: string };
    }
    Index
    objects: {
        insuranceFund: string;
        protocolFeeVault: string;
        referralVault: string;
        treasury: string;
    }

    Shared object IDs consumed by NFT AMM transactions.

    Type Declaration

    • insuranceFund: string

      NFT AMM insurance-fund shared object.

    • protocolFeeVault: string

      Protocol-fee vault shared object.

    • referralVault: string

      Referral-vault shared object used by NFT AMM transactions.

    • treasury: string

      NFT AMM treasury shared object.

    packages: { nftAmm: string }

    Published Move package IDs used by NFT AMM contracts.

    Type Declaration

    • nftAmm: string

      NFT AMM package ID used by buy, sell, and liquidity transactions.