UNPKG

@planetarium/account-web3-secret-storage

Version:

Libplanet account implementation using Ethereum Web3 Secret Storage

5 lines (4 loc) 162 B
export type KeyId = string; export declare function isKeyId(keyId: string): keyId is KeyId; export declare function generateKeyId(): KeyId; export default KeyId;