EtherDeposit
An Ether token deposit
struct EtherDeposit {
address sender;
uint256 value;
}
Properties
| Name | Type | Description |
|---|---|---|
sender | address | The Ether sender |
value | uint256 | The Ether amount (in Wei) |
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
An Ether token deposit
struct EtherDeposit {
address sender;
uint256 value;
}
Properties
| Name | Type | Description |
|---|---|---|
sender | address | The Ether sender |
value | uint256 | The Ether amount (in Wei) |