menu
particle_base package
documentation
network/net/rest_client.dart
EvmRpcApi
rpc abstract method
rpc abstract method
dark_mode
light_mode
rpc
abstract method
@POST("evm-chain")
Future
<
String
>
rpc
(
@Body()
RequestBodyEntity
requestBody
)
Implementation
@POST("evm-chain") Future<String> rpc(@Body() RequestBodyEntity requestBody);
particle_base package
documentation
network/net/rest_client
EvmRpcApi
rpc abstract method
EvmRpcApi class