ProofConfigPODSchema
Type Parameters
• E extends EntriesSchema
Properties
owner?
optionalowner:ProofConfigOwner<E>
Defined in
packages/podspec/src/gpc/proof_request.ts:29
pod
pod:
PODSchema<E>
Defined in
packages/podspec/src/gpc/proof_request.ts:25
revealed?
optionalrevealed:Partial<{ [K in string]: boolean }>