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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user