BlobTxSidecar class
all 0 commitment hash output 010657f37554c781402a22917dee2f75def7ab966d7b770905398eba3c444014
Constructors
-
BlobTxSidecar.new({required List<
Blob> blobs, required List<KzgCommitment> commitments, required List<KzgProof> proofs})
Properties
-
blobs
→ List<
Blob> -
final
-
commitments
→ List<
KzgCommitment> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
proofs
→ List<
KzgProof> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
blobHashes(
) → List< Uint8List> -
https://github.com/colinlyguo/EIP-4844-dev-usage.git
crypto/kzg4844/kzg4844.go
func CalcBlobHashV1(hasher hash.Hash, commit *Commitment) (vh
32
byte) { if hasher.Size() != 32 { panic("wrong hash size") } hasher.Reset() hasher.Write(commit:
) hasher.Sum(vh:0
) vh0
= 0x01 // version return vh } -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited