StartKeygenResponse: {
    create<I>(base?): StartKeygenResponse;
    decode(input, length?): StartKeygenResponse;
    encode(_, writer?): Writer;
    fromJSON(_): StartKeygenResponse;
    fromPartial<I>(_): StartKeygenResponse;
    toJSON(_): unknown;
}

Type declaration

Generated using TypeDoc