Coda by Ian Macalinao
    Preparing search index...

    Interface ParsedSetVoteDelegateInstruction<TProgram, TAccountMetas>

    interface ParsedSetVoteDelegateInstruction<
        TProgram extends string = typeof LOCKED_VOTER_PROGRAM_ADDRESS,
        TAccountMetas extends readonly AccountMeta[] = readonly AccountMeta[],
    > {
        accounts: { escrow: TAccountMetas[0]; escrowOwner: TAccountMetas[1] };
        data: SetVoteDelegateInstructionData;
        programAddress: Address<TProgram>;
    }

    Type Parameters

    Index

    Properties

    accounts: { escrow: TAccountMetas[0]; escrowOwner: TAccountMetas[1] }
    programAddress: Address<TProgram>