Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationInfo ¶
AttestationInfo is the info of an attestation used by the explorer.
type Explorer ¶
type Explorer struct {
// contains filtered or unexported fields
}
Explorer is a blockchain explorer.
func NewExplorer ¶
func NewExplorer(blockchainConn *grpc.ClientConn) *Explorer
NewExplorer creates a new block explorer
func (*Explorer) StartExplorer ¶
StartExplorer starts the block explorer
func (*Explorer) UpdateData ¶
UpdateData updates the data if needed.
type IndexData ¶
type IndexData struct {
Slots []IndexSlotData
}
IndexData is the data used by the index page.
type IndexSlotData ¶
IndexSlotData is the slot data used by the index page.
Click to show internal directories.
Click to hide internal directories.