Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Block ¶
type Block struct {
Coin string `json:"coin" db:"coin"`
ExplorerName string `json:"explorer_name" db:"explorer_name"`
Height int64 `json:"height" db:"height"`
Hash string `json:"hash" db:"hash"`
Link string `json:"link" db:"link"`
CreatedAt string `json:"created_at" db:"created_at"`
UpdatedAt string `json:"updated_at" db:"updated_at"`
}
func GetExplorerBlockInfo ¶
Click to show internal directories.
Click to hide internal directories.