solana-py icon indicating copy to clipboard operation
solana-py copied to clipboard

how can I use custom RPC API methods?

Open heroims opened this issue 1 year ago • 1 comments

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

heroims avatar Nov 21 '24 02:11 heroims

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

michaelhly avatar Nov 25 '24 16:11 michaelhly