feat(interop): re-export utxorpc spec to unify downstream versions (#448)
This commit is contained in:
parent
0b82bb702a
commit
df202c27c3
2 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue