web3swift
web3swift copied to clipboard
Pending block's `hash` is null but not optional
trafficstars
I want to get pending block by 'eth_getBlockByNumber', parameters is 'pending' and true. The response decode will come error on 'hash'.
Should change 'hash' type Data toData? ?