UNPKG

@0xpolygonid/js-sdk

Version:
10 lines 291 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; //# sourceMappingURL=provider-helpers.d.ts.map