Add notes about new v1.9 rpc apis

This commit is contained in:
Tyera Eulberg 2021-12-13 16:47:49 -07:00 committed by Tyera Eulberg
parent eebaf89874
commit fd212fd2a4
1 changed files with 10 additions and 1 deletions

View File

@ -989,6 +989,9 @@ Result:
### getFeeForMessage
**NEW: This method is only available in solana-core v1.9 or newer. Please use
[getFees](jsonrpc-api.md#getfees) for solana-core v1.8**
Get the fee the network will charge for a particular Message
#### Parameters:
@ -1144,7 +1147,7 @@ Unhealthy Result (if additional information is available)
### getHighestSnapshotSlot
**NEW: This method is only available in solana-core v1.9 or newer. Please use
[getSnapshotSlot](jsonrpc-api.md#getsnapshotslot) for solana-core v1.7/v1.8**
[getSnapshotSlot](jsonrpc-api.md#getsnapshotslot) for solana-core v1.8**
Returns the highest slot information that the node has snapshots for.
@ -1452,6 +1455,9 @@ Result:
### getLatestBlockhash
**NEW: This method is only available in solana-core v1.9 or newer. Please use
[getRecentBlockhash](jsonrpc-api.md#getrecentblockhash) for solana-core v1.8**
Returns the latest blockhash
#### Parameters:
@ -3056,6 +3062,9 @@ Result:
### isBlockhashValid
**NEW: This method is only available in solana-core v1.9 or newer. Please use
[getFeeCalculatorForBlockhash](jsonrpc-api.md#getfeecalculatorforblockhash) for solana-core v1.8**
Returns whether a blockhash is still valid or not
#### Parameters: