Skip to content

Commit caa839a

Browse files
mweinschenkCopilot
andauthored
Update docs/pages/reference.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b12ea54 commit caa839a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262

6363
## FeePolicy (via `EvmFees`)
6464

65-
| Method | Args | Returns | Notes |
66-
|----------------------------|--------------------|---------------------------|------------------------|
67-
| `suggest(cb)` | `callable` | `[prioHex, maxHex]` | Initial fee suggestion |
68-
| `replace(prioHex, maxHex)` | `string`, `string` | `[newPrioHex, newMaxHex]` | Replacement bump |
65+
| Method | Args | Returns | Notes |
66+
|----------------------------------------|--------------------------------------|--------------------------------|------------------------|
67+
| `suggest(callable $gasPriceFetcher)` | `callable $gasPriceFetcher` | `[priorityWei, maxFeeWei]` | Initial fee suggestion |
68+
| `replace(int $oldPriority, int $oldMax)`| `int $oldPriority, int $oldMax` | `[priorityWei, maxFeeWei]` | Replacement bump |
6969

7070
---
7171

0 commit comments

Comments
 (0)