Interface V3KeystoreOptions
interface V3KeystoreOptions {     c?: number;     cipher?: string;     dklen?: number;     iv?: Buffer;     kdf?: string;     n?: number;     p?: number;     prf?: string;     r?: number;     salt?: string;     uuid?: Buffer; } Properties
Optional cipher
cipher?: string
Optional dklen
dklen?: number
Optional salt
salt?: string
Optional uuid
uuid?: Buffer
An interface for v3 keystore options.