Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockResponse ¶
type BlockResponse struct {
ChainID string `json:"chain_id"`
Height uint64 `json:"height"`
CelestiaBlockHeight uint64 `json:"celestia_block_height"`
Timestamp int64 `json:"timestamp"`
Hash string `json:"hash"`
ParentHash string `json:"parent_hash"`
DirsRoot string `json:"dirs_root"`
FilesRoot string `json:"files_root"`
ChunksRoot string `json:"chunks_root"`
StateRoot string `json:"state_root"`
Chunks []string `json:"chunks"`
Files []string `json:"files"`
Dirs []string `json:"dirs"`
}
type ChainInfoResponse ¶
type DirectoryManifestResponse ¶
type DirectoryManifestResponse struct {
DirectoryName string `json:"directory_name"`
DirectoryHash string `json:"directory_hash"`
Files []FileReferenceResponse `json:"files"`
}
type FileManifestResponse ¶
type FileReferenceResponse ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(storageClient pbStorageapisV1.StorageServiceClient, rollupClient pbRollupapisV1.RollupServiceClient) *Server
Click to show internal directories.
Click to hide internal directories.