Equations
- EvmYul.instReprFinsetBlockHeader = { reprPrec := fun (x : Finset EvmYul.BlockHeader) (x : ℕ) => Std.Format.text "Dummy Repr for ommers. TODO - change this :)." }
Equations
- EvmYul.instBEqTransactions = { beq := EvmYul.beqTransactions✝ }
Equations
- EvmYul.instInhabitedTransactions = { default := { trieRoot := default, array := default } }
Equations
- EvmYul.instReprTransactions = { reprPrec := EvmYul.reprTransactions✝ }
Equations
- EvmYul.instBEqWithdrawals = { beq := EvmYul.beqWithdrawals✝ }
Equations
- EvmYul.instInhabitedWithdrawals = { default := { trieRoot := default, array := default } }
Equations
- EvmYul.instReprWithdrawals = { reprPrec := EvmYul.reprWithdrawals✝ }
Equations
- EvmYul.instBEqRawBlock = { beq := EvmYul.beqRawBlock✝ }
Equations
- EvmYul.instInhabitedRawBlock = { default := { rlp := default, exception := default } }
Equations
- EvmYul.instReprRawBlock = { reprPrec := EvmYul.reprRawBlock✝ }
@[reducible, inline]
Equations
Instances For
- hash : UInt256
- blockHeader : BlockHeader
- transactions : Transactions
- withdrawals : Withdrawals
Instances For
Equations
Equations
- EvmYul.instReprDeserializedBlock = { reprPrec := EvmYul.reprDeserializedBlock✝ }
@[reducible, inline]
Instances For
- hash : UInt256
- blockHeader : BlockHeader
- σ : AccountMap
Instances For
Equations
Equations
- EvmYul.instInhabitedProcessedBlock = { default := { hash := default, blockHeader := default, σ := default } }
Equations
- EvmYul.instReprProcessedBlock = { reprPrec := EvmYul.reprProcessedBlock✝ }
@[reducible, inline]
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- EvmYul.deserializeBlock.parseStorageKey (𝕋.𝔹 key) = pure (EvmYul.UInt256.ofNat (EvmYul.fromByteArrayBigEndian key))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- EvmYul.deserializeBlock.parseBlobVersionHash (𝕋.𝔹 key) = pure key
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.