diff --git a/docs/build/html/api/alltypes/index.html b/docs/build/html/api/alltypes/index.html
index 36c31fc70f..c5d370f7c6 100644
--- a/docs/build/html/api/alltypes/index.html
+++ b/docs/build/html/api/alltypes/index.html
@@ -25,13 +25,13 @@ if the terminal supports it. Otherwise it just prints out the name of the step w
-node.core.APIServerImpl |
+node.internal.APIServerImpl
|
-node.core.AbstractNode |
+node.internal.AbstractNode
A base node implementation that can be customised either for production (with real implementations that do real
I/O), or a mock implementation suitable for unit test environments.
@@ -243,7 +243,7 @@ and to organise serializers / deserializers for java.time.* classes as necessary
|
-node.core.ConfigurationException |
+node.internal.ConfigurationException
|
@@ -534,7 +534,7 @@ that would divide into (eg annually = 1, semiannual = 2, monthly = 12 etc).
-node.core.testing.IRSSimulation |
+node.internal.testing.IRSSimulation
A simulation in which banks execute interest rate swaps with each other, including the fixing events.
|
@@ -775,7 +775,7 @@ MockNetwork code.
-node.core.testing.MockNetwork |
+node.internal.testing.MockNetwork
A mock node brings up a suite of in-memory services in a fast manner suitable for unit testing.
Components that do IO are either swapped out for mocks, or pointed to a Jimfs in memory filesystem.
@@ -831,7 +831,7 @@ replace each other based on a serial number present in the change.
|
-node.core.Node |
+node.internal.Node
A Node manages a standalone server that takes part in the P2P network. It creates the services found in ServiceHub,
loads important data off disk and starts listening for connections.
@@ -1187,7 +1187,7 @@ contained within.
|
-node.core.testing.Simulation |
+node.internal.testing.Simulation
Base class for network simulations that are based on the unit test / mock environment.
|
@@ -1335,7 +1335,7 @@ themselves.
-node.core.testing.TradeSimulation |
+node.internal.testing.TradeSimulation
Simulates a never ending series of trades that go pair-wise through the banks (e.g. A and B trade with each other,
then B and C trade with each other, then C and A etc).
diff --git a/docs/build/html/api/api/-a-p-i-server-impl/-init-.html b/docs/build/html/api/api/-a-p-i-server-impl/-init-.html
index f3c40d288c..6690ee2e39 100644
--- a/docs/build/html/api/api/-a-p-i-server-impl/-init-.html
+++ b/docs/build/html/api/api/-a-p-i-server-impl/-init-.html
@@ -7,7 +7,7 @@
api / APIServerImpl / <init>
<init>
-APIServerImpl(node: AbstractNode)
+APIServerImpl(node: AbstractNode)
|
-APIServerImpl(node: AbstractNode)
-fun buildTransaction(type: ContractDefRef, steps: List<TransactionBuildStep>): SerializedBytes<WireTransaction>
-fun commitTransaction(tx: SerializedBytes<WireTransaction>, signatures: List<WithKey>): SecureHash
-fun fetchProtocolsRequiringAttention(query: StatesQuery): Map<StateRef, ProtocolRequiringAttention>
-fun fetchStates(states: List<StateRef>): Map<StateRef, ContractState?>
-fun fetchTransactions(txs: List<SecureHash>): Map<SecureHash, SignedTransaction?>
-fun generateTransactionSignature(tx: SerializedBytes<WireTransaction>): WithKey
-fun invokeProtocolSync(type: ProtocolRef, args: Map<String, Any?>): Any?
+APIServerImpl(node: AbstractNode)
+fun buildTransaction(type: ContractDefRef, steps: List<TransactionBuildStep>): SerializedBytes<WireTransaction>
+fun commitTransaction(tx: SerializedBytes<WireTransaction>, signatures: List<WithKey>): SecureHash
+fun fetchProtocolsRequiringAttention(query: StatesQuery): Map<StateRef, ProtocolRequiringAttention>
+fun fetchStates(states: List<StateRef>): Map<StateRef, ContractState?>
+fun fetchTransactions(txs: List<SecureHash>): Map<SecureHash, SignedTransaction?>
+fun generateTransactionSignature(tx: SerializedBytes<WireTransaction>): WithKey
+fun invokeProtocolSync(type: ProtocolRef, args: Map<String, Any?>): Any?
val node: AbstractNode
-fun provideProtocolResponse(protocol: ProtocolInstanceRef, choice: SecureHash, args: Map<String, Any?>): Unit
-fun queryStates(query: StatesQuery): List<StateRef>
+fun provideProtocolResponse(protocol: ProtocolInstanceRef, choice: SecureHash, args: Map<String, Any?>): Unit
+fun queryStates(query: StatesQuery): List<StateRef>
fun serverTime(): LocalDateTime