TransactionApi class

Constructors

TransactionApi([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

getLatestBlockhash(String environment, int index) Future<LatestBlockhashResponse?>
Parameters:
getLatestBlockhashWithHttpInfo(String environment, int index) Future<Response>
Note: This method returns the HTTP Response.
getMinimumRentExemptionBalance(String environment, int index, int dataLength) Future<MinimumRentExemptionBalanceResponse?>
Parameters:
getMinimumRentExemptionBalanceWithHttpInfo(String environment, int index, int dataLength) Future<Response>
Note: This method returns the HTTP Response.
getTransaction(String environment, int index, String signature, Commitment commitment) Future<GetTransactionResponse?>
Parameters:
getTransactionWithHttpInfo(String environment, int index, String signature, Commitment commitment) Future<Response>
Note: This method returns the HTTP Response.
makeTransfer(MakeTransferRequest makeTransferRequest) Future<Transaction?>
Parameters:
makeTransferWithHttpInfo(MakeTransferRequest makeTransferRequest) 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