Documentation
¶
Overview ¶
description: sync_eth
@author: xwc1125 @date: 2020/10/05
description: sync_eth
@author: xwc1125 @date: 2020/10/05
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenesisAccount ¶
type GenesisAccount struct {
//Code []byte `json:"code,omitempty"`
//Storage map[types.Hash]types.Hash `json:"storage,omitempty"`
Balance *math.HexOrDecimal256 `json:"balance" gencodec:"required"`
}
type GenesisAlloc ¶
type PageResponse ¶
type PageResponse struct {
Code int `json:"code" example:"200"`
Data Page `json:"data"`
Msg string `json:"msg"`
}
func (*PageResponse) ReturnOK ¶
func (res *PageResponse) ReturnOK() *PageResponse
Click to show internal directories.
Click to hide internal directories.