michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
1.09k stars 279 forks source link

how can I use custom RPC API methods? #466

Open heroims opened 1 week ago

heroims commented 1 week ago

how can I use custom RPC API methods like getRecentPrioritizationFees which are supported by official nodes but not yet implemented in solana-py?

michaelhly commented 4 days ago

You can use the core provider module: https://michaelhly.com/solana-py/rpc/providers/