github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/fvm/blueprints/scripts/setIsContractDeploymentRestrictedTransactionTemplate.cdc (about) 1 transaction(restricted: Bool, path: StoragePath) { 2 prepare(signer: auth(Storage) &Account) { 3 signer.storage.load<Bool>(from: path) 4 signer.storage.save(restricted, to: path) 5 } 6 }