Add commitment parameter to getFeeCalculatorForBlockhash (#10255) (#10296) (#10302)

automerge
This commit is contained in:
mergify[bot]
2020-05-28 15:26:39 -07:00
committed by GitHub
parent db60bd30dc
commit 995759faf5
3 changed files with 26 additions and 6 deletions

View File

@@ -494,7 +494,8 @@ Returns the fee calculator associated with the query blockhash, or `null` if the
#### Parameters:
* `blockhash: <string>`, query blockhash as a Base58 encoded string
* `<string>` - query blockhash as a Base58 encoded string
* `<object>` - (optional) [Commitment](jsonrpc-api.md#configuring-state-commitment)
#### Results: