UNPKG

@bagsfm/bags-sdk

Version:

TypeScript SDK for Bags

10 lines 292 B
import { PublicKey } from '@solana/web3.js'; export type DecodedPartnerConfig = { totalClaimedFees: bigint; totalAccumulatedFees: bigint; totalLifetimeAccumulatedFees: bigint; partner: PublicKey; bump: number; bps: number; }; //# sourceMappingURL=fee-share-v2.d.ts.map