@terminusbet/stake-vote-sdk
Version:
A simple SDK for interacting with terminusbet governance
13 lines • 605 B
TypeScript
import { PublicKey } from "@solana/web3.js";
export declare class StakeState {
discriminator: bigint;
operater: PublicKey;
stakeMintAuthor: PublicKey;
platformMint: PublicKey;
voucherMint: PublicKey;
platformMintTokenAccount: PublicKey;
voucherMintTokenAccount: PublicKey;
constructor(discriminator: bigint, operater: PublicKey, stakeMintAuthor: PublicKey, platformMint: PublicKey, voucherMint: PublicKey, platformMintTokenAccount: PublicKey, voucherMintTokenAccount: PublicKey);
static fromBuffer(buffer: Buffer): StakeState;
}
//# sourceMappingURL=stakeState.d.ts.map