@aptos-labs/ts-sdk
Version:
Aptos TypeScript SDK
10 lines • 347 B
TypeScript
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 declare abstract class Proof extends Serializable {
}
//# sourceMappingURL=proof.d.ts.map