Skip to content

Type Alias: PriorityFeesConfig

ts
type PriorityFeesConfig = 
  | PriorityFeesConfigFixed
  | PriorityFeesConfigDynamic;