You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After initiating a deposit, callers must poll manually for KYC completion. Add a poll_kyc_status(transaction_id, interval_secs, max_attempts) helper in sep6.rs that uses the retry module.
After initiating a deposit, callers must poll manually for KYC completion. Add a poll_kyc_status(transaction_id, interval_secs, max_attempts) helper in sep6.rs that uses the retry module.