Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
|
This is the complete list of members for M8B\EtherBinder\Misc\UnFormattedSigningMessage, including all inherited members.
__construct(protected string $message, protected ?Address $from=null, protected ?Signature $sig=null) | M8B\EtherBinder\Misc\AbstractSigningMessage | |
__toString() | M8B\EtherBinder\Misc\AbstractSigningMessage | |
fromJSON(string $json) | M8B\EtherBinder\Misc\AbstractSigningMessage | static |
getMessage() | M8B\EtherBinder\Misc\AbstractSigningMessage | |
getSignature() | M8B\EtherBinder\Misc\AbstractSigningMessage | |
isSigned() | M8B\EtherBinder\Misc\AbstractSigningMessage | |
preProcessMessage() | M8B\EtherBinder\Misc\UnFormattedSigningMessage | protected |
setMessage(string $message) | M8B\EtherBinder\Misc\AbstractSigningMessage | |
sign(Key $key) | M8B\EtherBinder\Misc\AbstractSigningMessage | |
toJson(bool $pretty) | M8B\EtherBinder\Misc\AbstractSigningMessage | |
validateSignature() | M8B\EtherBinder\Misc\AbstractSigningMessage |