Skip to main content

EcdsaSignWithHashConfig

EcdsaSignWithHashConfig: EcdsaSignBase & object

Config object for ECDSA sign of a full message, digested by the SDK before signing.

Type declaration

hashAlgo

hashAlgo: dkls.HashAlgo

The hash algorithm applied to message (e.g. 'KECCAK256').

message

message: string

The hex encoded full message; hashed with hashAlgo before signing.