Solnet
Solnet copied to clipboard
Add optionnal parameter maxSupportedTransactionVersion to support ver…
This PR aim to fix the issue #426
Solana added versionned transaction since EPOCH 358.
Current version of solnet only support getTransaction and getBlock on LEGACY version.
To be able to call getTransaction or getBlock on versionned transaction, the optionnal parameter maxSupportedTransactionVersion need to be set to 0.