interface PubKeySubmitted {
    keyId: string;
    module: string;
    participant: Uint8Array;
    pubKey: Uint8Array;
}

Properties

keyId: string
module: string
participant: Uint8Array
pubKey: Uint8Array

Generated using TypeDoc