github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/fvm/blueprints/scripts/deployRandomBeaconHistoryTransactionTemplate.cdc (about)

     1  transaction(code: String) {
     2    prepare(serviceAccount: auth(AddContract) &Account) {
     3  	serviceAccount.contracts.add(name: "RandomBeaconHistory", code: code.utf8)
     4    }
     5  }