Type alias LoadListingInput

LoadListingInput: {
    lazyListing: LazyListing;
    loadJsonMetadata?: boolean;
}

Type declaration

  • lazyListing: LazyListing

    The LazyListing model to transform into the Listing.

  • Optional loadJsonMetadata?: boolean

    Whether or not we should fetch the JSON Metadata for the NFT or SFT.

    Default Value

    true

Generated using TypeDoc