types

package
v0.4.0-beta2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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 NewRPCBatch(batchNumber uint64, accInputHash common.Hash, blockHashes []string, batchL2Data []byte,
	globalExitRoot common.Hash, localExitRoot common.Hash, stateRoot common.Hash,
	coinbase common.Address, closed bool) *RPCBatch

func (*RPCBatch) AccInputHash added in v0.4.0

func (b *RPCBatch) AccInputHash() common.Hash

AccInputHash

func (*RPCBatch) BatchNumber added in v0.4.0

func (b *RPCBatch) BatchNumber() uint64

BatchNumber

func (*RPCBatch) DeepCopy added in v0.4.0

func (b *RPCBatch) DeepCopy() seqsendertypes.Batch

DeepCopy

func (*RPCBatch) ForcedBatchTimestamp added in v0.4.0

func (b *RPCBatch) ForcedBatchTimestamp() uint64

ForcedBatchTimestamp

func (*RPCBatch) ForcedBlockHashL1 added in v0.4.0

func (b *RPCBatch) ForcedBlockHashL1() common.Hash

ForcedBlockHashL1

func (*RPCBatch) ForcedGlobalExitRoot added in v0.4.0

func (b *RPCBatch) ForcedGlobalExitRoot() common.Hash

ForcedGlobalExitRoot

func (*RPCBatch) GlobalExitRoot added in v0.4.0

func (b *RPCBatch) GlobalExitRoot() common.Hash

GlobalExitRoot

func (*RPCBatch) IsClosed added in v0.4.0

func (b *RPCBatch) IsClosed() bool

IsClosed

func (*RPCBatch) L1InfoTreeIndex added in v0.4.0

func (b *RPCBatch) L1InfoTreeIndex() uint32

L1InfoTreeIndex

func (*RPCBatch) L2Data added in v0.4.0

func (b *RPCBatch) L2Data() []byte

L2Data

func (*RPCBatch) LastCoinbase added in v0.4.0

func (b *RPCBatch) LastCoinbase() common.Address

LastCoinbase

func (*RPCBatch) LastL2BLockTimestamp added in v0.4.0

func (b *RPCBatch) LastL2BLockTimestamp() uint64

LastL2BLockTimestamp

func (*RPCBatch) LocalExitRoot added in v0.4.0

func (b *RPCBatch) LocalExitRoot() common.Hash

LocalExitRoot

func (*RPCBatch) SetL1InfoTreeIndex added in v0.4.0

func (b *RPCBatch) SetL1InfoTreeIndex(index uint32)

SetL1InfoTreeIndex

func (*RPCBatch) SetL2Data added in v0.4.0

func (b *RPCBatch) SetL2Data(data []byte)

SetL2Data

func (*RPCBatch) SetLastCoinbase added in v0.4.0

func (b *RPCBatch) SetLastCoinbase(address common.Address)

SetLastCoinbase

func (*RPCBatch) SetLastL2BLockTimestamp added in v0.4.0

func (b *RPCBatch) SetLastL2BLockTimestamp(ts uint64)

SetLastL2BLockTimestamp

func (*RPCBatch) StateRoot added in v0.4.0

func (b *RPCBatch) StateRoot() common.Hash

StateRoot

func (*RPCBatch) String added in v0.4.0

func (b *RPCBatch) String() string

String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL