Documentation
¶
Index ¶
- type ClaimProof
- type RPCBatch
- func (b *RPCBatch) AccInputHash() common.Hash
- func (b *RPCBatch) BatchNumber() uint64
- func (b *RPCBatch) ForcedBatchTimestamp() uint64
- func (b *RPCBatch) ForcedBlockHashL1() common.Hash
- func (b *RPCBatch) ForcedGlobalExitRoot() common.Hash
- func (b *RPCBatch) GlobalExitRoot() common.Hash
- func (b *RPCBatch) IsClosed() bool
- func (b *RPCBatch) L1InfoTreeIndex() uint32
- func (b *RPCBatch) L2Data() []byte
- func (b *RPCBatch) LastCoinbase() common.Address
- func (b *RPCBatch) LastL2BLockTimestamp() uint64
- func (b *RPCBatch) LocalExitRoot() common.Hash
- func (b *RPCBatch) SetL1InfoTreeIndex(index uint32)
- func (b *RPCBatch) SetL2Data(data []byte)
- func (b *RPCBatch) SetLastCoinbase(address common.Address)
- func (b *RPCBatch) SetLastL2BLockTimestamp(ts uint64)
- func (b *RPCBatch) StateRoot() common.Hash
- func (b *RPCBatch) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimProof ¶
type ClaimProof struct {
ProofLocalExitRoot tree.Proof `json:"proof_local_exit_root"`
ProofRollupExitRoot tree.Proof `json:"proof_rollup_exit_root"`
L1InfoTreeLeaf l1infotreesync.L1InfoTreeLeaf `json:"l1_info_tree_leaf"`
}
type RPCBatch ¶
type RPCBatch struct {
// contains filtered or unexported fields
}
func NewRPCBatch ¶
func (*RPCBatch) ForcedBatchTimestamp ¶
ForcedBatchTimestamp
func (*RPCBatch) ForcedBlockHashL1 ¶
ForcedBlockHashL1
func (*RPCBatch) ForcedGlobalExitRoot ¶
ForcedGlobalExitRoot
func (*RPCBatch) LastL2BLockTimestamp ¶
LastL2BLockTimestamp
func (*RPCBatch) SetL1InfoTreeIndex ¶
SetL1InfoTreeIndex
func (*RPCBatch) SetLastCoinbase ¶
SetLastCoinbase
func (*RPCBatch) SetLastL2BLockTimestamp ¶
SetLastL2BLockTimestamp
Click to show internal directories.
Click to hide internal directories.