secp256k1_sign
Sign a hash using the secp256k1 method with a specified wallet ID.
Instructions
Sign a hash using the secp256k1 method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | The hash to sign (e.g. 0x12345678) | |
| walletId | Yes | ID of the wallet to use for signing. |