feat(interop): re-export utxorpc spec to unify downstream versions (#448)

This commit is contained in:
Santiago Carmuega 2024-04-18 22:40:40 -03:00 committed by GitHub
parent 0b82bb702a
commit df202c27c3
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,8 @@ use pallas_traverse as trv;
use trv::OriginalHash;
pub use utxorpc_spec::utxorpc::v1alpha as spec;
use utxorpc_spec::utxorpc::v1alpha::cardano as u5c;
pub fn map_purpose(x: &conway::RedeemerTag) -> u5c::RedeemerPurpose {