Skip to content

Commit

Permalink
Add missing getAffirmationCount rpc call to json (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueNogara authored Nov 20, 2023
1 parent 06de430 commit f2a70e1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions polymesh_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,27 @@
}
],
"type": "ExecuteInstructionInfo"
},
"getAffirmationCount": {
"description": "Returns an instance of AffirmationCount, which holds the asset count for both the sender and receiver and the number of offchain assets in the instruction",
"params": [
{
"name": "instruction_id",
"type": "InstructionId",
"isOptional": false
},
{
"name": "portfolios",
"type": "Vec<PortfolioId>",
"isOptional": false
},
{
"name": "blockHash",
"type": "Hash",
"isOptional": true
}
],
"type": "AffirmationCount"
}
}
},
Expand Down

0 comments on commit f2a70e1

Please sign in to comment.