AccountResponse class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

AccountResponse({required String account, required String publicKey, required List<KadenaAccount> kadenaAccounts})
AccountResponse.fromJson(Map<String, dynamic> json)
factory

Properties

account String
The WalletConnect CAIP-10 account Example: kadena:mainnet01:abc123
final
hashCode int
The hash code for this object.
no setteroverride
kadenaAccounts List<KadenaAccount>
The list of Kadena accounts associated with the public key along with the chain the account exists on.
final
publicKey String
The public key of the account Example 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