The base URL for the Neon Proxy RPC.
Fetches the EVM parameters from the Neon Proxy RPC.
A promise that resolves to a set of Neon program status parameters.
Emulates a Neon transaction using the neon_emulate
method.
The parameters for the emulation, typically transaction data.
A promise that resolves to the result of the Neon emulation.
Makes a proxy request using the configured Neon Proxy RPC URL.
The RPC method name.
The parameters for the RPC method.
A promise that resolves to the response of the proxy RPC request.
Makes an RPC request to a specified URL.
The URL to make the RPC request to.
The RPC method name.
The parameters for the RPC method.
A promise that resolves to the response of the RPC request.
Creates an instance of NeonProxyRpcApi.