class Client : SingletonSerializeAsToken
<init> |
Client(id: Int) |
id |
val id: Int |
commitTransaction |
fun commitTransaction(transaction: Any, otherSide: Party): ClusterResponse
Sends a transaction commit request to the BFT cluster. The proxy will deliver the request to every replica, and block until a sufficient number of replies are received. |
toToken |
open fun toToken(context: SerializeAsTokenContext): SerializationToken |