File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
export const MsgTypes = [
2
- "MsgUnknown" ,
2
+ "MsgPayForBlobs" ,
3
+ "MsgSend" ,
4
+ "MsgMultiSend" ,
5
+ "MsgDeposit" ,
6
+ "IBCTransfer" ,
7
+ "MsgSendNFT" ,
8
+ "MsgDelegate" ,
9
+ "MsgBeginRedelegate" ,
10
+ "MsgUndelegate" ,
11
+ "MsgVote" ,
12
+ "MsgGrant" ,
13
+ "MsgExec" ,
14
+ "MsgRevoke" ,
3
15
"MsgSetWithdrawAddress" ,
4
16
"MsgWithdrawDelegatorReward" ,
5
17
"MsgWithdrawValidatorCommission" ,
6
18
"MsgFundCommunityPool" ,
7
19
"MsgCreateValidator" ,
8
20
"MsgEditValidator" ,
9
- "MsgDelegate" ,
10
- "MsgBeginRedelegate" ,
11
- "MsgUndelegate" ,
12
21
"MsgCancelUnbondingDelegation" ,
13
22
"MsgUnjail" ,
14
- "MsgSend" ,
15
- "MsgMultiSend" ,
16
23
"MsgCreateVestingAccount" ,
17
24
"MsgCreatePermanentLockedAccount" ,
18
25
"MsgCreatePeriodicVestingAccount" ,
19
- "MsgPayForBlobs" ,
20
- "MsgGrant" ,
21
- "MsgExec" ,
22
- "MsgRevoke" ,
23
26
"MsgGrantAllowance" ,
24
27
"MsgRevokeAllowance" ,
25
28
"MsgRegisterEVMAddress" ,
26
29
"MsgSubmitProposal" ,
27
30
"MsgExecLegacyContent" ,
28
- "MsgVote" ,
29
31
"MsgVoteWeighted" ,
30
- "MsgDeposit" ,
31
- "IBCTransfer" ,
32
32
"MsgVerifyInvariant" ,
33
33
"MsgSubmitEvidence" ,
34
- "MsgSendNFT" ,
35
34
"MsgCreateGroup" ,
36
35
"MsgUpdateGroupMembers" ,
37
36
"MsgUpdateGroupAdmin" ,
@@ -73,4 +72,5 @@ export const MsgTypes = [
73
72
"MsgTimeout" ,
74
73
"MsgTimeoutOnClose" ,
75
74
"MsgAcknowledgement" ,
75
+ "MsgUnknown" ,
76
76
]
You can’t perform that action at this time.
0 commit comments