Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <[email protected]>
  • Loading branch information
dzikowski committed Feb 4, 2025
1 parent 5905695 commit a061608
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ The key is generated by the caller and should be unique for each DTO. You can us
},
},
{
"description": " Allowed roles: SUBMIT. Allowed orgs: CuratorOrg.",
"dtoSchema": {
"description": "Fee Verification DTO. With a valid signature from an Authoritative User, used to verify that a Fee was paid across channels. Typically, this will be a type of multi-signature DTO or a double signed DTO. That is, the \`authorization\` property contains the original authorization DTO signed by the End User. And the overall FeeVerificationDto will be signed by an Authoritative/Administrative user (i.e. a CuratorUser). The Chaincode can then verify definitively that both a) the end user did authorize a spend, and b) the Authoritative/Administrative user confirms that this authorization was successfully approved/written/burned on the assets channel.",
"properties": {
Expand Down Expand Up @@ -3860,7 +3861,7 @@ The key is generated by the caller and should be unique for each DTO. You can us
},
},
{
"description": " Allowed roles: SUBMIT. Allowed orgs: CuratorOrg.",
"description": " Transaction is read only (evaluate). Allowed roles: EVALUATE.",
"dtoSchema": {
"description": "Fetch vesting info including balances of allocations",
"properties": {
Expand Down Expand Up @@ -4204,6 +4205,7 @@ The key is generated by the caller and should be unique for each DTO. You can us
},
},
{
"description": " Allowed roles: SUBMIT. Allowed orgs: CuratorOrg.",
"dtoSchema": {
"description": "Experimental: After submitting request to RequestMintAllowance, follow up with FulfillMintAllowance.",
"properties": {
Expand Down

0 comments on commit a061608

Please sign in to comment.