Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: refactor to use
minicbor
decode trait directly
- import `decode, decoder, decode` functions from `minicbor` instead of using them with full path. - refactor `datum` impl block to use `decode` trait from `minicbor` in a more straight forward way. - change `try_inspect` function to use `decode` trait and `decode` function directly from `minicbor`.
- Loading branch information