UNPKG

@terminusbet/stake-vote-sdk

Version:

A simple SDK for interacting with terminusbet governance

11 lines 396 B
export declare class BallotBotState { discriminator: bigint; startAt: bigint; endAt: bigint; totaVote: bigint; isCompleted: boolean; uri: string; constructor(discriminator: bigint, startAt: bigint, endAt: bigint, totaVote: bigint, isCompleted: boolean, uri: string); static fromBuffer(buffer: Buffer): BallotBotState; } //# sourceMappingURL=ballotBoxState.d.ts.map