v1PrivateKey class
Constructors
-
v1PrivateKey({required String privateKeyId, required String publicKey, required String privateKeyName, required v1Curve curve, required List<
externaldatav1Address> addresses, required List<String> privateKeyTags, required externaldatav1Timestamp createdAt, required externaldatav1Timestamp updatedAt, required bool exported, required bool imported}) -
const
-
v1PrivateKey.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
addresses
→ List<
externaldatav1Address> -
Derived cryptocurrency addresses for a given Private Key.
final
- createdAt → externaldatav1Timestamp
-
final
- curve → v1Curve
-
Cryptographic Curve used to generate a given Private Key.
final
- exported → bool
-
True when a given Private Key is exported, false otherwise.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imported → bool
-
True when a given Private Key is imported, false otherwise.
final
- privateKeyId → String
-
Unique identifier for a given Private Key.
final
- privateKeyName → String
-
Human-readable name for a Private Key.
final
-
privateKeyTags
→ List<
String> -
A list of Private Key Tag IDs.
final
- publicKey → String
-
The public component of a cryptographic key pair used to sign messages and transactions.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → externaldatav1Timestamp
-
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