Type Alias ComputeBudgetInstructionType

ComputeBudgetInstructionType:
    | "RequestUnits"
    | "RequestHeapFrame"
    | "SetComputeUnitLimit"
    | "SetComputeUnitPrice"

An enumeration of valid ComputeBudgetInstructionType's