Client class

Constructors

Client({String? userId, String? sessionId, Key? sessionPrivateKey, String? scp, String? baseUrl, String? accessToken, BaseOptions? dioOptions, JsonDecodeCallback? jsonDecodeCallback, Iterable<Interceptor> interceptors = const [], HttpLogLevel? httpLogLevel = HttpLogLevel.all})

Properties

accountApi AccountApi
no setter
addressApi AddressApi
no setter
assetApi AssetApi
no setter
attachmentApi AttachmentApi
no setter
circleApi CircleApi
no setter
collectibleApi CollectibleApi
no setter
conversationApi ConversationApi
no setter
dio → Dio
no setter
hashCode int
The hash code for this object.
no setterinherited
messageApi MessageApi
no setter
multisigApi MultisigApi
no setter
oauthApi OauthApi
no setter
outputApi OutputApi
no setter
provisioningApi ProvisioningApi
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotApi SnapshotApi
no setter
tokenApi TokenApi
no setter
transferApi TransferApi
no setter
userApi UserApi
no setter
utxoApi UtxoApi
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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