Skip to content

skport/solana-rpc-client-extensions-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solana-rpc-client-extensions-go

Go code to perform Solana RPC's GetStakeActivation client-side. This code was implemented with reference to the following repository.

Dependencies

Motivation

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!

Usage

Installing

go get -v github.com/skport/solana-rpc-client-extensions-go

About

Go code to perform Solana RPC's GetStakeActivation client-side

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages