Keystore constructor

Keystore(String type, String label, String algorithm, ScryptParams scrypt, String key, String salt, String address, KeyParameters parameters)

Implementation

Keystore(this.type, this.label, this.algorithm, this.scrypt, this.key,
    this.salt, this.address, this.parameters);