menu
on_chain package
documentation
ethereum/src/rpc/methds/get_block_by_hash.dart
EthereumRequestGetBlockByHash
EthereumRequestGetBlockByHash.new constructor
EthereumRequestGetBlockByHash.new constructor
dark_mode
light_mode
EthereumRequestGetBlockByHash
constructor
EthereumRequestGetBlockByHash
(
{
required
String
blockHash
,
bool
hydrated
=
true
,
})
Implementation
EthereumRequestGetBlockByHash({ required this.blockHash, this.hydrated = true, });
on_chain package
documentation
ethereum/src/rpc/methds/get_block_by_hash
EthereumRequestGetBlockByHash
EthereumRequestGetBlockByHash.new constructor
EthereumRequestGetBlockByHash class