package route

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AccountApplicationApiRoute(settings: RESTApiSettings, applicationApiGroup: AccountApplicationApiGroup, sidechainNodeViewHolderRef: ActorRef)(implicit context: ActorRefFactory) extends ApplicationBaseApiRoute[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, AccountFeePaymentsInfo, NodeAccountHistory, NodeAccountState, NodeWalletBase, NodeAccountMemoryPool, AccountNodeView] with Product with Serializable
  2. case class AccountBlockApiRoute(settings: RESTApiSettings, sidechainNodeViewHolderRef: ActorRef, sidechainBlockActorRef: ActorRef, companion: SparkzSerializer[AccountTransaction[Proposition, Proof[Proposition]]], forgerRef: ActorRef, params: NetworkParams, timeProvider: NetworkTimeProvider)(implicit context: ActorRefFactory, ec: ExecutionContext) extends BlockBaseApiRoute[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, AccountFeePaymentsInfo, NodeAccountHistory, NodeAccountState, NodeWalletBase, NodeAccountMemoryPool, AccountNodeView] with Product with Serializable
  3. case class AccountEthRpcRoute(settings: RESTApiSettings, sidechainNodeViewHolderRef: ActorRef, rpcProcessor: RpcProcessor)(implicit context: ActorRefFactory, ec: ExecutionContext) extends SidechainApiRoute[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, AccountFeePaymentsInfo, NodeAccountHistory, NodeAccountState, NodeWalletBase, NodeAccountMemoryPool, AccountNodeView] with SidechainTypes with ClosableResourceHandler with SparkzLogging with ApiDirectives with Product with Serializable
  4. case class AccountTransactionApiRoute(settings: RESTApiSettings, sidechainNodeViewHolderRef: ActorRef, sidechainTransactionActorRef: ActorRef, companion: SidechainAccountTransactionsCompanion, params: NetworkParams, circuitType: CircuitTypes)(implicit context: ActorRefFactory, ec: ExecutionContext) extends TransactionBaseApiRoute[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, AccountFeePaymentsInfo, NodeAccountHistory, NodeAccountState, NodeWalletBase, NodeAccountMemoryPool, AccountNodeView] with SidechainTypes with Product with Serializable
  5. case class AccountWalletApiRoute(settings: RESTApiSettings, sidechainNodeViewHolderRef: ActorRef, sidechainSecretsCompanion: SidechainSecretsCompanion)(implicit context: ActorRefFactory, ec: ExecutionContext) extends WalletBaseApiRoute[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, AccountFeePaymentsInfo, NodeAccountHistory, NodeAccountState, NodeWalletBase, NodeAccountMemoryPool, AccountNodeView] with Product with Serializable

Ungrouped