Interface DecodedHarvestWithheldTokensToMintInstructionUnchecked

A decoded, valid HarvestWithheldTokensToMint instruction

interface DecodedHarvestWithheldTokensToMintInstructionUnchecked {
    data: {
        instruction: TransferFeeExtension;
        transferFeeInstruction: HarvestWithheldTokensToMint;
    };
    keys: {
        mint: AccountMeta;
        sources: null | AccountMeta[];
    };
    programId: PublicKey;
}

Properties

Properties

data: {
    instruction: TransferFeeExtension;
    transferFeeInstruction: HarvestWithheldTokensToMint;
}

Type declaration

keys: {
    mint: AccountMeta;
    sources: null | AccountMeta[];
}

Type declaration

  • mint: AccountMeta
  • sources: null | AccountMeta[]
programId: PublicKey

Generated using TypeDoc