package
0.0.0-20240108164048-05710c27801f
Repository: https://github.com/dlt-science/mpc-wallet-multiple-filters.git
Documentation: pkg.go.dev

# Functions

NewMultiHandler expects a StartFunc for the desired protocol.
No description provided by the author

# Structs

Error is a custom error for protocols which contains information about the responsible round in which it occurred, and the party responsible.
No description provided by the author
MultiHandler represents an execution of a given protocol.
TwoPartyHandler represents a restriction of the Handler for 2 party protocols.

# Interfaces

Handler represents some kind of handler for a protocol.

# Type aliases

StartFunc is function that creates the first round of a protocol.