TransactionMetaInnerInstructionsNotParsed: Readonly<
    {
        innerInstructions?: | readonly InnerInstructions<
            TransactionInstruction,
        >[]
        | null;
    },
>