Add 'confirmed' parameter (#743)
* Add 'confirmed' parameter to Solana blocksSubscribe method * Add 'confirmed' parameter to Solana getBlocks method
This commit is contained in:
@@ -58,6 +58,7 @@ object SolanaChainSpecific : AbstractChainSpecific() {
|
||||
ListParams(
|
||||
response.max(),
|
||||
mapOf(
|
||||
"commitment" to "confirmed",
|
||||
"showRewards" to false,
|
||||
"transactionDetails" to "none",
|
||||
"maxSupportedTransactionVersion" to 0,
|
||||
@@ -104,6 +105,7 @@ object SolanaChainSpecific : AbstractChainSpecific() {
|
||||
ListParams(
|
||||
"all",
|
||||
mapOf(
|
||||
"commitment" to "confirmed",
|
||||
"showRewards" to false,
|
||||
"transactionDetails" to "none",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user