Voucher
A voucher
struct Voucher {
address destination;
uint256 value;
bytes payload;
}
Properties
| Name | Type | Description |
|---|---|---|
destination | address | The destination address |
value | uint256 | The Ether amount (in Wei) |
payload | bytes | The call payload |
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
A voucher
struct Voucher {
address destination;
uint256 value;
bytes payload;
}
Properties
| Name | Type | Description |
|---|---|---|
destination | address | The destination address |
value | uint256 | The Ether amount (in Wei) |
payload | bytes | The call payload |