Skip to content

Commit

Permalink
CORE-17972 cement api
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyang-r3 committed Nov 16, 2023
1 parent ee115e9 commit 873e544
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ledger/ledger-utxo/scans/corda-ledger-utxo-5.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,17 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
annotation:
- NotNull
type: net.corda.v5.ledger.utxo.transaction.UtxoTransactionValidator
receiveTransaction:
annotations:
- Suspendable
default: false
type: public abstract
returnType: net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction
params:
session:
annotation:
- NotNull
type: net.corda.v5.application.messaging.FlowSession
receiveTransactionBuilder:
annotations:
- Suspendable
Expand Down Expand Up @@ -461,6 +472,21 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
annotation:
- NotNull
type: net.corda.v5.application.messaging.FlowSession
sendTransaction:
annotations:
- Suspendable
default: false
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
sendUpdatedTransactionBuilder:
annotations:
- Suspendable
Expand Down

0 comments on commit 873e544

Please sign in to comment.