Skip to main content

ZKPPackerParams type

parameters for zkp packer

Signature:

export type ZKPPackerParams = PackerParams & {
senderDID: DID;
profileNonce: number;
provingMethodAlg: ProvingMethodAlg;
};

References: PackerParams