AccountApi class

Constructors

AccountApi([ApiClient? apiClient])

Properties

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

Methods

closeAccount(CloseAccountRequest closeAccountRequest) Future<Transaction?>
Parameters:
closeAccountWithHttpInfo(CloseAccountRequest closeAccountRequest) Future<Response>
Note: This method returns the HTTP Response.
createAccount(CreateAccountRequest createAccountRequest) Future<Transaction?>
Parameters:
createAccountWithHttpInfo(CreateAccountRequest createAccountRequest) Future<Response>
Note: This method returns the HTTP Response.
getAccountInfo(String environment, int index, String accountId, Commitment commitment) Future<AccountInfo?>
Parameters:
getAccountInfoWithHttpInfo(String environment, int index, String accountId, Commitment commitment) Future<Response>
Note: This method returns the HTTP Response.
getBalance(String environment, int index, String accountId, Commitment commitment) Future<BalanceResponse?>
Parameters:
getBalanceWithHttpInfo(String environment, int index, String accountId, Commitment commitment) Future<Response>
Note: This method returns the HTTP Response.
getHistory(String environment, int index, String accountId, String mint, Commitment commitment) Future<List<HistoryResponse>?>
Parameters:
getHistoryWithHttpInfo(String environment, int index, String accountId, String mint, Commitment commitment) Future<Response>
Note: This method returns the HTTP Response.
getTokenAccounts(String environment, int index, String accountId, String mint, Commitment commitment) Future<List<String>?>
Parameters:
getTokenAccountsWithHttpInfo(String environment, int index, String accountId, String mint, Commitment commitment) Future<Response>
Note: This method returns the HTTP Response.
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