Project Management
This section covers the functions for managing project settings and fees.
claimProjectId
function claimProjectId(address projectOwner) externalParameters
Description
Example
// Claim project ID for a project owner
await papayaContract.claimProjectId("0xprojectOwner...");setDefaultSettings
function setDefaultSettings(Settings memory settings, uint256 projectId) externalParameters
Description
Example
setSettingsForUser
Parameters
Description
Example
Related Events
Related Errors
Last updated