ShardSessionConfig
ShardSessionConfig:
object
Parameters for creating a ECDSA session.
Type declaration
client
client:
CloudWebSocketClient
The cloud client object.
cloudVerifyingKey
cloudVerifyingKey:
string
The hex encoded cloud verifying key (Ed25519 public key).
messageSigner
messageSigner:
MessageSigner
The message signer object used for signing messages between parties.
protocol?
optionalprotocol:MpcProtocol
The MPC protocol to use party 2 or 3 party.
storage
storage:
IStorageProvider
The storage client object.