|
Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
|
Static Public Member Functions | |
| static | fromRPCArr (array $rpcArr) |
Public Attributes | |
| Address | $address |
| OOGmp | $amount |
| OOGmp | $validatorIndex |
| OOGmp | $index |
ValidatorWithdrawal represents a withdrawal event from a validator, including the amount and related indexes.
|
static |
Constructs a ValidatorWithdrawal object from an array received through RPC.
| array | $rpcArr | The array containing withdrawal data. |
| BadAddressChecksumException | |
| InvalidHexException | |
| InvalidHexLengthException | |
| EthBinderLogicException |