Function: realmsVoteGet

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / realmsVoteGet

Function: realmsVoteGet()

function realmsVoteGet(
   realmsVoteAction, 
   offerId, 
   publisherHandle, 
   remainingConversions?, 
   userRewardType?, 
   userRewardToken?, 
   userRewardAmount?, 
   raffleRewardType?, 
   raffleRewardToken?, 
raffleRewardAmount?): Promise<ActionGetResponse>

Parameters

Parameter
Type
Description

realmsVoteAction

object

-

realmsVoteAction.customProgramId?

string

The custom program ID for the proposal

realmsVoteAction.daoPubKey

string

The public key of the DAO

realmsVoteAction.proposalPubKey

string

The public key of the proposal

offerId?

string

-

publisherHandle?

string

-

remainingConversions?

number

-

userRewardType?

string

-

userRewardToken?

string

-

userRewardAmount?

number

-

raffleRewardType?

string

-

raffleRewardToken?

string

-

raffleRewardAmount?

number

-

Returns

Promise<ActionGetResponse>

Defined in

solana-actions/buildGet.ts:467

Last updated