Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionAccountUpdates

    InstructionAccountUpdates: Record<
        string,
        Partial<Omit<InstructionAccountNodeInput, "defaultValue">> & {
            defaultValue?: InstructionInputValueNode | null;
        },
    >