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 z_getstandardfee RPC returning the ZIP-317 marginal fee
Add a parameterless `z_getstandardfee` JSON-RPC method that returns the
recommended standard fee per logical action. This is the static interface
placeholder (version 0) from the draft ZIP "Dynamic Fee Estimation via
z_getstandardfee": it returns the current ZIP-317 marginal fee (5000
zatoshis) 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, height }, matching the draft
ZIP's specification.
0 commit comments