import CasperSigner from '@casperholders/core/src/services/signers/casperSigner.js'CasperSigner
Extends:
AbstractSigner → CasperSigner
CasperSigner class Used to sign a deployment with the Casper Signer extension
Static Method Summary
| Static Public Methods | ||
| public static |
Sign a given Deploy Object with the corresponding public key. |
|
Inherited Summary
| From class AbstractSigner | ||
| public static |
Abstract method to sign a deployment. |
|
Static Public Methods
public static async sign(deploy: DeployUtil.Deploy, options: Object): Promise<DeployUtil.Deploy> source
Sign a given Deploy Object with the corresponding public key. You must pass the active public key from the user and the public key where the deploy is going to be used.
