set_collection_value_source(...): Assigns an API endpoint or oracle address as the value source.
set_collection_value_source(...)
When is_api_source = true, metadata or NFT values may depend on data fetched from this endpoint.
is_api_source = true
When is_api_source = false, the source is considered an oracle address providing on-chain data feeds.
is_api_source = false
This feature enables dynamic NFTs that can reflect external states or real-world conditions.
Last updated 1 year ago