This repository was archived by the owner on Sep 5, 2022. It is now read-only.
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
NFTUpgradable Standard Extension #69
Closed as not planned
Description
⚠️ WARNING: Standards are now published and discussed in the TEPs repository. This page may be out of date.
NFTUpgradable (NFTEditable)
This extension adds mandatory EditRequest
constructor (authorized as any other edit request by sender address):
update_code
-upgrade#02 new_code:^Cell post_process:^Cell = EditRequest;
- should set NFT code tonew_code
and (ifpost_process
is presented) call method with id1666
withpost_process
as input.
Activity