@sanctumso/spl-stake-pool
v0.0.1-dev-7
Published
Typescript + WASM SDK for the SPL stake pool program.
Readme
sanctum-spl-stake-pool-ts
Typescript + WASM SDK for the SPL stake pool program.
Example Usage
import initSdk from "@sanctumso/spl-stake-pool";
// The SDK needs to be initialized once globally before it can be used (idempotent).
// For nodejs environments, use
// `import { initSyncEmbed } from "@sanctumso/spl-stake-pool"; initSyncEmbed();`
// instead
await initSdk();
// TODOBuild
Prerequisites
wasm-packmake(optional, you can just run thewasm-packcommands manually)
