UNPKG

@0xpolygonid/js-sdk

Version:
10 lines (9 loc) 245 B
import { KmsKeyType } from './store'; /** * builds key path * * @param {KmsKeyType} keyType - key type * @param {string} keyID - key id * @returns string path */ export declare function keyPath(keyType: KmsKeyType, keyID: string): string;