@ethda/blobs
Version:
Ethda Blobs SDK
9 lines (7 loc) • 389 B
text/typescript
export const NULL_ADDRESS = '0x0000000000000000000000000000000000000000';
export const ZERO_BYTES32 =
'0x0000000000000000000000000000000000000000000000000000000000000000';
export const BlobTxBytesPerFieldElement = 32; // Size in bytes of a field element
export const BlobTxFieldElementsPerBlob = 4096;
export const BLOB_SIZE =
BlobTxBytesPerFieldElement * BlobTxFieldElementsPerBlob;