Skip to content

Commit

Permalink
add description of inputs (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshy Orndorff <git-user-email.h0ly5@simplelogin.com>
  • Loading branch information
JoshOrndorff and Joshy Orndorff authored Oct 5, 2023
1 parent e92ea6e commit 2b42530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuxedo-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub struct OutputRef {
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
#[derive(Debug, PartialEq, Eq, Clone, TypeInfo)]
pub struct Transaction<V: TypeInfo, C: TypeInfo> {
/// Existing pieces of state to be read and consumed from storage
pub inputs: Vec<Input>,
/// Existing state to be read, but not consumed, from storage
pub peeks: Vec<OutputRef>,
Expand Down

0 comments on commit 2b42530

Please sign in to comment.