public class ServiceHubKt
Modifier and Type | Method and Description |
---|---|
static void |
recordTransactions(ServiceHub $receiver,
net.corda.core.transactions.SignedTransaction txs)
Given some
class SignedTransaction s, writes them to the local storage for validated transactions and then
sends them to the vault for further processing. |
public static void recordTransactions(ServiceHub $receiver, net.corda.core.transactions.SignedTransaction txs)
Given some class SignedTransaction
s, writes them to the local storage for validated transactions and then
sends them to the vault for further processing.
txs
- The transactions to record.class SignedTransaction