v1ImportPrivateKeyIntent class

Constructors

v1ImportPrivateKeyIntent({required String userId, required String privateKeyName, required String encryptedBundle, required v1Curve curve, required List<v1AddressFormat> addressFormats})
const
v1ImportPrivateKeyIntent.fromJson(Map<String, dynamic> json)
factory

Properties

addressFormats List<v1AddressFormat>
Cryptocurrency-specific formats for a derived address (e.g., Ethereum).
final
curve v1Curve
Cryptographic Curve used to generate a given Private Key.
final
encryptedBundle String
Bundle containing a raw private key encrypted to the enclave's target public key.
final
hashCode int
The hash code for this object.
no setterinherited
privateKeyName String
Human-readable name for a Private Key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The ID of the User importing a Private Key.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited