updateSigner

update signer

Overview

Parameter:

Retorno:

  • Signer - In case of success

  • Exception - In case of failure

To update the signer we will need:

  • set your apiToken;

  • set your signer token;

  • set the new signer`s values.

  • call the method.

How to use:

Save your apiToken:

const apiToken: string = "YOUR TOKEN";

Set your signer token:

Build your signer with the Signerarrow-up-right class:

Finally, call the addSigner method to get the Signerarrow-up-right or an error message:

Example:

Last updated