getExchangeDepositStatus abstract method
Future<GetExchangeDepositStatusResult>
getExchangeDepositStatus({
- required GetExchangeDepositStatusParams params,
ℹ️ Check the status of the deposit/transaction Better to call this in a loop
Implementation
Future<GetExchangeDepositStatusResult> getExchangeDepositStatus({
required GetExchangeDepositStatusParams params,
});