Type Alias: RealmsVoteRequirement

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / RealmsVoteRequirement

Type Alias: RealmsVoteRequirement

type RealmsVoteRequirement: {
  requirement: RealmsVoteActionSchema;
  type: REALMS_VOTE;
};

Realms Vote requirement type

Type declaration

NameTypeDefault valueDescription

requirement

{ customProgramId: string; daoPubKey: string; proposalPubKey: string; }

RealmsVoteActionSchema

-

requirement.customProgramId?

string

-

The custom program ID for the proposal

requirement.daoPubKey

string

-

The public key of the DAO

requirement.proposalPubKey

string

-

The public key of the proposal

type

REALMS_VOTE

-

-

Defined in

types/eventConfig/config.ts:197

Last updated