Solana RPC MethodsRemoved Methods
getFeeRateGovernor exposed legacy fee-governor configuration from the root
bank.
Removed RPC method
This method was removed in Agave v2.0. There is no direct replacement for its configuration response.
Migration
To estimate what the cluster will charge for a transaction, compile the
transaction message and call
getFeeForMessage. To inspect the fee charged
to a landed transaction, read meta.fee from
getTransaction.
Do not try to derive a transaction fee from the removed governor fields.
Is this page helpful?