Commit 6eee9dc
authored
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`1 parent 3786d9b commit 6eee9dc
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
409 | 416 | | |
410 | 417 | | |
411 | 418 | | |
| |||
0 commit comments