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

DelegateCallVoucher

Git Source

A delegate-call voucher

struct DelegateCallVoucher {
address destination;
bytes payload;
}

Properties

NameTypeDescription
destinationaddressThe destination address
payloadbytesThe delegate-call payload