Documentation ¶
Index ¶
- type RPCBatch
- 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) 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) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCBatch ¶
type RPCBatch struct {
// contains filtered or unexported fields
}
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.