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  _ 

U

Unadjusted - enum entry in net.corda.finance.contracts.AccrualAdjustment
 
unaryMinus() - function in net.corda.core.crypto.internal.Curve25519.ModP
 
uncheckedCast(T) - function in net.corda.core.internal.InternalUtilsKt
 
UNCONNECTED - enum entry in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection.CurrentState
 
UNCONSUMED - enum entry in net.corda.core.node.services.Vault.StateStatus
 
unconsumedCashStatesForSpending(net.corda.core.node.ServiceHub,net.corda.core.contracts.Amount,java.util.Set,net.corda.core.identity.Party,java.util.UUID,java.util.Set) - function in net.corda.finance.workflows.asset.selection.AbstractCashSelection
Query to gather Cash states that are available and retry if they are temporarily unavailable.
unconsumedCashStatesForSpending(net.corda.core.node.ServiceHub,net.corda.core.contracts.Amount,java.util.Set,net.corda.core.identity.Party,java.util.UUID,java.util.Set) - function in net.corda.finance.workflows.asset.selection.AbstractCashSelection
Query to gather Cash states that are available and retry if they are temporarily unavailable.
UnexpectedFlowEndException - class in net.corda.core.flows
Thrown when a flow session ends unexpectedly due to a type mismatch (the other side sent an object of a type that we were not expecting), or the other side had an internal error, or the other side terminated when we were waiting for a response.
unfollow() - function in net.corda.testing.node.internal.ShutdownManager.Follower
 
UniqueDummyFungibleContract - class in net.corda.testing.internal.vault
 
UniqueDummyFungibleContract.State - class in net.corda.testing.internal.vault.UniqueDummyFungibleContract
 
UniqueDummyFungibleContractKt - class in net.corda.testing.internal.vault
 
UniqueDummyFungibleStateSchema - class in net.corda.testing.internal.vault
 
UniqueDummyFungibleStateSchema.UniquePersistentDummyFungibleState - class in net.corda.testing.internal.vault.UniqueDummyFungibleStateSchema
 
UniqueDummyLinearContract - class in net.corda.testing.internal.vault
 
UniqueDummyLinearContract.State - class in net.corda.testing.internal.vault.UniqueDummyLinearContract
 
UniqueDummyLinearContractKt - class in net.corda.testing.internal.vault
 
UniqueDummyLinearStateSchema - class in net.corda.testing.internal.vault
 
UniqueDummyLinearStateSchema.UniquePersistentLinearDummyState - class in net.corda.testing.internal.vault.UniqueDummyLinearStateSchema
 
UniqueIdentifier - class in net.corda.core.contracts
This class provides a truly unique identifier of a trade, state, or other business object, bound to any existing external ID.
UniqueIdentifier.Companion - class in net.corda.core.contracts.UniqueIdentifier
 
UniquenessProvider - class in net.corda.core.internal.notary
A service that records input states of the given transaction and provides conflict information if any of the inputs have already been used in another transaction.
UniquenessProvider.Result - class in net.corda.core.internal.notary.UniquenessProvider
The outcome of committing and signing a transaction.
UniquenessProvider.Result.Failure - class in net.corda.core.internal.notary.UniquenessProvider.Result
Indicates that the transaction has not been committed.
UniquenessProvider.Result.Success - class in net.corda.core.internal.notary.UniquenessProvider.Result
Indicates that all input states have been committed successfully.
UNKNOWN - enum entry in net.corda.core.internal.FetchDataFlow.DataType
 
UnknownAnonymousPartyException - class in net.corda.core.node.services
 
UnknownCalendar - class in net.corda.finance.workflows.utils
 
UNLOCKED_AND_SPECIFIED - enum entry in net.corda.core.node.services.vault.QueryCriteria.SoftLockingType
 
UNLOCKED_ONLY - enum entry in net.corda.core.node.services.vault.QueryCriteria.SoftLockingType
 
UnrecoverableRPCException - class in net.corda.client.rpc
Thrown to indicate a fatal error in the RPC system which cannot be recovered from and so needs some manual support.
UNSET - enum entry in net.corda.core.internal.telemetry.TelemetryStatusCode

The default status.

