Skip to content

Commit

Permalink
CORE-16615: update doc in avro record
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyang-r3 committed Sep 25, 2023
1 parent d959211 commit 0ed5580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "record",
"name": "FindUnconsumedStatesByExactType",
"doc": "Retrieve the unconsumed visible states of specific type. This only retrieves exact type excluding its states of subclass unlike {@link FindUnconsumedStatesByExactType}. One of several types of ledger persistence request {@link LedgerPersistenceRequest}",
"doc": "Retrieve the unconsumed visible states of specific type. This only retrieves exact type excluding its states of subclass unlike {@link FindUnconsumedStatesByType}. One of several types of ledger persistence request {@link LedgerPersistenceRequest}",
"namespace": "net.corda.data.ledger.persistence",
"fields": [
{
Expand Down

0 comments on commit 0ed5580

Please sign in to comment.