interface KeygenStarted {
    keyId: string;
    module: string;
    participants: Uint8Array[];
}

Properties

keyId: string
module: string
participants: Uint8Array[]

Generated using TypeDoc