Skip to content

KzgLibrary

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/transaction.d.ts:119

A KZG Library with the necessary functions to compute BLOb commitments and proofs.

blobToKzgCommitment: (blob) => Uint8Array;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/transaction.d.ts:120

ParameterType
blobUint8Array

Uint8Array


computeBlobKzgProof: (blob, commitment) => Uint8Array;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/transaction.d.ts:121

ParameterType
blobUint8Array
commitmentUint8Array

Uint8Array