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

Voucher

Git Source

A voucher

struct Voucher {
address destination;
uint256 value;
bytes payload;
}

Properties

NameTypeDescription
destinationaddressThe destination address
valueuint256The Ether amount (in Wei)
payloadbytesThe call payload