Package-level declarations
Network configuration and utilities specific to three-party MPC communication.
Types
Link copied to clipboard
A trio protocol step addressed as a route.
Link copied to clipboard
interface TrioNetworkActionProvider
Supplies the NetworkAction that addresses each trio protocol step.
Link copied to clipboard
open class TrioNetworkClient(websocketConfig: WebsocketConfig) : SilentShardWebsocketClient<TrioNetworkAction>
The default WebSocket transport for a trio session, pre-typed to TrioNetworkAction.