File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,19 @@ import (
9
9
)
10
10
11
11
const (
12
- KindActivation = "activate_account"
13
- KindBallot = "ballot"
14
- KindDelegation = "delegation"
15
- KindDoubleBaking = "double_baking_evidence"
16
- KindDoubleEndorsing = "double_endorsement_evidence"
17
- KindEndorsement = "endorsement"
18
- KindEndorsementWithSlot = "endorsement_with_slot"
19
- KindOrigination = "origination"
20
- KindProposal = "proposals"
21
- KindReveal = "reveal"
22
- KindNonceRevelation = "seed_nonce_revelation"
23
- KindTransaction = "transaction"
12
+ KindActivation = "activate_account"
13
+ KindBallot = "ballot"
14
+ KindDelegation = "delegation"
15
+ KindDoubleBaking = "double_baking_evidence"
16
+ KindDoubleEndorsing = "double_endorsement_evidence"
17
+ KindEndorsement = "endorsement"
18
+ KindEndorsementWithSlot = "endorsement_with_slot"
19
+ KindOrigination = "origination"
20
+ KindProposal = "proposals"
21
+ KindReveal = "reveal"
22
+ KindNonceRevelation = "seed_nonce_revelation"
23
+ KindTransaction = "transaction"
24
+ KindRegisterGlobalConstant = "register_global_constant"
24
25
)
25
26
26
27
// Errors
You can’t perform that action at this time.
0 commit comments