v1WalletAccountParams class

Constructors

v1WalletAccountParams({required v1Curve curve, required v1PathFormat pathFormat, required String path, required v1AddressFormat addressFormat})
const
v1WalletAccountParams.fromJson(Map<String, dynamic> json)
factory

Properties

addressFormat v1AddressFormat
Address format used to generate a wallet Acccount.
final
curve v1Curve
Cryptographic curve used to generate a wallet Account.
final
hashCode int
The hash code for this object.
no setterinherited
path String
Path used to generate a wallet Account.
final
pathFormat v1PathFormat
Path format used to generate a wallet Account.
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