KzgProof constructor

KzgProof(
  1. Uint8List p
)

Implementation

KzgProof(Uint8List p) {
  proof = p;
}