publicKey is undefined for Address generated by AlgorandClient.account.random()
#348
Labels
bug
Something isn't working
AlgorandClient.account.random()
#348
Subject of the issue
account.random()
is generating accounts fine, but the Address has an undefined publicKey which is unexpected since it should always be determined upon construction.Your environment
8.0.1
Steps to reproduce
algorand.account.random().addr.publicKey
Expected behaviour
UInt8Array
of the public key for the addressActual behaviour
undefined
The text was updated successfully, but these errors were encountered: