-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Description
Currently, only strings are allowed for elements of the array _sd in IDisclosureFrame.
credo-ts/packages/core/src/modules/sd-jwt-vc/SdJwtVcOptions.ts
Lines 15 to 19 in b9bd214
| export interface IDisclosureFrame { | |
| _sd?: string[] | |
| _sd_decoy?: number | |
| [x: string]: string[] | number | IDisclosureFrame | undefined | |
| } |
However, storing numbers there seems mandatory for enabling selective disclosure of elements of arrays.
Therefore, storing numbers should be allowed as elements of the array _sd in IDisclosureFrame.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels