switchAccount property

set switchAccount (Signer newSigner)

Switches the signer.

Implementation

set switchAccount(Signer newSigner) {
  signer = newSigner;
}