We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7663629 commit eb65ce0Copy full SHA for eb65ce0
src/core/ibc/msgs/client/tendermint/types.ts
@@ -5,13 +5,13 @@ import {
5
PartSetHeader as PartSetHeader_pb,
6
Commit as Commit_pb,
7
CommitSig as CommitSig_pb,
8
- BlockIDFlag,
9
- blockIDFlagFromJSON,
10
- blockIDFlagToJSON,
11
} from '@initia/initia.proto/tendermint/types/types';
12
import {
13
Validator as Validator_pb,
14
ValidatorSet as ValidatorSet_pb,
+ BlockIDFlag,
+ blockIDFlagFromJSON,
+ blockIDFlagToJSON,
15
} from '@initia/initia.proto/tendermint/types/validator';
16
17
import Long from 'long';
0 commit comments