import { Serializable } from "../../bcs";
/**
* An abstract representation of a cryptographic proof associated with specific
* zero-knowledge proof schemes, such as Groth16 and PLONK.
*/
export abstract class Proof extends Serializable {}
Выполнить команду
Для локальной разработки. Не используйте в интернете!