Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.09 KB

File metadata and controls

26 lines (17 loc) · 1.09 KB

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