Type alias CredentialsInputsIdentity

CredentialsInputsIdentity: {
    arsInfos: Record<number, ArInfo>;
    ipInfo: IpInfo;
    type: "identity";
}

Credentials inputs for identity credential proofs.

Type declaration

  • arsInfos: Record<number, ArInfo>

    Known anonymity revokers mapped by their index.

  • ipInfo: IpInfo

    Information about the identity provider.

  • type: "identity"

    Identifies this as identity credentials input.

Generated using TypeDoc