File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ import (
66)
77
88const (
9- KindTransaction = "transaction"
10- KindOrigination = "origination"
11- KindEndorsement = "endorsement"
12- KindBallot = "ballot"
13- KindProposal = "proposal"
14- KindDoubleBaking = "double_baking"
15- KindDoubleEndorsing = "double_endorsing"
16- KindActivation = "activation"
17- KindNonceRevelation = "nonce_revelation"
18- KindDelegation = "delegation"
19- KindReveal = "reveal"
9+ KindTransaction = "transaction"
10+ KindOrigination = "origination"
11+ KindEndorsement = "endorsement"
12+ KindBallot = "ballot"
13+ KindProposal = "proposal"
14+ KindDoubleBaking = "double_baking"
15+ KindDoubleEndorsing = "double_endorsing"
16+ KindActivation = "activation"
17+ KindNonceRevelation = "nonce_revelation"
18+ KindDelegation = "delegation"
19+ KindReveal = "reveal"
20+ KindRegisterGlobalConstant = "register_constant"
2021)
2122
2223// Operation -
You can’t perform that action at this time.
0 commit comments