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 (
6
6
)
7
7
8
8
const (
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"
20
21
)
21
22
22
23
// Operation -
You can’t perform that action at this time.
0 commit comments