UnstartedMockNode - class in net.corda.testing.node
A class that represents an unstarted mock node for testing.
until(java.time.temporal.Temporal,java.time.temporal.Temporal) - function in net.corda.core.internal.InternalUtilsKt
 
untilOnly(java.time.Instant) - function in net.corda.core.contracts.TimeWindow.Companion
Creates a TimeWindow with null fromTime, i.e.
untilOnly(java.time.Instant) - function in net.corda.core.flows.FlowTimeWindow.Companion
 
untilOnly(java.time.Instant) - function in net.corda.core.flows.RecoveryTimeWindow.Companion
 
UntrustworthyData - class in net.corda.core.utilities
A small utility to approximate taint tracking: if a method gives you back one of these, it means the data came from a remote source that may be incentivised to pass us junk that violates basic assumptions and thus must be checked first.
UntrustworthyData.Validator - class in net.corda.core.utilities.UntrustworthyData
 
UntrustworthyDataKt - class in net.corda.core.utilities
 
UNVERIFIED - enum entry in net.corda.core.node.services.TransactionStatus
 
unverifiedTransaction(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 that will not be verified by verifies.
unwrap(net.corda.core.utilities.UntrustworthyData.Validator) - function in net.corda.core.utilities.UntrustworthyData
 
unwrap(net.corda.core.utilities.UntrustworthyData,kotlin.jvm.functions.Function1) - function in net.corda.core.utilities.UntrustworthyDataKt
 
update(java.nio.ByteBuffer) - function in java.security.Signature
 
update(java.lang.Byte) - function in java.security.Signature
 
update(kotlin.ByteArray) - function in java.security.Signature
 
update(kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in java.security.Signature
 
updateTimedFlowTimeout(java.lang.Long) - function in net.corda.core.internal.FlowStateMachine
 
upgrade(OldState) - function in net.corda.core.contracts.UpgradedContract
Upgrade contract's state object to a new state object.
upgrade(OldState) - function in net.corda.core.contracts.UpgradedContractWithLegacyConstraint
Upgrade contract's state object to a new state object.
UPGRADED_ATTACHMENT - enum entry in net.corda.core.transactions.ContractUpgradeWireTransaction.Component
 
UPGRADED_CONTRACT - enum entry in net.corda.core.transactions.ContractUpgradeWireTransaction.Component
 
UpgradedContract - class in net.corda.core.contracts
Interface which can upgrade state objects issued by a contract to a new state object issued by a different contract.
UpgradedContractWithLegacyConstraint - class in net.corda.core.contracts
This interface allows specifying a custom legacy contract constraint for upgraded contracts.
uploadAttachment(java.io.InputStream) - function in net.corda.core.messaging.CordaRPCOps
Uploads a jar to the node, returns it's hash.
uploadAttachment(java.io.InputStream) - function in net.corda.core.messaging.CordaRPCOps
Uploads a jar to the node, returns it's hash.
uploadAttachmentWithMetadata(java.io.InputStream,java.lang.String,java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Uploads a jar including metadata to the node, returns it's hash.
uploadAttachmentWithMetadata(java.io.InputStream,java.lang.String,java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Uploads a jar including metadata to the node, returns it's hash.
UPLOADER - enum entry in net.corda.core.node.services.vault.AttachmentSort.AttachmentSortAttribute
 
UriTestCordapp - class in net.corda.testing.node.internal
 
use(java.lang.String,java.lang.String,kotlin.jvm.functions.Function1) - function in net.corda.client.rpc.CordaRPCClient
A helper for Kotlin users that simply closes the connection after the block has executed.
User - class in net.corda.testing.node
Object encapsulating a node rpc user and their associated permissions for use when testing using the driver
useSslRpcOverrides(.<Error class: unknown class>) - function in net.corda.testing.internal.InternalTestUtilsKt
 
using(java.lang.String,java.lang.Boolean) - function in net.corda.core.contracts.Requirements
Throws IllegalArgumentException if the given expression evaluates to false.
UtilsKt - class in net.corda.client.rpc
 
UtilsKt - class in net.corda.core
 
UUID - enum entry in net.corda.core.node.services.vault.Sort.LinearStateAttribute

Vault Linear States

UuidGenerator - class in net.corda.core.utilities
 
UuidGenerator.Companion - class in net.corda.core.utilities.UuidGenerator
 
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  _