KineticSdkInternal class

Constructors

KineticSdkInternal(KineticSdkConfig sdkConfig)

Properties

accountApi AccountApi
getter/setter pair
airdropApi AirdropApi
getter/setter pair
apiConfig ApiClient
getter/setter pair
appApi AppApi
getter/setter pair
appConfig AppConfig?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkConfig KineticSdkConfig
final
transactionApi TransactionApi
getter/setter pair

Methods

closeAccount(CloseAccountOptions options) Future<Transaction?>
createAccount(CreateAccountOptions options) Future<Transaction?>
getAccountInfo(GetAccountInfoOptions options) Future<AccountInfo?>
getAppConfig(String environment, int index) Future<AppConfig?>
getBalance(GetBalanceOptions options) Future<BalanceResponse?>
getHistory(GetHistoryOptions options) Future<List<HistoryResponse>?>
getTokenAccounts(GetTokenAccountsOptions options) Future<List<String>?>
getTransaction(GetTransactionOptions options) Future<GetTransactionResponse?>
makeTransfer(MakeTransferOptions options) Future<Transaction?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAirdrop(RequestAirdropOptions options) Future<RequestAirdropResponse?>
toString() String
A string representation of this object.
inherited

Operators

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