# Class: FeeRateGovernor
# Table of contents
# Constructors
# Accessors
- burnPercent
- lamportsPerSignature
- maxLamportsPerSignature
- minLamportsPerSignature
- targetLamportsPerSignature
- targetSignaturesPerSlot
# Constructors
# constructor
• new FeeRateGovernor()
# Accessors
# burnPercent
• get
burnPercent(): number
# Returns
number
# Defined in
internal.d.ts:170 (opens new window)
# lamportsPerSignature
• get
lamportsPerSignature(): bigint
# Returns
bigint
# Defined in
internal.d.ts:165 (opens new window)
# maxLamportsPerSignature
• get
maxLamportsPerSignature(): bigint
# Returns
bigint
# Defined in
internal.d.ts:169 (opens new window)
# minLamportsPerSignature
• get
minLamportsPerSignature(): bigint
# Returns
bigint
# Defined in
internal.d.ts:168 (opens new window)
# targetLamportsPerSignature
• get
targetLamportsPerSignature(): bigint
# Returns
bigint
# Defined in
internal.d.ts:166 (opens new window)
# targetSignaturesPerSlot
• get
targetSignaturesPerSlot(): bigint
# Returns
bigint