A VoidSigner is a class deisgned to allow an address to be used in any API which accepts a Signer, but for which
there are no credentials available to perform any actual signing.This for example allow impersonating an account for the purpose of static calls or estimating gas, but does not allow
sending transactions.