Closed GuybrushX closed 2 years ago
Hi @GuybrushX , thanks for your PR. Here UndelegateTokens
is just an alias of DelegateTokens
because both share the same method implementation.
Delegate and Undelegate with a WASM binary result both in an identical deploy object. In order to not repeat code UndelegateTokens
is calling DelegateTokens
.
Got it, thanks for your explanation. Closing this PR #27
Summary
TODO
Checklist