Keyboard shortcuts

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

EtherDeposit

Git Source

An Ether token deposit

struct EtherDeposit {
address sender;
uint256 value;
}

Properties

NameTypeDescription
senderaddressThe Ether sender
valueuint256The Ether amount (in Wei)