Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nep-393: add bool return to sbt_revoke_by_owner (#510)
In the [reference](https://github.com/near-ndc/i-am-human/blob/cfc92b1/contracts/registry/src/registry.rs#L362) implementation we return `bool` in the `registry.sbt_revoke_by_owner` to signal if the operation should continue or it's finished. We forgot to push this update to the standard. This update also makes the API consistent with `sbt_recover` and `sbt_soul_transfer`
- Loading branch information