CIP-8 message signing

The content of the address field in the protected header in Sig_structure in CIP-8 is not defined. Some dApps use actual Cardano address, but in many cases it would be more useful to just use a key hash (e.g. for messages signed by DRep keys). This is implemented on Ledger.

Enumeration Members

Enumeration Members

ADDRESS: "address"
KEY_HASH: "key_hash"

Generated using TypeDoc