Type alias CredentialsInputsAccount

CredentialsInputsAccount: {
    commitments: Partial<Record<AttributeKey, HexString>>;
    type: "account";
}

The credentials inputs required to verify the proof of account proofs

Type declaration

  • commitments: Partial<Record<AttributeKey, HexString>>

    Commitments for the ID attributes of the account

  • type: "account"

    Union tag

Generated using TypeDoc