Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockNoBody ¶
BlockNoBody is an Ethereum block with header only as returned by Ethereum client. swagger:model blockNoBody
type Error ¶
type Error struct { // The error message // required: true Error string `json:"error"` }
Error is a generic error returned in API response. swagger:model error
type Group ¶
type Group struct { // example: DeFi Indexes Name string // example: [0,1,2,3,4,5] Indexes []int64 }
Group is a contract group. swagger:model group
Click to show internal directories.
Click to hide internal directories.