UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

9 lines 341 B
import { PROTO } from '../../constants'; import { Params, Response } from '../params'; export declare function evoluGetDelegatedIdentityKey(params: Params<{ thp?: { staticHostKey: string; credential: string; }; }>): Response<PROTO.EvoluDelegatedIdentityKey>; //# sourceMappingURL=evoluGetDelegatedIdentityKey.d.ts.map