You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rpc)!: add getstandardfee RPC returning the ZIP-317 marginal fee (#10717)
* feat(rpc): add getstandardfee RPC returning the standard fee per logical action
Add a parameterless `getstandardfee` JSON-RPC method that returns the
recommended standard fee per logical action. This is the static interface
placeholder (version 0): it returns the existing ZIP-317 marginal fee (5000
zatoshis, reusing `MARGINAL_FEE` from zip317.rs) so wallets can integrate
against a stable method signature now, while a future change replaces the
value with a dynamic estimate and increments the version field without
altering the result shape.
The result object is { standard_fee, version }
0 commit comments