import LocalSigner from '@casperholders/core/src/services/signers/localSigner.js'LocalSigner
Extends:
AbstractSigner → LocalSigner
LocalSigner class Used to sign a deployment with local keys
Static Method Summary
| Static Public Methods | ||
| public static |
Sign a given Deploy Object with the corresponding 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 key.
Override:
AbstractSigner#signParams:
| Name | Type | Attribute | Description |
| deploy | DeployUtil.Deploy | Deploy object |
|
| options | Object | Options object |
|
| options.key | AsymmetricKey | AsymmetricKey of the user. |
