CardanoSignRequestProps class

Constructors

CardanoSignRequestProps({Object? requestId, required Uint8List signData, required List<CardanoUtxoRef> utxos, List<CardanoCertKeyRef>? certKeys, String? origin})
const

Properties

certKeys List<CardanoCertKeyRef>?
final
hashCode int
The hash code for this object.
no setterinherited
origin String?
final
requestId Object?
16 raw bytes (Uint8List) or a UUID String; minted when absent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signData Uint8List
The FULL transaction CBOR ([body, witness_set, is_valid, aux_data]) as your Cardano tooling serializes it. The device extracts the body (first array element) and signs its BLAKE2b-256 hash.
final
utxos List<CardanoUtxoRef>
At least one; the device signs once per UNIQUE path across utxos + certKeys.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited