@helium/circuit-breaker-sdk
v0.11.17
Published
Interface to the circuit breaker smart contract
Keywords
Readme
@helium/circuit-breaker-sdk
TypeScript SDK for the circuit-breaker program. The program wraps Mint and TokenAccount with configurable windowed rate limits; this SDK exposes helpers to initialise breakers, build mint/transfer CPI instructions, and derive PDAs.
import { init } from "@helium/circuit-breaker-sdk"
const program = await init(provider)