Interfaces
ICulturaRightsBoundAccount
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function claimForVerifierModulefunction claimForVerifierModule(uint256 period) external
| Name | Description |
|---|---|
period | The payment period identifier |
function getPaymentAmountfunction getPaymentAmount(uint256 period, address beneficiary) external view returns (uint256 amount)
| Name | Description |
|---|---|
period | The payment period |
beneficiary | The address of the beneficiary |
| Description |
|---|
| The amount allocated to the beneficiary |
function CULTURA_PERCENTAGEfunction CULTURA_PERCENTAGE() external view returns (uint256)
| Description |
|---|
| The percentage value. |
function VERIFIER_PERCENTAGEfunction VERIFIER_PERCENTAGE() external view returns (uint256)
| Description |
|---|
| The percentage value. |
function setPaymentInfofunction setPaymentInfo(struct ICulturaRightsBoundAccount.PaymentInput input) external
| Name | Description |
|---|---|
input | PaymentInput struct containing payment details and signature. |
Was this page helpful?
