pub trait FromCSL<T> {
// Required method
fn from_csl(value: &T) -> Self
where Self: Sized;
}
Expand description
Convert a cardano-serialization-lib type to its plutus-ledger-api counterpart
pub trait FromCSL<T> {
// Required method
fn from_csl(value: &T) -> Self
where Self: Sized;
}
Convert a cardano-serialization-lib type to its plutus-ledger-api counterpart