File copied from golang tofnd with minor tweaks

interface RecoverRequest {
    keygenInit?: KeygenInit;
    keygenOutput?: KeygenOutput;
}

Properties

keygenInit?: KeygenInit
keygenOutput?: KeygenOutput

Generated using TypeDoc