Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionUpdates

    InstructionUpdates:
        | Partial<
            Omit<InstructionNodeInput, "accounts" | "arguments" | "extraArguments"> & {
                accounts?: InstructionAccountUpdates;
                arguments?: InstructionArgumentUpdates;
            },
        >
        | { delete: true }