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.
Properties
Section titled “Properties”blobToKzgCommitment()
Section titled “blobToKzgCommitment()”blobToKzgCommitment: (blob) => Uint8Array;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/transaction.d.ts:120
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
blob | Uint8Array |
Returns
Section titled “Returns”computeBlobKzgProof()
Section titled “computeBlobKzgProof()”computeBlobKzgProof: (blob, commitment) => Uint8Array;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/transaction.d.ts:121
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
blob | Uint8Array |
commitment | Uint8Array |