Hello, using the token_metadata.Metadata (from metaplex-go) struct and the GetAccountDataBorshInto (from solana-go), I am not able to decode the Token2022ProgramID metadata. I also have thesame issue with GetAccountDataInto using the token mint.
In @solana/web3.js, getMint and getTokenMetadata are available. In the package, getMint is avaible but it does not return tlvData.
Is there something similar in the package to decode those metadata? I can't find it.
Thanks for the help.
Hello, using the
token_metadata.Metadata(from metaplex-go) struct and theGetAccountDataBorshInto(from solana-go), I am not able to decode theToken2022ProgramIDmetadata. I also have thesame issue withGetAccountDataIntousing the token mint.In
@solana/web3.js,getMintandgetTokenMetadataare available. In the package,getMintis avaible but it does not returntlvData.Is there something similar in the package to decode those metadata? I can't find it.
Thanks for the help.