A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
T
- take(java.lang.Integer) - function in net.corda.core.utilities.ByteSequence
- Take the first n bytes of this sequence as a sub-sequence.
- take(java.lang.Integer) - function in net.corda.core.utilities.ByteSequence
- Take the first n bytes of this sequence as a sub-sequence.
- tee(.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.core.internal.InternalUtilsKt
- Copy an Observer to multiple other Observers.
- TelemetryComponent - class in net.corda.core.internal.telemetry
- TelemetryComponentId - class in net.corda.core.internal.telemetry
- TelemetryDataItem - class in net.corda.core.internal.telemetry
- TelemetryEvent - class in net.corda.core.internal.telemetry
- TelemetryId - class in net.corda.core.internal.telemetry
- TelemetryService - class in net.corda.core.node.services
- TelemetryServiceImpl - class in net.corda.core.internal.telemetry
- TelemetryServiceImplKt - class in net.corda.core.internal.telemetry
- TelemetryStatusCode - class in net.corda.core.internal.telemetry
- Tenor - class in net.corda.finance.contracts
- Placeholder class for the Tenor datatype - which is a standardised duration of time until maturity
- Tenor.TimeUnit - class in net.corda.finance.contracts.Tenor
- terminate(java.lang.Boolean) - function in net.corda.core.messaging.CordaRPCOps
- Shuts the node down.
- terminate(java.lang.Boolean) - function in net.corda.core.messaging.CordaRPCOps
- Shuts the node down.
- testActor(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.node.NodeTestUtilsKt
- Creates a new Actor for use in testing with the given owningLegalIdentity.
- TestClock - class in net.corda.testing.node
- A Clock that can have the time advanced for use in testing.
- testContext(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.node.NodeTestUtilsKt
- Creates a new InvocationContext for use in testing with the given owningLegalIdentity.
- TestCordapp - class in net.corda.testing.node
- Encapsulates a CorDapp that exists on the current classpath, which can be pulled in for testing.
- TestCordapp.Companion - class in net.corda.testing.node.TestCordapp
- TestCordappInternal - class in net.corda.testing.node.internal
- Extends the public TestCordapp API with internal extensions for use within the testing framework and for internal testing of the platform.
- TestCordappInternal.Companion - class in net.corda.testing.node.internal.TestCordappInternal
- TestCordappSigner - class in net.corda.testing.node.internal
- Testing - enum entry in net.corda.core.serialization.SerializationContext.UseCase
- TestingNamedCacheFactory - class in net.corda.testing.internal
- TestLedgerDSLInterpreter - class in net.corda.testing.dsl
- TestLedgerDSLInterpreter.TypeMismatch - class in net.corda.testing.dsl.TestLedgerDSLInterpreter
- TestLedgerDSLInterpreter.VerifiesFailed - class in net.corda.testing.dsl.TestLedgerDSLInterpreter
- TestStartedNode - class in net.corda.testing.node.internal
- TestTransactionDSLInterpreter - class in net.corda.testing.dsl
- This interpreter builds a transaction, and TransactionDSL.verifies that the resolved transaction is correct.
- then(kotlin.jvm.functions.Function1) - function in net.corda.core.concurrent.CordaFuture
- Run the given callback when this future is done, on the completion thread.
- then(kotlin.jvm.functions.Function1) - function in net.corda.core.concurrent.OpenFuture
- Run the given callback when this future is done, on the completion thread.
- then(kotlin.jvm.functions.Function1) - function in net.corda.core.internal.concurrent.CordaFutureImpl
- Run the given callback when this future is done, on the completion thread.
- thenImpl(.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.concurrent.CordaFutureImpl
- For testing only.
- thenMatch(net.corda.core.concurrent.CordaFuture,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.concurrent.CordaFutureImplKt
- When this future is done, do match.
- ThreadBox - class in net.corda.core.internal
- A threadbox is a simple utility that makes it harder to forget to take a lock before accessing some shared state.
- threadDumpAsString() - function in net.corda.core.utilities.ThreadDumpUtilsKt
- ThreadDumpUtilsKt - class in net.corda.core.utilities
- ThreadLeakException - class in net.corda.core.internal
- The named thread has leaked from a previous test.
- ThreadLocalToggleField - class in net.corda.core.internal
- throwError() - function in net.corda.core.utilities.Try
- If this is a Failure wrapping an Error then throw it, otherwise return
this
for chaining. - throwError() - function in net.corda.core.utilities.Try
- If this is a Failure wrapping an Error then throw it, otherwise return
this
for chaining. - throwError() - function in net.corda.core.utilities.Try
- If this is a Failure wrapping an Error then throw it, otherwise return
this
for chaining. - TimedFlow - class in net.corda.core.internal
- An idempotent flow that needs to be replayed if it does not complete within a certain timeout.
- times(java.lang.Integer) - function in net.corda.core.contracts.Amount
- The multiplication operator is supported to allow easy calculation for multiples of a primitive Amount.
- times(java.lang.Long) - function in net.corda.core.contracts.Amount
- The multiplication operator is supported to allow easy calculation for multiples of a primitive Amount.
- times(net.corda.core.crypto.internal.Curve25519.ModP) - function in net.corda.core.crypto.internal.Curve25519.ModP
- times(java.time.Duration,java.lang.Double) - function in net.corda.core.internal.InternalUtilsKt
- times(java.time.Duration,java.lang.Long) - function in net.corda.core.internal.InternalUtilsKt
- TimeWindow - class in net.corda.core.contracts
- An interval on the time-line; not a single instantaneous point.
- timeWindow(net.corda.core.contracts.TimeWindow) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
- Sets the time-window of the transaction.
- timeWindow(java.time.Instant,java.time.Duration) - function in net.corda.testing.dsl.TransactionDSL
- Sets the TimeWindow of the transaction.
- timeWindow(net.corda.core.contracts.TimeWindow) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Sets the time-window of the transaction.
- timeWindow(net.corda.core.contracts.TimeWindow) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Sets the time-window of the transaction.
- TimeWindow.Companion - class in net.corda.core.contracts.TimeWindow
- TIMEWINDOW_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
- TimeWindowChecker - class in net.corda.core.node.services
- Checks if the current instant provided by the input clock falls within the provided time-window.
- TimingUtilsKt - class in net.corda.core.internal.utilities
- TLS - enum entry in net.corda.core.internal.CertRole
Transport layer security certificate for a node.
- toArray(java.util.function.IntFunction) - function in kotlin.collections.Collection
- toASN1Primitive() - function in net.corda.core.crypto.CompositeKey.NodeAndWeight
- toASN1Primitive() - function in net.corda.core.internal.CertRole
- toAttributesMap(javax.security.auth.x500.X500Principal,java.util.Set) - function in net.corda.core.internal.X500UtilsKt
- Transforms the X500Principal to the attributes map.
- toBase58(kotlin.ByteArray) - function in net.corda.core.utilities.EncodingUtilsKt
- Convert a byte array to a Base58 encoded String.
- toBase58String(java.security.PublicKey) - function in net.corda.core.utilities.EncodingUtilsKt
- Return the Base58 representation of the serialised public key.
- toBase64(kotlin.ByteArray) - function in net.corda.core.utilities.EncodingUtilsKt
- Convert a byte array to a Base64 encoded String.
- toCompletableFuture() - function in net.corda.core.concurrent.CordaFuture
- toCompletableFuture() - function in net.corda.core.concurrent.OpenFuture
- toCompletableFuture() - function in net.corda.core.internal.concurrent.CordaFutureImpl
- toDecimal() - function in net.corda.core.contracts.Amount
- Convert a currency Amount to a decimal representation.
- toDecimal() - function in net.corda.core.contracts.AmountTransfer
- Convert the quantityDelta to a displayable format BigDecimal value.
- toFlowLogic(net.corda.core.flows.FlowLogicRef) - function in net.corda.core.flows.FlowLogicRefFactory
- Converts a FlowLogicRef object that was obtained from the calls above into a FlowLogic, after doing some validation to ensure it points to a legitimate flow class.
- toFuture(.<Error class: unknown class>) - function in net.corda.core.UtilsKt
- Returns a CordaFuture bound to the first item emitted by this Observable.
- ToggleField - class in net.corda.core.internal
- May go from null to non-null and vice-versa, and that's it.
- toHex(kotlin.ByteArray) - function in net.corda.core.utilities.EncodingUtilsKt
- Convert a byte array to a hex (Base16) capitalized encoded String.
- toHexString() - function in net.corda.core.crypto.SecureHash
- toHexString() - function in net.corda.core.crypto.SecureHash
- toHexString(kotlin.ByteArray) - function in net.corda.core.utilities.ByteArraysKt
- Converts this ByteArray into a String of hexadecimal digits.
- toImmutable() - function in net.corda.core.node.NetworkParameters
- toInputStreamAndHash(java.io.ByteArrayOutputStream) - function in net.corda.core.internal.InternalUtilsKt
- Convert a ByteArrayOutputStream to InputStreamAndHash.
- toJavaIterator(kotlin.collections.IntIterator) - function in net.corda.core.internal.InternalUtilsKt
- TokenizableAssetInfo - class in net.corda.core.contracts
- This interface is used by Amount to determine the conversion ratio from indicative/displayed asset amounts in BigDecimal to fungible tokens represented by Amount objects.
- toLedgerTransaction(net.corda.core.node.ServiceHub,java.lang.Boolean) - function in net.corda.core.transactions.SignedTransaction
- Checks the transaction's signatures are valid, optionally calls verifyRequiredSignatures to check all required signatures are present, and then calls WireTransaction.toLedgerTransaction with the passed in ServiceHub to resolve the dependencies, returning an unverified LedgerTransaction.
- toLedgerTransaction(net.corda.core.node.ServiceHub) - function in net.corda.core.transactions.TransactionBuilder
- toLedgerTransaction(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in net.corda.core.transactions.WireTransaction
- Looks up identities, attachments and dependent input states using the provided lookup functions in order to construct a LedgerTransaction.
- toLedgerTransaction(net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.WireTransaction
- Looks up identities and attachments from storage to generate a LedgerTransaction.
- toMultiMap(java.lang.Iterable) - function in net.corda.core.internal.InternalUtilsKt
- toNonEmptySet(java.util.Collection) - function in net.corda.core.utilities.KotlinUtilsKt
- toNotaryConfig(net.corda.testing.node.MockNetNotaryConfig) - function in net.corda.testing.node.internal.InternalMockNetworkConfigOverridesKt
- toObservable(net.corda.core.concurrent.CordaFuture) - function in net.corda.core.UtilsKt
- toPath(java.net.URL) - function in net.corda.core.internal.InternalUtilsKt
- toProxy(OBJ) - function in net.corda.core.serialization.CheckpointCustomSerializer
- Should facilitate the conversion of the third party object into the serializable local class specified by PROXY
- toProxy(OBJ) - function in net.corda.core.serialization.SerializationCustomSerializer
- Should facilitate the conversion of the third party object into the serializable local class specified by PROXY
- toSet(java.util.stream.Stream) - function in net.corda.core.internal.InternalUtilsKt
- Similar to Collectors.toSet except the Set is guaranteed to be ordered.
- toSHA256Bytes(java.security.PublicKey) - function in net.corda.core.utilities.EncodingUtilsKt
- Return the bytes of the SHA-256 output for this public key.
- toSignedTransaction(net.corda.core.node.services.KeyManagementService,java.security.PublicKey,net.corda.core.crypto.SignatureMetadata,net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.TransactionBuilder
- Sign the built transaction and return it.
- toSimpleString(net.corda.core.contracts.NamedByHash) - function in net.corda.core.internal.CordaUtilsKt
- toStateAndRef() - function in net.corda.core.internal.SerializedStateAndRef
- toStateAndRef(net.corda.core.serialization.SerializationFactory,net.corda.core.serialization.SerializationContext) - function in net.corda.core.internal.SerializedStateAndRef
- toStateAndRef(net.corda.core.contracts.StateRef) - function in net.corda.core.node.AppServiceHub
- Converts the given StateRef into a StateAndRef object.
- toStateAndRef(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServiceHub
- Converts the given StateRef into a StateAndRef object.
- toStateAndRef(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServiceHub
- Converts the given StateRef into a StateAndRef object.
- toStateAndRef(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServiceHubCoreInternal
- Converts the given StateRef into a StateAndRef object.
- toStateAndRef(net.corda.core.contracts.StateRef) - function in net.corda.core.node.VerifyingServiceHub
- Converts the given StateRef into a StateAndRef object.
- toString() - function in java.security.DummySecureRandom
- toString() - function in java.security.Provider
- toString() - function in java.security.Provider.Service
- toString() - function in java.security.Signature
- toString() - function in net.corda.client.rpc.CordaRPCClientConfiguration
- toString() - function in net.corda.core.contracts.Amount
- Convert a currency Amount to a display string representation.
- toString() - function in net.corda.core.contracts.Command
- toString() - function in net.corda.core.contracts.ContractAttachment
- toString() - function in net.corda.core.contracts.Issued
- toString() - function in net.corda.core.contracts.PartyAndReference
- toString() - function in net.corda.core.contracts.StateRef
- toString() - function in net.corda.core.contracts.UniqueIdentifier
- toString() - function in net.corda.core.cordapp.Cordapp.Info.Contract
- toString() - function in net.corda.core.cordapp.Cordapp.Info.ContractAndWorkflow
- toString() - function in net.corda.core.cordapp.Cordapp.Info.Default
- toString() - function in net.corda.core.cordapp.Cordapp.Info.Workflow
- toString() - function in net.corda.core.crypto.CompositeKey
- toString() - function in net.corda.core.crypto.CompositeKey.NodeAndWeight
- toString() - function in net.corda.core.crypto.NullKeys.NullPublicKey
- toString() - function in net.corda.core.crypto.SecureHash
- toString() - function in net.corda.core.crypto.SecureHash.HASH
- toString() - function in net.corda.core.crypto.SecureHash.SHA256
- Convert the hash value to an uppercase hexadecimal String.
- toString() - function in net.corda.core.crypto.internal.Curve25519.ModP
- toString() - function in net.corda.core.flows.FlowStackSnapshot.Frame
- toString() - function in net.corda.core.flows.NotaryError.Conflict
- toString() - function in net.corda.core.flows.NotaryError.General
- toString() - function in net.corda.core.flows.NotaryError.RequestSignatureInvalid
- toString() - function in net.corda.core.flows.NotaryError.TimeWindowInvalid
- toString() - function in net.corda.core.flows.NotaryError.TransactionInvalid
- toString() - function in net.corda.core.flows.ReceiverDistributionRecord
- toString() - function in net.corda.core.flows.StateMachineRunId
- toString() - function in net.corda.core.identity.AnonymousParty
- toString() - function in net.corda.core.identity.CordaX500Name
- toString() - function in net.corda.core.identity.Party
- toString() - function in net.corda.core.identity.PartyAndCertificate
- toString() - function in net.corda.core.internal.AbstractAttachment
- toString() - function in net.corda.core.internal.FlowIORequest.Send
- toString() - function in net.corda.core.internal.FlowIORequest.SendAndReceive
- toString() - function in net.corda.core.internal.cordapp.KotlinMetadataVersion
- toString() - function in net.corda.core.internal.cordapp.LanguageVersion.Data
- toString() - function in net.corda.core.messaging.StateMachineInfo
- toString() - function in net.corda.core.node.NetworkParameters
- toString() - function in net.corda.core.node.services.StatesNotAvailableException
- toString() - function in net.corda.core.node.services.Vault.Update
- toString() - function in net.corda.core.schemas.CashSchemaV1
- toString() - function in net.corda.core.schemas.CommercialPaperSchemaV1
- toString() - function in net.corda.core.schemas.CommonSchemaV1
- toString() - function in net.corda.core.schemas.DummyDealStateSchemaV1
- toString() - function in net.corda.core.schemas.DummyLinearStateSchemaV1
- toString() - function in net.corda.core.schemas.DummyLinearStateSchemaV2
- toString() - function in net.corda.core.schemas.MappedSchema
- toString() - function in net.corda.core.schemas.MappedSchemaValidator.SchemaCrossReferenceReport
- toString() - function in net.corda.core.schemas.SampleCashSchemaV1
- toString() - function in net.corda.core.schemas.SampleCashSchemaV2
- toString() - function in net.corda.core.schemas.SampleCashSchemaV3
- toString() - function in net.corda.core.schemas.UniqueDummyFungibleStateSchema
- toString() - function in net.corda.core.schemas.UniqueDummyLinearStateSchema
- toString() - function in net.corda.core.transactions.BaseTransaction
- toString() - function in net.corda.core.transactions.BaseTransaction
- toString() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
- toString() - function in net.corda.core.transactions.LedgerTransaction
- toString() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
- toString() - function in net.corda.core.transactions.SignedTransaction
- toString() - function in net.corda.core.transactions.WireTransaction
- toString() - function in net.corda.core.utilities.ByteSequence
- toString() - function in net.corda.core.utilities.ByteSequence
- toString() - function in net.corda.core.utilities.Id
- toString() - function in net.corda.core.utilities.Id
- toString() - function in net.corda.core.utilities.NetworkHostAndPort
- toString() - function in net.corda.core.utilities.NonEmptySet
- toString() - function in net.corda.core.utilities.ProgressTracker.Change.Position
- toString() - function in net.corda.core.utilities.ProgressTracker.Change.Rendering
- toString() - function in net.corda.core.utilities.ProgressTracker.Change.Structural
- toString() - function in net.corda.core.utilities.Try.Failure
- toString() - function in net.corda.core.utilities.Try.Success
- toString() - function in net.corda.finance.contracts.BusinessCalendar
- toString() - function in net.corda.finance.contracts.CommercialPaper.State
- toString() - function in net.corda.finance.contracts.DayCountBasisDay
- toString() - function in net.corda.finance.contracts.DayCountBasisYear
- toString() - function in net.corda.finance.contracts.Tenor
- toString() - function in net.corda.finance.contracts.asset.Cash.State
- toString() - function in net.corda.finance.contracts.asset.Obligation.State
- toString() - function in net.corda.finance.flows.TwoPartyTradeFlow.AssetMismatchException
- toString() - function in net.corda.finance.workflows.asset.selection.AbstractCashSelection
- toString() - function in net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
- toString() - function in net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
- toString() - function in net.corda.finance.workflows.asset.selection.CashSelectionSQLServerImpl
- toString() - function in net.corda.testing.internal.vault.CommodityState
- toString() - function in net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
- toString() - function in net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
- toString() - function in net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
- toString() - function in net.corda.testing.node.internal.InMemoryMessage
- ToStringSerialize - class in net.corda.client.jackson.internal
- toStringShort(java.security.PublicKey) - function in net.corda.core.crypto.CryptoUtilsKt
- Render a public key to its hash (in Base58) of its serialised form using the DL prefix.
- toSupportedPrivateKey(java.security.PrivateKey) - function in net.corda.core.crypto.Crypto
- Convert a private key to a supported implementation.
- toSupportedPublicKey(.<Error class: unknown class>) - function in net.corda.core.crypto.Crypto
- Convert a public key to a supported implementation.
- toSupportedPublicKey(java.security.PublicKey) - function in net.corda.core.crypto.Crypto
- Convert a public key to a supported implementation.
- toSynchronised(java.util.Map) - function in net.corda.core.internal.InternalUtilsKt
- toSynchronised(java.util.Set) - function in net.corda.core.internal.InternalUtilsKt
- toToken(net.corda.core.serialization.SerializeAsTokenContext) - function in net.corda.core.serialization.SerializeAsToken
- toToken(net.corda.core.serialization.SerializeAsTokenContext) - function in net.corda.core.serialization.SingletonSerializeAsToken
- toToken(net.corda.core.serialization.SerializeAsTokenContext) - function in net.corda.core.serialization.SingletonSerializeAsToken
- toTypedArray(java.util.stream.Stream) - function in net.corda.core.internal.InternalUtilsKt
- toUrl(net.corda.core.contracts.Attachment) - function in net.corda.core.serialization.internal.AttachmentURLStreamHandlerFactory
- toVerifyingServiceHub(net.corda.core.node.ServicesForResolution) - function in net.corda.core.internal.verification.VerifyingServiceHubKt
- toWarning() - function in net.corda.core.schemas.MappedSchemaValidator.SchemaCrossReferenceReport
- toWireTransaction(net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.TransactionBuilder
- Generates a WireTransaction from this builder, resolves any AutomaticPlaceholderConstraint, and selects the attachments to use for this transaction.
- toWireTransaction(net.corda.core.node.ServicesForResolution,java.lang.Integer) - function in net.corda.core.transactions.TransactionBuilder
- Generates a WireTransaction from this builder, resolves any AutomaticPlaceholderConstraint, and selects the attachments to use for this transaction.
- toWireTransaction(net.corda.core.node.ServicesForResolution,java.lang.Integer,java.util.Map) - function in net.corda.core.transactions.TransactionBuilder
- Generates a WireTransaction from this builder, resolves any AutomaticPlaceholderConstraint, and selects the attachments to use for this transaction.
- toX500Name(javax.security.auth.x500.X500Principal) - function in net.corda.core.internal.X500UtilsKt
- Converts the X500Principal instance to the X500Name object.
- toX500Name(net.corda.core.identity.CordaX500Name) - function in net.corda.core.internal.X500UtilsKt
- Return the underlying X.500 name from this Corda-safe X.500 name.
- Trace - class in net.corda.core.context
- Contextual tracing information, including invocation and session id.
- trace(.<Error class: unknown class>,kotlin.jvm.functions.Function0) - function in net.corda.core.utilities.KotlinUtilsKt
- Log a TRACE level message produced by evaluating the given lamdba, but only if TRACE logging is enabled.
- Trace.Companion - class in net.corda.core.context.Trace
- Trace.InvocationId - class in net.corda.core.context.Trace
- Represents id and timestamp of an invocation.
- Trace.InvocationId.Companion - class in net.corda.core.context.Trace.InvocationId
- Trace.SessionId - class in net.corda.core.context.Trace
- Represents id and timestamp of a session.
- Trace.SessionId.Companion - class in net.corda.core.context.Trace.SessionId
- track() - function in net.corda.core.flows.FlowLogic
- Returns a pair of the current progress step, as a string, and an observable of stringified changes to the progressTracker.
- track() - function in net.corda.core.flows.FlowLogic
- Returns a pair of the current progress step, as a string, and an observable of stringified changes to the progressTracker.
- track() - function in net.corda.core.node.services.NetworkMapCache
- Atomically get the current party nodes and a stream of updates.
- track() - function in net.corda.core.node.services.NetworkMapCacheBase
- Atomically get the current party nodes and a stream of updates.
- track() - function in net.corda.core.node.services.TransactionStorage
- Returns all currently stored transactions and further fresh ones.
- track() - function in net.corda.testing.node.internal.MockTransactionStorage
- trackBy(java.lang.Class) - function in net.corda.core.node.services.VaultService
- trackBy(java.lang.Class,net.corda.core.node.services.vault.PageSpecification) - function in net.corda.core.node.services.VaultService
- trackBy(java.lang.Class,net.corda.core.node.services.vault.QueryCriteria) - function in net.corda.core.node.services.VaultService
- trackBy(java.lang.Class,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.PageSpecification) - function in net.corda.core.node.services.VaultService
- trackBy(java.lang.Class,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.PageSpecification,net.corda.core.node.services.vault.Sort) - function in net.corda.core.node.services.VaultService
- trackBy(java.lang.Class,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.Sort) - function in net.corda.core.node.services.VaultService
- trackBy(net.corda.core.node.services.VaultService) - function in net.corda.core.node.services.VaultServiceKt
- trackBy(net.corda.core.node.services.VaultService,net.corda.core.node.services.vault.PageSpecification) - function in net.corda.core.node.services.VaultServiceKt
- trackBy(net.corda.core.node.services.VaultService,net.corda.core.node.services.vault.QueryCriteria) - function in net.corda.core.node.services.VaultServiceKt
- trackBy(net.corda.core.node.services.VaultService,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.PageSpecification) - function in net.corda.core.node.services.VaultServiceKt
- trackBy(net.corda.core.node.services.VaultService,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.PageSpecification,net.corda.core.node.services.vault.Sort) - function in net.corda.core.node.services.VaultServiceKt
- trackBy(net.corda.core.node.services.VaultService,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.Sort) - function in net.corda.core.node.services.VaultServiceKt
- tracker() - function in net.corda.core.flows.AbstractStateReplacementFlow.Acceptor.Companion
- tracker() - function in net.corda.core.flows.AbstractStateReplacementFlow.Instigator.Companion
- tracker() - function in net.corda.core.flows.CollectSignaturesFlow.Companion
- tracker() - function in net.corda.core.flows.FinalityFlow.Companion
- tracker() - function in net.corda.core.flows.NotaryFlow.Client.Companion
- tracker() - function in net.corda.core.flows.SignTransactionFlow.Companion
- tracker() - function in net.corda.core.flows.WithReferencedStatesFlow.Companion
- tracker() - function in net.corda.finance.flows.AbstractCashFlow.Companion
- tracker() - function in net.corda.finance.flows.CashExitFlow.Companion
- tracker() - function in net.corda.finance.flows.CashIssueAndPaymentFlow.Companion
- tracker() - function in net.corda.finance.flows.TwoPartyDealFlow.Primary.Companion
- tracker() - function in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
- tracker() - function in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion
- trackStepsTree() - function in net.corda.core.flows.FlowLogic
- Returns a pair of the current steps tree of current progressTracker as pairs of zero-based depth and stringified step label and observable of upcoming changes to the structure.
- trackStepsTree() - function in net.corda.core.flows.FlowLogic
- Returns a pair of the current steps tree of current progressTracker as pairs of zero-based depth and stringified step label and observable of upcoming changes to the structure.
- trackStepsTreeIndex() - function in net.corda.core.flows.FlowLogic
- Returns a pair of the current progress step index (as integer) in steps tree of current progressTracker, and an observable of its upcoming changes.
- trackStepsTreeIndex() - function in net.corda.core.flows.FlowLogic
- Returns a pair of the current progress step index (as integer) in steps tree of current progressTracker, and an observable of its upcoming changes.
- trackTransaction(net.corda.core.crypto.SecureHash) - function in net.corda.core.node.services.TransactionStorage
- Returns a future that completes with the transaction corresponding to id once it has been committed
- trackTransaction(net.corda.core.crypto.SecureHash) - function in net.corda.testing.node.internal.MockTransactionStorage
- trackTransactionWithNoWarning(net.corda.core.crypto.SecureHash) - function in net.corda.testing.node.internal.MockTransactionStorage
- TRANSACTION - enum entry in net.corda.core.internal.FetchDataFlow.DataType
- transaction(kotlin.jvm.functions.Function1) - function in net.corda.core.node.services.vault.CordaTransactionSupport
- Executes given statement in the scope of transaction with default transaction isolation level.
- transaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSL
- Creates and adds a transaction to the ledger.
- transaction(net.corda.core.node.ServiceHub,net.corda.core.identity.Party,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.NodeTestUtilsKt
- Creates a ledger with a single transaction, built by the passed in dsl.
- transaction(kotlin.jvm.functions.Function0) - function in net.corda.testing.node.StartedMockNode
- Executes given statement in the scope of transaction.
- TRANSACTION_RECOVERY - enum entry in net.corda.core.internal.FetchDataFlow.DataType
- TransactionBuilder - class in net.corda.core.transactions
- A TransactionBuilder is a transaction class that's mutable (unlike the others which are all immutable).
- TransactionDeserialisationException - class in net.corda.core.internal
- x Exception raised if an error was encountered while attempting to deserialise a component group in a transaction.
- TransactionDSL - class in net.corda.testing.dsl
- Underlying class for the transaction DSL.
- TransactionDSLInterpreter - class in net.corda.testing.dsl
- This interface defines the bare bone functionality that a Transaction DSL interpreter should implement.
- TransactionMetadata - class in net.corda.core.flows
- transactionName(net.corda.core.crypto.SecureHash) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
- TransactionResolutionException - class in net.corda.core.contracts
- The node asked a remote peer for the transaction identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.
- TransactionResolutionException.UnknownParametersException - class in net.corda.core.contracts.TransactionResolutionException
- Thrown if a transaction specifies a set of parameters that aren't stored locally yet verification is requested.
- TransactionSignature - class in net.corda.core.crypto
- A wrapper over the signature output accompanied by signer's public key and signature metadata.
- TransactionsResolver - class in net.corda.core.internal
- TransactionState - class in net.corda.core.contracts
- A wrapper for ContractState containing additional platform-level state information and contract information.
- TransactionStatus - class in net.corda.core.node.services
- TransactionStorage - class in net.corda.core.node.services
- Thread-safe storage of transactions.
- TransactionUtilsKt - class in net.corda.core.internal
- TransactionVerificationException - class in net.corda.core.contracts
- Indicates that some aspect of the transaction named by txId violates the platform rules.
- TransactionVerificationException.AttachmentTooBigException - class in net.corda.core.contracts.TransactionVerificationException
- TransactionVerificationException.BrokenTransactionException - class in net.corda.core.contracts.TransactionVerificationException
- TransactionVerificationException.ConflictingAttachmentsRejection - class in net.corda.core.contracts.TransactionVerificationException
- Indicates this transaction violates the "no overlap" rule: two attachments are trying to provide the same file path.
- TransactionVerificationException.ConstraintPropagationRejection - class in net.corda.core.contracts.TransactionVerificationException
- This exception happens when a transaction was not built correctly.
- TransactionVerificationException.ContractConstraintRejection - class in net.corda.core.contracts.TransactionVerificationException
- The transaction attachment that contains the contractClass class didn't meet the constraints specified by the TransactionState.constraint object.
- TransactionVerificationException.ContractCreationError - class in net.corda.core.contracts.TransactionVerificationException
- A Contract class named by a state could not be constructed.
- TransactionVerificationException.ContractRejection - class in net.corda.core.contracts.TransactionVerificationException
- Indicates that one of the Contract.verify methods selected by the contract constraints and attachments rejected the transaction by throwing an exception.
- TransactionVerificationException.Direction - class in net.corda.core.contracts.TransactionVerificationException
- Whether the inputs or outputs list contains an encumbrance issue, see TransactionMissingEncumbranceException.
- TransactionVerificationException.DuplicateAttachmentsRejection - class in net.corda.core.contracts.TransactionVerificationException
- Indicates that the same attachment has been added multiple times to a transaction.
- TransactionVerificationException.InvalidAttachmentException - class in net.corda.core.contracts.TransactionVerificationException
- TransactionVerificationException.InvalidConstraintRejection - class in net.corda.core.contracts.TransactionVerificationException
- A constraint attached to a state was invalid, e.g.
- TransactionVerificationException.MissingAttachmentRejection - class in net.corda.core.contracts.TransactionVerificationException
- A state requested a contract class via its TransactionState.contract field that didn't appear in any attached JAR at all.
- TransactionVerificationException.MissingNetworkParametersException - class in net.corda.core.contracts.TransactionVerificationException
- Thrown when the network parameters with hash: missingNetworkParametersHash is not available at this node.
- TransactionVerificationException.NotaryChangeInWrongTransactionType - class in net.corda.core.contracts.TransactionVerificationException
- An output state has a notary that doesn't match the transaction's notary field.
- TransactionVerificationException.OverlappingAttachmentsException - class in net.corda.core.contracts.TransactionVerificationException
- Thrown when multiple attachments provide the same file when building the AttachmentsClassloader for a transaction.
- TransactionVerificationException.PackageOwnershipException - class in net.corda.core.contracts.TransactionVerificationException
- Thrown to indicate that a contract attachment is not signed by the network-wide package owner.
- TransactionVerificationException.TransactionContractConflictException - class in net.corda.core.contracts.TransactionVerificationException
- If a state is identified as belonging to a contract, either because the state class is defined as an inner class of the contract class or because the state class is annotated with BelongsToContract, then it must not be bundled in a TransactionState with a different contract.
- TransactionVerificationException.TransactionDuplicateEncumbranceException - class in net.corda.core.contracts.TransactionVerificationException
- If two or more states refer to another state (as their encumbrance), then the bi-directionality property cannot be satisfied.
- TransactionVerificationException.TransactionMissingEncumbranceException - class in net.corda.core.contracts.TransactionVerificationException
- If a state is encumbered (the TransactionState.encumbrance field is set) then its encumbrance must be used as an input to any transaction that uses it.
- TransactionVerificationException.TransactionNetworkParameterOrderingException - class in net.corda.core.contracts.TransactionVerificationException
- If the network parameters associated with an input or reference state in a transaction are more recent than the network parameters of the new transaction itself.
- TransactionVerificationException.TransactionNonMatchingEncumbranceException - class in net.corda.core.contracts.TransactionVerificationException
- An encumbered state should also be referenced as the encumbrance of another state in order to satisfy the bi-directionality property (a full cycle should be present).
- TransactionVerificationException.TransactionNotaryMismatchEncumbranceException - class in net.corda.core.contracts.TransactionVerificationException
- All encumbered states should be assigned to the same notary.
- TransactionVerificationException.TransactionRequiredContractUnspecifiedException - class in net.corda.core.contracts.TransactionVerificationException
- TransactionVerificationException.UnsupportedClassVersionError - class in net.corda.core.contracts.TransactionVerificationException
- TransactionVerificationException.UnsupportedHashTypeException - class in net.corda.core.contracts.TransactionVerificationException
- TransactionVerificationException.UntrustedAttachmentsException - class in net.corda.core.contracts.TransactionVerificationException
- Thrown during classloading upon encountering an untrusted attachment (eg.
- TransactionVerifier - class in net.corda.core.internal.verification
- Verify the given LedgerTransaction.
- TransactionWithSignatures - class in net.corda.core.transactions
- An interface for transactions containing signatures, with logic for signature verification.
- transform(kotlin.jvm.functions.Function3) - function in net.corda.core.transactions.LedgerTransaction
- Pass all of this LedgerTransaction object's serialized state to a transformer function.
- transient(kotlin.jvm.functions.Function0) - function in net.corda.core.utilities.KotlinUtilsKt
- A simple wrapper that enables the use of Kotlin's
val x by transient { ... }
syntax. - transition(S,S) - function in net.corda.core.internal.LifeCycle
- Transition the state from from to to.
- transpose(java.util.Collection) - function in net.corda.core.internal.concurrent.CordaFutureImplKt
- If all of the given futures succeed, the returned future's outcome is a list of all their values.
- TraversableTransaction - class in net.corda.core.transactions
- Implemented by WireTransaction and FilteredTransaction.
- Try - class in net.corda.core.utilities
- Representation of an operation that has either succeeded with a result (represented by Success) or failed with an exception (represented by Failure).
- Try.Companion - class in net.corda.core.utilities.Try
- Try.Failure - class in net.corda.core.utilities.Try
- Try.Success - class in net.corda.core.utilities.Try
- tryLockFungibleStatesForSpending(java.util.UUID,net.corda.core.node.services.vault.QueryCriteria,net.corda.core.contracts.Amount,java.lang.Class) - function in net.corda.core.node.services.VaultService
- Helper function to determine spendable states and soft locking them.
- tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSL
- Creates a local scoped copy of the ledger.
- tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TransactionDSL
- Creates a local scoped copy of the transaction.
- TwoPartyDealFlow - class in net.corda.finance.flows
- Classes for manipulating a two party deal or agreement.
- TwoPartyDealFlow.Acceptor - class in net.corda.finance.flows.TwoPartyDealFlow
- One side of the flow for inserting a pre-agreed deal.
- TwoPartyDealFlow.AutoOffer - class in net.corda.finance.flows.TwoPartyDealFlow
- TwoPartyDealFlow.Handshake - class in net.corda.finance.flows.TwoPartyDealFlow
- This object is serialised to the network and is the first flow message the seller sends to the buyer.
- TwoPartyDealFlow.Instigator - class in net.corda.finance.flows.TwoPartyDealFlow
- One side of the flow for inserting a pre-agreed deal.
- TwoPartyDealFlow.Primary - class in net.corda.finance.flows.TwoPartyDealFlow
- Abstracted bilateral deal flow participant that initiates communication/handshake.
- TwoPartyDealFlow.Primary.Companion - class in net.corda.finance.flows.TwoPartyDealFlow.Primary
- TwoPartyDealFlow.Primary.Companion.GENERATING_ID - class in net.corda.finance.flows.TwoPartyDealFlow.Primary.Companion
- TwoPartyDealFlow.Primary.Companion.SENDING_PROPOSAL - class in net.corda.finance.flows.TwoPartyDealFlow.Primary.Companion
- TwoPartyDealFlow.Secondary - class in net.corda.finance.flows.TwoPartyDealFlow
- Abstracted bilateral deal flow participant that is recipient of initial communication.
- TwoPartyDealFlow.Secondary.Companion - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary
- TwoPartyDealFlow.Secondary.Companion.COLLECTING_SIGNATURES - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
- TwoPartyDealFlow.Secondary.Companion.RECEIVING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
- TwoPartyDealFlow.Secondary.Companion.RECORDING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
- TwoPartyDealFlow.Secondary.Companion.SIGNING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
- TwoPartyDealFlow.Secondary.Companion.VERIFYING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
- TwoPartyTradeFlow - class in net.corda.finance.flows
- This asset trading flow implements a "delivery vs payment" type swap.
- TwoPartyTradeFlow.AssetMismatchException - class in net.corda.finance.flows.TwoPartyTradeFlow
- TwoPartyTradeFlow.Buyer - class in net.corda.finance.flows.TwoPartyTradeFlow
- TwoPartyTradeFlow.Buyer.COLLECTING_SIGNATURES - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
- TwoPartyTradeFlow.Buyer.RECEIVING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
- TwoPartyTradeFlow.Buyer.RECORDING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
- TwoPartyTradeFlow.Buyer.SharedTx - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
- TwoPartyTradeFlow.Buyer.SIGNING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
- TwoPartyTradeFlow.Buyer.VERIFYING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
- TwoPartyTradeFlow.Seller - class in net.corda.finance.flows.TwoPartyTradeFlow
- TwoPartyTradeFlow.Seller.Companion - class in net.corda.finance.flows.TwoPartyTradeFlow.Seller
- TwoPartyTradeFlow.Seller.Companion.AWAITING_PROPOSAL - class in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion
- TwoPartyTradeFlow.Seller.Companion.VERIFYING_AND_SIGNING - class in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion
- TwoPartyTradeFlow.SellerTradeInfo - class in net.corda.finance.flows.TwoPartyTradeFlow
- This object is serialised to the network and is the first flow message the seller sends to the buyer.
- TwoPartyTradeFlow.UnacceptablePriceException - class in net.corda.finance.flows.TwoPartyTradeFlow
- type() - function in net.corda.core.node.services.Vault.ConstraintInfo
- TypeOnlyCommandData - class in net.corda.core.contracts
- Commands that inherit from this are intended to have no data items: it's only their presence that matters.