Methods
Method |
Description |
net.corda.client.rpc.component1()
|
|
java.security.setParameter(java.lang.String,java.lang.Object)
|
|
java.security.getParameter(java.lang.String)
|
|
java.security.getVersion()
|
|
java.util.save(java.io.OutputStream,java.lang.String)
|
|
net.corda.core.flows.getFlowInfo(net.corda.core.identity.Party)
|
Returns a FlowInfo object describing the flow otherParty is using. |
net.corda.core.flows.sendAndReceive(net.corda.core.identity.Party,java.lang.Object)
|
Serializes and queues the given payload object for sending to the otherParty. |
net.corda.core.flows.sendAndReceive(java.lang.Class,net.corda.core.identity.Party,java.lang.Object)
|
Serializes and queues the given payload object for sending to the otherParty. |
net.corda.core.flows.receive(net.corda.core.identity.Party)
|
Suspends until the specified otherParty sends us a message of type R. |
net.corda.core.flows.receive(java.lang.Class,net.corda.core.identity.Party)
|
Suspends until the specified otherParty sends us a message of type receiveType. |
net.corda.core.flows.send(net.corda.core.identity.Party,java.lang.Object)
|
Queues the given payload for sending to the otherParty and continues without suspending. |
net.corda.core.internal.validateLegalName(java.lang.String)
|
|
net.corda.core.internal.normalizeLegalName(java.lang.String)
|
|
net.corda.core.internal.executeAsync(net.corda.core.flows.FlowLogic,net.corda.core.internal.FlowAsyncOperation,java.lang.Boolean)
|
Executes the specified operation and suspends until operation completion. |
net.corda.core.messaging.pendingFlowsCount(net.corda.core.messaging.CordaRPCOps)
|
Returns a DataFeed of the number of pending flows. |
net.corda.core.node.services.importAttachment(java.io.InputStream)
|
Inserts the given attachment into the store, does not close the input stream. |
net.corda.core.node.services.importOrGetAttachment(java.io.InputStream)
|
Inserts or returns Attachment Id of attachment. |
net.corda.core.serialization.withAttachmentsClassLoader(java.util.List)
|
Does not do anything. |
net.corda.core.transactions.copy(java.util.List,net.corda.core.identity.Party,net.corda.core.contracts.Attachment,net.corda.core.contracts.ContractClassName,net.corda.core.contracts.Attachment,net.corda.core.crypto.SecureHash,net.corda.core.contracts.PrivacySalt,java.util.List,net.corda.core.node.NetworkParameters)
|
|
net.corda.core.transactions.copy(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,net.corda.core.contracts.PrivacySalt)
|
|
net.corda.core.transactions.copy(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,net.corda.core.contracts.PrivacySalt,net.corda.core.node.NetworkParameters)
|
|
net.corda.core.transactions.copy(java.util.List,net.corda.core.identity.Party,net.corda.core.identity.Party,net.corda.core.crypto.SecureHash,java.util.List)
|
|
net.corda.core.transactions.isNotaryChangeTransaction()
|
|
net.corda.core.transactions.toLedgerTransaction(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1)
|
Looks up identities, attachments and dependent input states using the provided lookup functions in order to construct a LedgerTransaction. |
kotlin.collections.toArray(java.util.function.IntFunction)
|
|
net.corda.finance.contracts.asset.generateExit(net.corda.core.transactions.TransactionBuilder,net.corda.core.contracts.Amount,java.util.List)
|
Generate an transaction exiting assets from the ledger. |
net.corda.finance.contracts.asset.generateExit(net.corda.core.transactions.TransactionBuilder,net.corda.core.contracts.Amount,java.util.List,kotlin.jvm.functions.Function3,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function1)
|
Generate an transaction exiting fungible assets from the ledger. |
net.corda.finance.contracts.asset.generateExit(net.corda.core.transactions.TransactionBuilder,net.corda.core.contracts.Amount,java.util.List)
|
Generate an transaction exiting assets from the ledger. |
net.corda.finance.workflows.asset.generateSpend(net.corda.core.node.ServiceHub,net.corda.core.transactions.TransactionBuilder,net.corda.core.contracts.Amount,net.corda.core.identity.AbstractParty,java.util.Set)
|
Generate a transaction that moves an amount of currency to the given party, and sends any change back to sole identity of the calling node. |
net.corda.finance.workflows.asset.generateSpend(net.corda.core.node.ServiceHub,net.corda.core.transactions.TransactionBuilder,java.util.List,java.util.Set)
|
Generate a transaction that moves money of the given amounts to the recipients specified, and sends any change back to sole identity of the calling node. |