The data to sign, without any prefix
The LogicSig whose program will verify the signature
The implementation is responsible for prepending the "ProgData" prefix (SIGN_PROGRAM_DATA_PREFIX) and the LogicSig's address before signing.
A promise which resolves to the raw signature
Generated using TypeDoc
This type represents a function which can sign data for use with the
ed25519verifyopcode from within a LogicSig's program.