v1PrivateKeyParams class

Constructors

v1PrivateKeyParams({required String privateKeyName, required v1Curve curve, required List<String> privateKeyTags, required List<v1AddressFormat> addressFormats})
const
v1PrivateKeyParams.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
hashCode int
The hash code for this object.
no setterinherited
privateKeyName String
Human-readable name for a Private Key.
final
privateKeyTags List<String>
A list of Private Key Tag IDs. This field, if not needed, should be an empty array in your request body.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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