Add commitment parameter to getFeeCalculatorForBlockhash (#10255)

* Accept commitment parameter on getFeeCalculatorForBlockhash

* Update docs

* Add get_fee_calculator_for_blockhash_with_commitment to rpc client
This commit is contained in:
Tyera Eulberg
2020-05-26 17:23:58 -06:00
committed by GitHub
parent 22a98bd27a
commit 3f0995d3b4
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: