Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IEthTxManager ¶
type IEtherman ¶
type IEtherman interface { GetSequencerAddr(rollupId uint32) (common.Address, error) BuildTrustedVerifyBatchesTxData(lastVerifiedBatch, newVerifiedBatch uint64, proof tx.ZKP, rollupId uint32) (data []byte, err error) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error) txmTypes.EthermanInterface GetLastBlock(ctx context.Context, dbTx pgx.Tx) (*state.Block, error) }
type IZkEVMClient ¶
type IZkEVMClientClientCreator ¶
type IZkEVMClientClientCreator interface {
NewClient(rpc string) IZkEVMClient
}
Click to show internal directories.
Click to hide internal directories.