FeeRateGovernorValue constructor
const
FeeRateGovernorValue({})
Implementation
const FeeRateGovernorValue({
required this.burnPercent,
required this.maxLamportsPerSignature,
required this.minLamportsPerSignature,
required this.targetLamportsPerSignature,
required this.targetSignaturesPerSlot,
});