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
Conversion to bech32 address can be done with AddressToBech32 and to get the public key hash one would need to convert it from bech32 back which is more annoying I think
In the bindings core we could replace it with Blake2b256Hash which could also be called in ComputeAccountId, ComputeNftId so we have less code there
The text was updated successfully, but these errors were encountered:
Conversion to bech32 address can be done with
AddressToBech32
and to get the public key hash one would need to convert it from bech32 back which is more annoying I thinkIn the bindings core we could replace it with
Blake2b256Hash
which could also be called inComputeAccountId, ComputeNftId
so we have less code thereThe text was updated successfully, but these errors were encountered: