updateSigner
update signer
Overview
Parameter:
String - Signer token
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 Signer class:
Finally, call the addSigner method to get the Signer or an error message:
Example:
Last updated