We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091be68 + b858d92 commit f43859eCopy full SHA for f43859e
types/types.go
@@ -21,13 +21,13 @@ type Block struct {
21
Height int64 `json:"height"`
22
Hash string `json:"hash"`
23
IndepHash string `json:"indep_hash"`
24
- Txs []interface{} `json:"txs"`
+ Txs []string `json:"txs"`
25
WalletList string `json:"wallet_list"`
26
RewardAddr string `json:"reward_addr"`
27
Tags []interface{} `json:"tags"`
28
- RewardPool string `json:"reward_pool"`
29
- WeaveSize string `json:"weave_size"`
30
- BlockSize string `json:"block_size"`
+ RewardPool interface{} `json:"reward_pool"`
+ WeaveSize interface{} `json:"weave_size"`
+ BlockSize interface{} `json:"block_size"`
31
}
32
33
type TransactionChunk struct {
0 commit comments