Baz.IEx.Commands.ImportCollectionAssets (baz v0.0.16)

Import a collections from a venue by matching slug.

When no token_ids are given it will import all assets. Specific tokens can be provided as a list of token_ids.

Link to this section Summary

Link to this section Types

@type all_opts() :: [venue: venue(), slug: slug(), token_ids: [non_neg_integer()]]
@type opts() :: required_opts() | all_opts()
Link to this type

required_opts()

@type required_opts() :: [venue: venue(), slug: slug()]
@type slug() :: String.t()
@type venue() :: String.t()

Link to this section Functions

@spec create(opts()) :: no_return()