added apply_params_to_script function

This commit is contained in:
alessandrokonrad
2022-10-22 23:31:26 +02:00
committed by Lucas
parent e67aa7b943
commit c6de827721
3 changed files with 31 additions and 2 deletions

View File

@@ -55,4 +55,6 @@ pub enum Error {
index: u32,
err: Box<Error>,
},
#[error("Failed to apply parameters to Plutus script.")]
ApplyParamsError,
}