Function formatMarketplaceAccountList

  • Name

    formatMarketplaceAccountList

    Summary

    Returns an object representing a list of accounts : if the marketplace kind is private, it allows these accounts to sell NFT. If the marketplace kind is public, it bans these accounts from selling NFT.

    Returns

    An object representing either the whitelisted or banned accounts.

    Parameters

    • action: "Noop" | "Remove" | "set"

      The type of Action. Can be either "Noop" (No Operation: to keep it as it is), "Remove" or "set".

    • Optional value: string[]

      An array of addresses (string) to add to the list.

    Returns Marketplace.AccountListType

Generated using TypeDoc