LibDelegateCallVoucher
Functions
encode
Encode a delegate-call voucher as an output.
function encode(DelegateCallVoucher memory v)
internal
pure
returns (bytes memory output);
Parameters
| Name | Type | Description |
|---|---|---|
v | DelegateCallVoucher | The delegate-call voucher |
Returns
| Name | Type | Description |
|---|---|---|
output | bytes | The encoded delegate-call voucher |