Solana RPC MethodsRemoved Methods
getConfirmedBlock returned transaction and identity information for one
confirmed block slot.
Removed RPC method
This method was removed in Agave v2.0. Use getBlock.
Migration
Keep the slot as the first parameter. Move a legacy bare encoding into the
configuration object and set commitment: "confirmed" to preserve the old
method's commitment semantics. Set maxSupportedTransactionVersion when your
client supports versioned transactions.
Is this page helpful?