UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

5 lines (4 loc) 152 B
declare type PublicKeyHex = string; declare type SecretKeyHex = string; export declare type JsonnableKeyPair = [PublicKeyHex, SecretKeyHex]; export {};