KadenaAccount class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
-
KadenaAccount({required String name, required String contract, required List<
String> chains}) -
KadenaAccount.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
chains
→ List<
String> -
The chains that this account exists on
final
- contract → String
-
The contract that this account is associated with
Example: coin
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String
-
The account name on the chain
This will generally be a k: account
Example: k:abc123
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override