interface KeygenVoteData {
    groupRecoveryInfo: Uint8Array;
    pubKey: Uint8Array;
}

Properties

groupRecoveryInfo: Uint8Array
pubKey: Uint8Array

Generated using TypeDoc