Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RefreshOutput ¶
RefreshOutput represents the result of key refresh
func (*RefreshOutput) NewParticipants ¶
func (o *RefreshOutput) NewParticipants() []party.ID
NewParticipants returns the new participant list
func (*RefreshOutput) NewPrivateShare ¶
func (o *RefreshOutput) NewPrivateShare() []byte
NewPrivateShare returns the refreshed private key share
func (*RefreshOutput) NewThreshold ¶
func (o *RefreshOutput) NewThreshold() int
NewThreshold returns the new threshold value
func (*RefreshOutput) PublicKey ¶
func (o *RefreshOutput) PublicKey() []byte
PublicKey returns the public key (unchanged)
Click to show internal directories.
Click to hide internal directories.