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

LibDelegateCallVoucher

Git Source

Functions

encode

Encode a delegate-call voucher as an output.

function encode(DelegateCallVoucher memory v)
    internal
    pure
    returns (bytes memory output);

Parameters

NameTypeDescription
vDelegateCallVoucherThe delegate-call voucher

Returns

NameTypeDescription
outputbytesThe encoded delegate-call voucher