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

automerge
This commit is contained in:
Michael Vines
2020-05-28 13:22:46 -07:00
committed by GitHub
parent 2fd319ab7a
commit ed928cfdf7
3 changed files with 26 additions and 6 deletions

View File

@ -491,7 +491,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: