Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
M
Michelson Reference
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Tezos
Michelson Reference
Merge requests
!62
Formatting fixes for SET_DELEGATE instruction
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Formatting fixes for SET_DELEGATE instruction
arvid@set_delegate-formatting
into
master
Overview
2
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Arvid Jakobsson
requested to merge
arvid@set_delegate-formatting
into
master
3 years ago
Overview
2
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
9997ca29
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9997ca29
Formatting fixes for SET_DELEGATE instruction
· 9997ca29
Arvid Jakobsson
authored
3 years ago
michelson_reference/michelson-meta.yaml
+
4
−
4
Options
@@ -1558,15 +1558,15 @@ instructions:
key_hash``.
Using this instruction is the only way to modify the delegation of a
smart contract. If the parameter is `None` then the delegation of the
smart contract. If the parameter is
`
`None`
`
then the delegation of the
current contract is withdrawn. If the contract
has no delegation, then no change occurs.
If the parameter is `Some kh` where `kh` is the
If the parameter is
`
`Some kh`
`
where
`
`kh`
`
is the
key hash of a registered delegate that is not the current delegate of
the contract, then this operation sets the delegate of the contract to
this registered delegate. The operation fails if `kh` is the current
delegate of the contract or if `kh` is not a registered delegate.
this registered delegate. The operation fails if
`
`kh`
`
is the current
delegate of the contract or if
`
`kh`
`
is not a registered delegate.
SIZE
:
category
:
data_structure
Loading