Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewEigenClient ¶
func (*Client) GetBatchTransactionByDataStoreId ¶
func (*Client) GetLatestTransactionBatchIndex ¶
func (*Client) GetRollupStoreByRollupBatchIndex ¶
func (c *Client) GetRollupStoreByRollupBatchIndex(batchIndex int64) (*RollupStoreResponse, error)
type EigenClient ¶
type EigenClient interface { GetLatestTransactionBatchIndex() (*uint64, error) GetRollupStoreByRollupBatchIndex(batchIndex int64) (*RollupStoreResponse, error) GetBatchTransactionByDataStoreId(storeNumber uint32, l1MsgSender string) ([]*types.Transaction, error) }
type RollupStoreResponse ¶
type TransactionMeta ¶
Click to show internal directories.
Click to hide internal directories.