Documentation ¶
Index ¶
- type ClaimProof
- type RPCBatch
- func (b *RPCBatch) AccInputHash() common.Hash
- func (b *RPCBatch) BatchNumber() uint64
- func (b *RPCBatch) DeepCopy() seqsendertypes.Batch
- 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 ProofRollupExitRoot tree.Proof L1InfoTreeLeaf l1infotreesync.L1InfoTreeLeaf }
type RPCBatch ¶ added in v0.4.0
type RPCBatch struct {
// contains filtered or unexported fields
}
func NewRPCBatch ¶ added in v0.4.0
func (*RPCBatch) AccInputHash ¶ added in v0.4.0
AccInputHash
func (*RPCBatch) DeepCopy ¶ added in v0.4.0
func (b *RPCBatch) DeepCopy() seqsendertypes.Batch
DeepCopy
func (*RPCBatch) ForcedBatchTimestamp ¶ added in v0.4.0
ForcedBatchTimestamp
func (*RPCBatch) ForcedBlockHashL1 ¶ added in v0.4.0
ForcedBlockHashL1
func (*RPCBatch) ForcedGlobalExitRoot ¶ added in v0.4.0
ForcedGlobalExitRoot
func (*RPCBatch) GlobalExitRoot ¶ added in v0.4.0
GlobalExitRoot
func (*RPCBatch) L1InfoTreeIndex ¶ added in v0.4.0
L1InfoTreeIndex
func (*RPCBatch) LastCoinbase ¶ added in v0.4.0
LastCoinbase
func (*RPCBatch) LastL2BLockTimestamp ¶ added in v0.4.0
LastL2BLockTimestamp
func (*RPCBatch) LocalExitRoot ¶ added in v0.4.0
LocalExitRoot
func (*RPCBatch) SetL1InfoTreeIndex ¶ added in v0.4.0
SetL1InfoTreeIndex
func (*RPCBatch) SetLastCoinbase ¶ added in v0.4.0
SetLastCoinbase
func (*RPCBatch) SetLastL2BLockTimestamp ¶ added in v0.4.0
SetLastL2BLockTimestamp
Click to show internal directories.
Click to hide internal directories.