Skip to content

Icrc21ConsentMessageDeviceSpec

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

Defined in: packages/canisters/src/ledger/icrc/types/ledger.params.ts:91

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.