Skip to content

Commit

Permalink
DA5-6 cementApi
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Nov 23, 2023
1 parent 6df6d6d commit bf2b09e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 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 @@ -333,6 +333,18 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
annotation:
- NotNull
type: java.util.List<net.corda.v5.application.messaging.FlowSession>
findDraftSignedTransaction:
annotations:
- Suspendable
- Nullable
default: false
type: public abstract
returnType: net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction
params:
id:
annotation:
- NotNull
type: net.corda.v5.crypto.SecureHash
findLedgerTransaction:
annotations:
- Suspendable
Expand Down Expand Up @@ -389,6 +401,17 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
annotation:
- NotNull
type: Class<T>
persistDraftSignedTransaction:
annotations:
- Suspendable
default: false
type: public abstract
returnType: void
params:
utxoSignedTransaction:
annotation:
- NotNull
type: net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction
query:
annotations:
- Suspendable
Expand Down

0 comments on commit bf2b09e

Please sign in to comment.