v1WalletAccount class
Constructors
- v1WalletAccount({required String walletAccountId, required String organizationId, required String walletId, required v1Curve curve, required v1PathFormat pathFormat, required String path, required v1AddressFormat addressFormat, required String address, required externaldatav1Timestamp createdAt, required externaldatav1Timestamp updatedAt, String? publicKey, v1Wallet? walletDetails})
-
const
-
v1WalletAccount.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Address generated using the Wallet seed and Account parameters.
final
- addressFormat → v1AddressFormat
-
Address format used to generate the Account.
final
- createdAt → externaldatav1Timestamp
-
final
- curve → v1Curve
-
Cryptographic curve used to generate the Account.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- organizationId → String
-
The Organization the Account belongs to.
final
- path → String
-
Path used to generate the Account.
final
- pathFormat → v1PathFormat
-
Path format used to generate the Account.
final
- publicKey → String?
-
The public component of this wallet account's underlying cryptographic key pair.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → externaldatav1Timestamp
-
final
- walletAccountId → String
-
Unique identifier for a given Wallet Account.
final
- walletDetails → v1Wallet?
-
Wallet details for this account. This is only present when include_wallet_details=true.
final
- walletId → String
-
The Wallet the Account was derived from.
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