Payment & Streaming
This section covers the core payment and streaming functionality of the Papaya protocol.
permitAndCall
function permitAndCall(bytes permit, bytes action) external payableParameters
Description
Example
// Execute permit and action in one transaction
await papayaContract.permitAndCall(permitData, actionData, {
value: ethers.utils.parseEther("0.1")
});Related Events
Related Errors
Last updated