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
if(awaitdoge.isEnabled()){constrs=awaitdoge.useDoge(cost,toAddress,'Buy Things Info');if(rs?.txid){// successed// you can track the transaction is confirmed by txid in doge chain// for example use chain.so or orther doge api serveices// curl "https://chain.so/api/v3/transaction/DOGE/597bafa25fcbb081467bdeb030a42bf441dbfcc054bdcfad31a829d7db5d931f" -H "API-KEY: {{api_key}}"// https://chain.so/api/ }}
request to sign message(^v1.0.19)
if(awaitdoge.isEnabled()){constrs=awaitdoge.sign();if(rs?.message&&rs.sig){// rs.sig example : H5DYFib9KhCRnOpb63/qNTROn6mrvXPuNw5aoogwYNaEBF2QP4uKo5CDPbJmZNiO7HBJIETaLLtSPpU9dVtkSzE=// you can use bitcore-lib-doge recover this signature and get r,s,v}}