Type Alias: VoteAction

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / VoteAction

Type Alias: VoteAction

type VoteAction: {
  choice: string;
  proposal: string;
};

Parameters for a vote action.

Type declaration

NameType

choice?

string

proposal

string

Defined in

src/types/audience.ts:65

Last updated