Storage proofs were being unmarshalled from the RPC form to the go struct, but were not being included in the final returned struct.
This commit adds the package gethclient which is similar to the ethclient and implements some geth specific functionality. Co-authored-by: Edgar Aroutiounian <edgar.factorial@gmail.com> Co-authored-by: Felix Lange <fjl@twurst.com>