Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpNodeClient ¶
type OpNodeClient struct {
// contains filtered or unexported fields
}
func NewOpNodeClient ¶
func NewOpNodeClient(url string) *OpNodeClient
func (*OpNodeClient) FinalizedL2Block ¶
func (c *OpNodeClient) FinalizedL2Block() (*BlockInfo, error)
func (*OpNodeClient) OutputAtBlockRoot ¶ added in v0.4.0
func (c *OpNodeClient) OutputAtBlockRoot(number uint64) (common.Hash, error)
OutputAtBlockRoot retrieves the output root at a specific block number from the OP Node.
Click to show internal directories.
Click to hide internal directories.