Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ABI loader private so we can use expect calls
- Why private? - This functionality is out of scope for our SDK. - It wasn't being used outside this module. - I think that it is ok to go with the simplest solution right now. We could refactor this to emit an error in the future if necessary. - It makes sense to use `expect`/`unwrap` here because the `include_str!` macro ensures that the ABI JSON string is present.
- Loading branch information