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
from https://github.com/tonkeeper/tongo/blob/master/tonconnect/server.go#L98
Proof haven't address, not StateInit, Do I have to construct it myself? because checkProof needs type.
like
func (s *Server) CheckProof(ctx context.Context, tp *Proof, checkPayload, checkDomain checkFunc)
from https://github.com/tonkeeper/tongo/blob/master/tonconnect/server.go#L172
Does the frontend only need to pass the variable proof to the backend? like https://github.com/ton-connect/demo-dapp-with-react-ui/blob/master/src/components/TonProofDemo/TonProofDemo.tsx#L47
The text was updated successfully, but these errors were encountered:
Hi, I have a problem about proof type.
Image
like
like
The text was updated successfully, but these errors were encountered: