Kzg: {
    blobToKzgCommitment(blob): Uint8Array;
    computeBlobKzgProof(blob, commitment): Uint8Array;
}

Type declaration

  • blobToKzgCommitment:function
  • computeBlobKzgProof:function
    • Given a blob, return the KZG proof that is used to verify it against the commitment.

      Parameters

      • blob: Uint8Array
      • commitment: Uint8Array

      Returns Uint8Array