| 194 | /// Transaction data. |
| 195 | #[derive(Hash, PartialEq, Eq, PartialOrd, Ord, Clone, Debug, Serialize, Deserialize)] |
| 196 | pub struct TxData(pub isize, pub Value, pub Aid, pub Value, pub Option<Time>); |
| 197 | |
| 198 | impl TxData { |
| 199 | /// Creates TxData representing the addition of a single fact. |
no outgoing calls
no test coverage detected