You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new type representing CIP-0134 URI should be added.
Description
Currently we have the extract_cip19_hash function that returns Vec<u8>. We should have a separate type for that. See the parent issue for more details.
The text was updated successfully, but these errors were encountered:
Summary
A new type representing CIP-0134 URI should be added.
Description
Currently we have the
extract_cip19_hash
function that returnsVec<u8>
. We should have a separate type for that. See the parent issue for more details.The text was updated successfully, but these errors were encountered: