-
Interfaces Interface Description net.corda.v5.ledger.utxo.observer.UtxoLedgerTokenStateObserver Defines a mechanism to observe produced contract states of type T when they are committed to the ledger.
-
Methods Method Description net.corda.v5.application.messaging.initiateFlow(net.corda.v5.base.types.MemberX500Name,boolean) Creates a communication session with a counterparty's ResponderFlow. net.corda.v5.application.messaging.initiateFlow(net.corda.v5.base.types.MemberX500Name,boolean,net.corda.v5.application.messaging.FlowContextPropertiesBuilder) Creates a communication session with another member. net.corda.v5.ledger.utxo.findUnconsumedStatesByType(java.lang.Class) Finds unconsumed states that are concrete implementations or subclasses of type
.net.corda.v5.ledger.utxo.token.selection.useAndRelease(java.util.List) Removes any used tokens from the cache and unlocks any remaining tokens for other flows to claim.
-
For Removal Element Description net.corda.v5.ledger.utxo.findUnconsumedStatesByType(java.lang.Class) Finds unconsumed states that are concrete implementations or subclasses of type
.net.corda.v5.ledger.utxo.observer.UtxoLedgerTokenStateObserver Defines a mechanism to observe produced contract states of type T when they are committed to the ledger. net.corda.v5.ledger.utxo.token.selection.useAndRelease(java.util.List) Removes any used tokens from the cache and unlocks any remaining tokens for other flows to claim.