RPCGetUncleByBlockHashAndIndex constructor

RPCGetUncleByBlockHashAndIndex({
  1. required String blockHash,
  2. required int uncleIndex,
})

Implementation

RPCGetUncleByBlockHashAndIndex({
  required this.blockHash,
  required this.uncleIndex,
});