feat: move input from json to helper method

This commit is contained in:
rvcas
2022-09-24 19:40:07 -04:00
parent 3cb24a1d00
commit 8620332b75
5 changed files with 33 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ pub trait ToPlutusData {
fn to_plutus_data(&self) -> PlutusData;
}
#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq, Eq, Clone)]
pub struct MintValue {
pub mint_value: Mint,
}