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