Skip to content

Commit

Permalink
add more details to payout spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmi-278 committed Dec 16, 2024
1 parent 365a06b commit 3a26e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DAOIPs/daoip-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ Applications JSON-LD Schema
"isPaid": <OPTIONAL: A Boolean true/false indicating that an approved grant is fully paid, and no additional funds should be expected from the grant pool.>,
"payouts": [ <OPTIONAL>
{
"type": "<The type of the payout transaction, e.g. CallDataEVM.>",
"value": {"<The values of the payout transaction, e.g. operation, from, to, value, data, and so on.>"}
"proof": "<The transaction hash or other evidence that the payout was made.>",
"type": "<The type of the payout transaction, e.g., CallDataEVM, StripePayment, InvoicePayment, OnchainTransaction>",
"value": {"<Details specific to the payout type, such as operation, from, to, value, data, and other relevant transaction details>"}
"proof": "<Evidence of the payout, such as a transaction hash, payment ID, or a link to verify the payout>",
}
]
}
Expand Down

0 comments on commit 3a26e8a

Please sign in to comment.