menu
on_chain package
documentation
ethereum/src/rpc/methds/dynamic.dart
EthereumRequestDynamic<T>
EthereumRequestDynamic.new constructor
EthereumRequestDynamic.new constructor
dark_mode
light_mode
EthereumRequestDynamic<
T
>
constructor
EthereumRequestDynamic<
T
>
(
{
required
String
methodName
,
List
params
=
const []
,
})
Implementation
EthereumRequestDynamic({required this.methodName, this.params = const []});
on_chain package
documentation
ethereum/src/rpc/methds/dynamic
EthereumRequestDynamic<T>
EthereumRequestDynamic.new constructor
EthereumRequestDynamic class