EthereumRequestGetProof constructor
EthereumRequestGetProof({
- required String address,
- required List<
String> storageKeys, - BlockTagOrNumber? blockNumber = BlockTagOrNumber.latest,
Implementation
EthereumRequestGetProof(
{required this.address,
required this.storageKeys,
super.blockNumber = BlockTagOrNumber.latest});