You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an idea to implement the same formalities around NormalizedAddress as we implemented for InterpretedName, and that we need utility functions such as asNormalizedAddress, which would then guarantee the value returned is a NormalizedAddress.
We are aware that there are technical reasons in Ponder for why it hasn't been done before, so we need to consider if that approach is reasonable before actually actioning it.
Priority
Fairly low
Shouldn't distract @shrugs from any of his current tasks.
Goal
There is an idea to implement the same formalities around
NormalizedAddressas we implemented forInterpretedName, and that we need utility functions such asasNormalizedAddress, which would then guarantee the value returned is aNormalizedAddress.We are aware that there are technical reasons in Ponder for why it hasn't been done before, so we need to consider if that approach is reasonable before actually actioning it.
Priority
Fairly low
Shouldn't distract @shrugs from any of his current tasks.
Why