public static class BFTSMaRt.Client
extends SingletonSerializeAsToken
Modifier and Type | Class and Description |
---|---|
static class |
Client.Companion |
Modifier and Type | Field and Description |
---|---|
static Client.Companion |
Companion |
Constructor and Description |
---|
Client(int id) |
Modifier and Type | Method and Description |
---|---|
BFTSMaRt.ClusterResponse |
commitTransaction(java.lang.Object transaction,
Party otherSide)
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.
|
int |
getId() |
toToken
toToken
public static Client.Companion Companion
public BFTSMaRt.ClusterResponse commitTransaction(java.lang.Object transaction, Party otherSide)
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.
public int getId()