AbstractSigningMessage.php
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
Table of Contents
Classes
- AbstractSigningMessage
- AbstractSigningMessage is class for handling Ethereum signed messages, regardless of specific formatting which is offloaded to class extending AbstractSigningMessage. This allows for easy implementation of multiple signing formats offered by different wallets, usually small variations of "\x19Ethereum Signed Message:\n(len)(message)"