Type Alias: RealmsVoteAction
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / RealmsVoteAction
Type Alias: RealmsVoteAction
type RealmsVoteAction: {
customProgramId: string;
daoPubKey: string;
proposalPubKey: string;
};Realms vote action type
Type declaration
Name
Type
Description
customProgramId?
string
The custom program ID for the proposal
daoPubKey
string
The public key of the DAO
proposalPubKey
string
The public key of the proposal
Defined in
Last updated