SignTransactionCommand class
Command to sign a transaction
- Inheritance
-
- Object
- WalletCommand
- SignTransactionCommand
Constructors
-
SignTransactionCommand({required String walletId, required String transactionId, required String rawTransaction, required List<
String> utxoKeys, required List<String> publicKeys, List<String> addresses = const [], List<int> derivationIndices = const [], String? commandId, DateTime? timestamp, Map<String, dynamic> ? metadata})
Properties
-
addresses
→ List<
String> -
Addresses for each UTXO (parallel to utxoKeys). Used for key derivation.
final
- commandId → String
-
Unique identifier for this command
Used for deduplication and tracing
no setterinherited
- commandType → String
-
Command type identifier for logging and debugging
no setteroverride
- correlationId → String
-
finalinherited
-
derivationIndices
→ List<
int> -
Derivation indices for each UTXO (parallel to utxoKeys).
When provided, the aggregate uses these directly instead of looking up in state.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
→ Map<
String, dynamic> -
finalinherited
- payload → dynamic
-
Override payload to return the command itself for LocalMessage compatibility
no setterinherited
-
publicKeys
→ List<
String> -
final
- rawTransaction → String
-
final
- replyTo → ActorRef?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender → ActorRef?
-
finalinherited
- timestamp → DateTime
-
finalinherited
- transactionId → String
-
final
-
utxoKeys
→ List<
String> -
final
- walletId → String
-
finalinherited
Methods
-
getValidationErrors(
) → List< String> -
Get validation errors
Override in subclasses to provide specific error messages
inherited
-
isValid(
) → bool -
Validate the command
Override in subclasses for custom validation
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCbor(
) → List< int> -
Serialize command to CBOR bytes
inherited
-
toMap(
) → Map< String, dynamic> -
Convert command to a map for serialization
Override in subclasses to include command-specific data
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited