-
Notifications
You must be signed in to change notification settings - Fork 7
/
combined.typegen.json
62 lines (62 loc) · 1.83 KB
/
combined.typegen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"outDir": "src/types",
"specVersions": "indexer/combined.chainVersions.jsonl",
"typesBundle": "indexer/typesBundle.json",
"events": [
"BTCRelay.StoreMainChainHeader",
"DexGeneral.AssetSwap",
"DexGeneral.LiquidityAdded",
"DexGeneral.LiquidityRemoved",
"DexStable.CurrencyExchange",
"DexStable.AddLiquidity",
"DexStable.NewAdminFee",
"DexStable.NewSwapFee",
"DexStable.RemoveLiquidity",
"Escrow.Deposit",
"Escrow.Withdraw",
"Issue.CancelIssue",
"Issue.ExecuteIssue",
"Issue.IssuePeriodChange",
"Issue.RequestIssue",
"Loans.ActivatedMarket",
"Loans.Borrowed",
"Loans.DepositCollateral",
"Loans.Deposited",
"Loans.DistributedBorrowerReward",
"Loans.DistributedSupplierReward",
"Loans.NewMarket",
"Loans.Redeemed",
"Loans.RepaidBorrow",
"Loans.UpdatedMarket",
"Loans.WithdrawCollateral",
"Loans.InterestAccrued",
"Loans.LiquidatedBorrow",
"Oracle.FeedValues",
"Redeem.CancelRedeem",
"Redeem.ExecuteRedeem",
"Redeem.RedeemPeriodChange",
"Redeem.RequestRedeem",
"Security.UpdateActiveBlock",
"Tokens.Transfer",
"Tokens.Deposited",
"Tokens.Withdrawn",
"Tokens.Locked",
"Tokens.Unlocked",
"Tokens.Reserved",
"Tokens.Unreserved",
"VaultRegistry.DecreaseLockedCollateral",
"VaultRegistry.IncreaseLockedCollateral",
"VaultRegistry.RegisterVault"
],
"calls": [
"BTCRelay.store_block_header",
"System.set_storage"
],
"storage": [
"DexGeneral.PairStatuses",
"DexStable.Pools",
"Issue.IssuePeriod",
"Redeem.RedeemPeriod",
"Tokens.TotalIssuance"
]
}