pub trait TryFromPLA<T> {
// Required method
fn try_from_pla(val: &T) -> Result<Self, TryFromPLAError>
where Self: Sized;
}
Expand description
Convert a plutus-ledger-api type to its cardano-serialization-lib counterpart
try_to_csl_with
accepts extra data where the PLA data itself is not enough