Table of Contents

EIP 191: Signed Data Standard (DRAFT)

Return to Ethereum ERCs

Note: The following is an excerpt from the official Ethereum site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference.
Table 1: Data sheet for Signed Data Standard
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

Abstract

This ERC proposes a specification about how to handle signed data in Ethereum contracts.

Motivation

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: