getFeeRateGovernor RPC Method
Returns the fee rate governor information from the root bank
Deprecated Method
This method is expected to be removed in solana-core
v2.0. Please use
getFeeForMessage instead.
Parameters
None
Result
The result will be an RpcResponse JSON object with value
equal to an object
with the following fields:
burnPercent: <u8>
- Percentage of fees collected to be destroyedmaxLamportsPerSignature: <u64>
- Largest valuelamportsPerSignature
can attain for the next slotminLamportsPerSignature: <u64>
- Smallest valuelamportsPerSignature
can attain for the next slottargetLamportsPerSignature: <u64>
- Desired fee rate for the clustertargetSignaturesPerSlot: <u64>
- Desired signature rate for the cluster