Type Alias: RealmsVoteRequirement
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / RealmsVoteRequirement
Type Alias: RealmsVoteRequirement
type RealmsVoteRequirement: {
requirement: RealmsVoteActionSchema;
type: REALMS_VOTE;
};Realms Vote requirement type
Type declaration
Name
Type
Default value
Description
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
Last updated