The bytes to sign, without any domain-separation prefix
The implementation is responsible for prepending the "MX" domain-separation
prefix (SIGN_BYTES_PREFIX) before signing, so bytesToSign is the
caller's bytes alone.
A promise which resolves to the raw signature
Generated using TypeDoc
This type represents a function which can sign arbitrary bytes, for use with verifyBytes.