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 d6c72fa commit 26968edCopy full SHA for 26968ed
src/mappings/types/genesis.ts
@@ -1,6 +1,5 @@
1
import { BaseAccountSDKType } from "../../types/proto-interfaces/cosmos/auth/v1beta1/auth";
2
import { Balance } from "../../types/proto-interfaces/cosmos/bank/v1beta1/genesis";
3
-import { Coin } from "../../types/proto-interfaces/cosmos/base/v1beta1/coin";
4
5
export interface Genesis {
6
initial_height: number,
@@ -10,7 +9,6 @@ export interface Genesis {
10
9
}
11
bank: {
12
balances: Array<Balance>
13
- supply: Array<Coin>
14
},
15
16
0 commit comments