DelegateCallVoucher
A delegate-call voucher
struct DelegateCallVoucher {
address destination;
bytes payload;
}
Properties
| Name | Type | Description |
|---|---|---|
destination | address | The destination address |
payload | bytes | The delegate-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 delegate-call voucher
struct DelegateCallVoucher {
address destination;
bytes payload;
}
Properties
| Name | Type | Description |
|---|---|---|
destination | address | The destination address |
payload | bytes | The delegate-call payload |