Variable decryptSeedConst
decryptSeed: (
encryptedSeed: TBase64,
password: string,
encryptionRounds?: number,
) => string
Type Declaration
- (encryptedSeed: TBase64, password: string, encryptionRounds?: number): string
Parameters
- encryptedSeed: TBase64
- password: string
OptionalencryptionRounds: number
Returns string