Skip to content

Commit

Permalink
updated yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-filipczak committed Dec 18, 2023
1 parent c83abe5 commit 48b7ea9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 17
cordaApiRevision = 17-julia1

# Main
kotlin.stdlib.default.dependency = false
Expand Down
48 changes: 38 additions & 10 deletions ledger/ledger-utxo/scans/corda-ledger-utxo-5.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,24 +593,52 @@ net.corda.v5.ledger.utxo.UtxoLedgerService:
annotation:
- NotNull
type: java.util.List<net.corda.v5.application.messaging.FlowSession>
net.corda.v5.ledger.utxo.VisibilityChecker:
annotations:
- DoNotImplement
net.corda.ledger.utxo.flow.impl.transaction.factory.UtxoLedgerTransactionFactory:
annotations: []
type: public interface
extends: []
interface: true
methods:
containsMySigningKeys:
create:
annotations:
- Suspendable
default: false
type: public abstract
returnType: boolean
type: public
returnType: UtxoLedgerTransactionInternal
params:
keys:
annotation:
- NotNull
type: Iterable<java.security.PublicKey>
wireTransaction:
annotation: []
type: WireTransaction
# create:
# annotations: []
# default: false
# type: public
# returnType: UtxoLedgerTransactionInternal
# params:
# wireTransaction:
# annotation: []
# type: WireTransaction
# inputStateAndRefs:
# annotation: []
# type: List<UtxoVisibleTransactionOutputDto>
# referenceStateAndRefs:
# annotation: []
# type: List<UtxoVisibleTransactionOutputDto>
createWithStateAndRefs:
annotations: []
default: false
type: public
returnType: UtxoLedgerTransactionInternal
params:
wireTransaction:
annotation: []
type: WireTransaction
inputStateAndRefs:
annotation: []
type: List<StateAndRef<*>>
referenceStateAndRefs:
annotation: []
type: List<StateAndRef<*>>
net.corda.v5.ledger.utxo.observer.TokenStateObserverContext:
annotations: []
type: public interface
Expand Down

0 comments on commit 48b7ea9

Please sign in to comment.