Skip to content

Icrc21ConsentMessageDeviceSpec

Icrc21ConsentMessageDeviceSpec = { GenericDisplay: null; } | { FieldsDisplay: null; }

Defined in: packages/ledger-icrc/src/types/ledger.params.ts:99

Device specification for displaying the consent message.

A generic display able to handle large documents and do line wrapping and pagination / scrolling. Text must be Markdown formatted, no external resources (e.g. images) are allowed.

A simple display able to handle multiple fields with a title and content.