Documentation
¶
Index ¶
Constants ¶
View Source
const APISYNC = "sync"
APISYNC is the namespace of the sync service
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncEndpoints ¶
type SyncEndpoints struct {
// contains filtered or unexported fields
}
SyncEndpoints contains implementations for the "zkevm" RPC endpoints
func NewSyncEndpoints ¶
func NewSyncEndpoints(db db.DB) *SyncEndpoints
NewSyncEndpoints returns ZKEVMEndpoints
func (*SyncEndpoints) GetOffChainData ¶
func (z *SyncEndpoints) GetOffChainData(hash types.ArgHash) (interface{}, rpc.Error)
GetOffChainData returns the image of the given hash
Click to show internal directories.
Click to hide internal directories.