Delegation
Taking offers on behalf of another address
Approve or Permit
function permit(
address outbound_tkn,
address inbound_tkn,
address owner,
address spender,
uint value,
uint deadline,
uint8 v,
bytes32 r,
bytes32 s
) external;Delegated Order Taking
Last updated
Was this helpful?