ServiceAccount class

Constructors

ServiceAccount(SubstrateService serviceRoot)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRoot SubstrateService
final

Methods

checkAddressFormat(String address, int ss58) Future<bool?>
check address matches ss58Format
decodeAddress(List<String?> addresses) Future<Map?>
decode addresses to publicKeys
encodeAddress(List<String> pubKeys, dynamic ss58List) Future<Map?>
encode addresses to publicKeys
getAddressIcons(List addresses) Future<List?>
getPubKeyIcons(List<String?> keys) Future<List?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryAddressWithAccountIndex(String index, int? ss58) Future<List?>
query address with account index
queryBalance(String? address) Future<Map?>
query balance
queryIndexInfo(List addresses) Future<List?>
Get on-chain account info of addresses
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited