Closed dmitrydrynov closed 1 year ago
@dmitrydrynov thanks for your question. HTTP response {"message":"OK","statusCode":200}
means that the request was successfully received by wallet's bridge. When user accepts or declines the request, the bridge will send a SSE message to the dApp. You can find more details about TonConnect workflow in the protocol specification.
I see. The tonkeeper does not show any message for accepts or declines the request In testnet (only in mainnet)
When I try send a transaction with sendTransaction(tx) I have the response {"message":"OK","statusCode":200} . but nothing happens (tonkeeper wallet doesn't show anything, ton explorer doesn't show any changes)