UNPKG

@aptos-labs/ts-sdk

Version:
10 lines • 328 B
import { Serializable } from "../../bcs/index.js"; /** * An abstract representation of a cryptographic proof associated with specific * zero-knowledge proof schemes, such as Groth16 and PLONK. * @group Implementation * @category Serialization */ export class Proof extends Serializable { } //# sourceMappingURL=proof.js.map