Function createNoopSigner

  • Creates a Signer that, when required to sign, does nothing. This can be useful when libraries require a Signer but we don't have one in the current environment. For example, if the transaction will then be signed in a backend server.

    Parameters

    Returns Signer

Generated using TypeDoc