solana-py
solana-py copied to clipboard
how can I use custom RPC API methods?
how can I use custom RPC API methods like getRecentPrioritizationFees which are supported by official nodes but not yet implemented in solana-py?
You can use the core provider module: https://michaelhly.com/solana-py/rpc/providers/