@solana/web3.js
    Preparing search index...

    Type Alias ParsedInstruction

    A parsed transaction instruction

    type ParsedInstruction = {
        parsed: any;
        program: string;
        programId: PublicKey;
    }
    Index
    parsed: any

    Parsed instruction info

    program: string

    Name of the program for this instruction

    programId: PublicKey

    ID of the program for this instruction