Further work on transaction signing

This commit is contained in:
Luke Parker
2024-09-06 03:20:38 -04:00
parent b62fc3a1fa
commit a353f9e2da
13 changed files with 299 additions and 74 deletions

View File

@@ -7,7 +7,7 @@ pub trait Eventuality: Sized + Send + Sync {
/// The type used to identify a received output.
type OutputId: Id;
/// The ID of the transaction this Eventuality is for.
/// The ID of the SignableTransaction this Eventuality is for.
///
/// This is an internal ID arbitrarily definable so long as it's unique.
fn id(&self) -> [u8; 32];