TransactionService class abstract

Implementers

Constructors

TransactionService.new()

Properties

getEstimatedFeeUseCase GetEstimatedFeeUseCase
Describing service details to invoke later
final
getRecentTransactionsUsecase GetRecentTransactionsUsecase
final
getTransactionStatusUsecase GetTransactionStatusUsecase
final
hashCode int
The hash code for this object.
no setterinherited
prepareTransactionUsecase PrepareTransactionUsecase
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signAndSendTransactionUsecase SendTransactionUsecase
final

Methods

estimatedFee({required String message}) Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareTransaction({required String sourcePrivateKey, required String sourceWallet, required String destinationWallet, required int amount}) Future<String>
recentTransactions({required String mintAddress, required int limit}) Future<List<TransactionSignatureInformation>>
sendTransaction({required String hashString}) Future<String>
toString() String
A string representation of this object.
inherited
transactionStatus({required String signature}) Future<SignatureStatusesResult>

Operators

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