Go code to perform Solana RPC's GetStakeActivation client-side. This code was implemented with reference to the following repository.
The GetStakeActivation RPC code is removed, but users may still need to get access to stake activation data.
The RPC method was removed because it's possible to get calculate the status of a stake account on the client-side.
This repo contains go code for mimicking GetStakeActivation on the client-side. See the examples/ in each repo to see how to use them, or read the source code!
go get -v github.com/skport/solana-rpc-client-extensions-go