You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_versions (input_CID, [wallet_addresses])
input_CID can be any data structure (asset, type, function, pipeline)
wallet_addresses is a set of addresses you trust to re-version
if empty, only return your versions
if not empty, check for clones of this asset
Returns array of CIDs of new versions, you can filter to get the most recent one
The text was updated successfully, but these errors were encountered:
get_versions (input_CID, [wallet_addresses])
input_CID can be any data structure (asset, type, function, pipeline)
wallet_addresses is a set of addresses you trust to re-version
if empty, only return your versions
if not empty, check for clones of this asset
Returns array of CIDs of new versions, you can filter to get the most recent one
The text was updated successfully, but these errors were encountered: