Type alias Web3IssuerCommitmentInput
Web3
Issuer
Commitment
Input
: { randomness
: Record<string, string>; signature
: string; signer
: string; type
: "web3Issuer"; values
: Record<string, AttributeType>; }
Type declaration
-
randomness: Record<string, string>
-
signature: string
-
signer: string
-
type: "web3Issuer"
-