Closed GabrielePicco closed 1 year ago
This is because you should use Pubkey.from_string for this. Btw I strongly recommend running a type checker such as mypy 😅
Makes total sense, thanks. Closing as not relevant.
@kevinheavey some of the examples in the anchorpy documentation may be outdated, I noticed that some don't use Pubkey.from_string. I will open a PR.
Hi, I'm unable to import the metaplex metadata program PublicKey
How to reproduce
Error:
ValueError: expected a sequence of length 32 (got 43)