Skip to content

Commit

Permalink
add Datums docs type
Browse files Browse the repository at this point in the history
  • Loading branch information
falcucci committed Dec 17, 2023
1 parent 3ac5bf1 commit 24f8fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mithril-common/src/chain_observer/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pub enum Metadatum {
Map(KeyValuePairs<Metadatum, Metadatum>),
}

/// [Datums] represents a list of [TxDatum].
pub type Datums = Vec<TxDatum>;

/// [ChainAddress] represents an on chain address.
Expand Down

0 comments on commit 24f8fdc

Please sign in to comment.