Scopes are application-level Patchwork namespaces for configuring settings and permissions or your app.
PatchworkProtocol:claimScope()
. Typically you’ll call this in your contracts’ deploy script, but it can be manually called if desired.
fooscope123
.
transferScopeOwner
from the current owner’s address, then the new owner must call acceptScopeTransfer
for the transfer to execute.
To cancel a transfer before the scope has been accepted, call cancelScopeTransfer