Type Alias: RealmsVoteAction

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / RealmsVoteAction

Type Alias: RealmsVoteAction

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

Realms vote action type

Type declaration

NameTypeDescription

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

types/eventConfig/requirements.ts:343

Last updated