StaticsignSigns arbitrary data and binds the signature to a Cardano address.
The raw message bytes to sign.
The Cardano address object.
The Ed25519 private key object.
StaticsignSigns arbitrary data and binds the signature to a key hash.
The raw message bytes to sign.
The raw bytes of the Blake2b-224 key hash (28 bytes) to bind the signature to.
The Ed25519 private key wrapper object.
A utility class for creating CIP-8 / COSE signatures using Cardano types.
These functions produce the necessary COSE_Sign1 and COSE_Key structures required by the CIP-30
signDataAPI.