Quantcast
Channel: Recent Questions - Solana Stack Exchange
Viewing all articles
Browse latest Browse all 8046

What does it mean for a Solana program to not be associated with a ProgramData Address?

$
0
0

From the Solana docs on Program Accounts, when a new program is deployed, a Program Account and an associated Program Executable Data Account is created and the Program Account stores the address of an executable data account. This can be seen on a Solana explorer for most programs, such as the Token-2022 program. However, there are some programs like the Token Program that does not have an associated Program Executable Data Account. Why is that and how is that possible?


Viewing all articles
Browse latest Browse all 8046