Skip to main content

Questions tagged [datastructure]

The tag has no usage guidance.

1 vote
1 answer
23 views

Is there anyway to decode program account change that I don’t know the struct?

I’m trying to decode update that I got from the call of “connection.onProgramAcccountChange” but I don’t know the struct of possible outcome, is there anyway to get the struct or decode it somehow ? ...
Daniel Kotlarov's user avatar
0 votes
0 answers
11 views

What rust std::collection datastructure are not supported on Solana

I remember there used to be this limitation that std::collection::Hashmap data structure was not supported and the solution was to use a pda, i just wanted to find information on all such possible ...
Nabeel Naveed's user avatar