package route
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
- 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
- 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
- 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
- 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
Value Members
- object AccountBlockRestSchema
- object AccountEthRpcRejectionHandler
- object AccountTransactionErrorResponse
- object AccountTransactionRestScheme
- object AccountWalletErrorResponse
- object AccountWalletRestScheme