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
_
_
- _attachment(net.corda.core.contracts.ContractClassName) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction
- _attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction
- _attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List,java.util.Map) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction.
- _attachment(net.corda.core.contracts.ContractClassName) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction
- _attachment(net.corda.core.contracts.ContractClassName) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction
- _attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction
- _attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction
- _attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List,java.util.Map) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction.
- _attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List,java.util.Map) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Attaches an attachment containing the named contract to the transaction.
- _onError(java.lang.Throwable) - function in net.corda.core.observable.internal.ResilientSubscriber
- Duplicate of SafeSubscriber.
- _queryBy(net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.PageSpecification,net.corda.core.node.services.vault.Sort,java.lang.Class) - function in net.corda.core.node.services.VaultService
- Generic vault query function which takes a QueryCriteria object to define filters, optional PageSpecification and optional Sort modification criteria (default unsorted), and returns a Vault.Page object containing the following:
states as a List of <StateAndRef> (page number and size defined by PageSpecification)
states metadata as a List of Vault.StateMetadata held in the Vault States table.
total number of results available if PageSpecification supplied (otherwise returns -1).
status types used in this query: StateStatus.UNCONSUMED, StateStatus.CONSUMED, StateStatus.ALL.
other results (aggregate functions with/without using value groups).
- _trackBy(net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.PageSpecification,net.corda.core.node.services.vault.Sort,java.lang.Class) - function in net.corda.core.node.services.VaultService
- Generic vault query function which takes a QueryCriteria object to define filters, optional PageSpecification and optional Sort modification criteria (default unsorted), and returns a DataFeed object containing:
a snapshot as a Vault.Page (described previously in queryBy).
an Observable of Vault.Update.
- _transaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Creates and adds a transaction to the ledger.
- _transaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Creates and adds a transaction to the ledger.
- _transaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
- Creates and adds a transaction to the ledger.
- _tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Creates a local scoped copy of the ledger.
- _tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Creates a local scoped copy of the ledger.
- _tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
- Creates a local scoped copy of the ledger.
- _tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
- Creates a local scoped copy of the transaction.
- _tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Creates a local scoped copy of the transaction.
- _tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Creates a local scoped copy of the transaction.
- _unverifiedTransaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Creates and adds a transaction to the ledger that will not be verified by verifies.
- _unverifiedTransaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Creates and adds a transaction to the ledger that will not be verified by verifies.
- _unverifiedTransaction(java.lang.String,net.corda.core.transactions.TransactionBuilder,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
- Creates and adds a transaction to the ledger that will not be verified by verifies.