@mega-yfue/eufy-sdk / tuya / TuyaSigner
Interface: TuyaSigner
The native signing seam. Given the buildSignPreimage output, return the final sign value (SHA-256-length hex). Implementations mix in the app secret natively.
Methods
sign()
ts
sign(preimage): string;Parameters
preimage
string
Returns
string