Skip to content

Commit

Permalink
CORE-17972 cement api for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyang-r3 committed Nov 20, 2023
1 parent 42987fc commit 80d209a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ledger/ledger-utxo/scans/corda-ledger-utxo-5.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
receiveTransaction:
annotations:
- Suspendable
- NotNull
default: false
type: public abstract
returnType: net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction
Expand Down Expand Up @@ -479,14 +480,14 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
type: public abstract
returnType: void
params:
sessions:
annotation:
- NotNull
type: java.util.List<net.corda.v5.application.messaging.FlowSession>
signedTransaction:
annotation:
- NotNull
type: net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction
sessions:
annotation:
- NotNull
type: java.util.List<net.corda.v5.application.messaging.FlowSession>
sendUpdatedTransactionBuilder:
annotations:
- Suspendable
Expand Down

0 comments on commit 80d209a

Please sign in to comment.