UnableToDeriveShareId

class UnableToDeriveShareId(shareType: String, curve: String = "") : PortalException.Mpc

Thrown when unable to derive share ID from generated share.

Parameters

shareType

The type of share (e.g., "signing", "backup").

curve

Optional curve type (e.g., "secp256k1", "ed25519"). If empty, applies to all curves.

Constructors

Link copied to clipboard
constructor(shareType: String, curve: String = "")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?