| Title | Signed Data Standard |
| Author | Martin Holst Swende, Nick Johnson |
| Status | Draft |
| Created | 2016-01-20 |
| Description | http://eips.ethereum.org/EIPS/eip-191 |
| Specification | http://eips.ethereum.org/EIPS/eip-191#Specification |
| Category | ERC |
This ERC proposes a specification about how to handle signed data in Ethereum contracts.
Several multisignature wallet implementations have been created which accepts presigned transactions. A presigned transaction is a chunk of binary signed_data, along with signature (r, s and v). The interpretation of the signed_data has not been specified, leading to several problems: