We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query to endpoint https://testnet-v4.tonhubapi.com/account/EQAbB-ykyJKBtL17EUxDOyL2H55aakn05uDVW06aH0wJNO-E/tx/parsed/22378444000001/wOQMLWEc4NzPQLAsyFg-D2Iz6O1ZnmtG41tGWIV3FJs return data.
https://testnet-v4.tonhubapi.com/account/EQAbB-ykyJKBtL17EUxDOyL2H55aakn05uDVW06aH0wJNO-E/tx/parsed/22378444000001/wOQMLWEc4NzPQLAsyFg-D2Iz6O1ZnmtG41tGWIV3FJs
TonClient4.getAccountTransactionsParsed
Error: Mailformed response
const accountAddress = "UQAbB-ykyJKBtL17EUxDOyL2H55aakn05uDVW06aH0wJNLJB" const offsetTransactionLT= 22378444000001 const offsetTransactionHash wOQMLWEc4NzPQLAsyFg+D2Iz6O1ZnmtG41tGWIV3FJs const accountTransactionsParsed = await this.ton.getAccountTransactionsParsed( Address.parse(this.accountAddress), BigInt(offsetTransactionLT), Buffer.from(offsetTransactionHash, 'base64'), COUNT, );
ZodError: [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "transactions", 4, "outMessages", 0, "init", "splitDepth" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "null", "received": "undefined", "path": [ "transactions", 4, "outMessages", 0, "init", "splitDepth" ], "message": "Required" } ], "name": "ZodError" } ], "path": [ "transactions", 4, "outMessages", 0, "init", "splitDepth" ], "message": "Invalid input" }, { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "transactions", 4, "outMessages", 0, "init", "special" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "null", "received": "undefined", "path": [ "transactions", 4, "outMessages", 0, "init", "special" ], "message": "Required" } ], "name": "ZodError" } ], "path": [ "transactions", 4, "outMessages", 0, "init", "special" ], "message": "Invalid input" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "null", "received": "object", "path": [ "transactions", 4, "outMessages", 0, "init" ], "message": "Expected null, received object" } ], "name": "ZodError" } ], "path": [ "transactions", 4, "outMessages", 0, "init" ], "message": "Invalid input" } ]
Transaction found on TON Scan: https://testnet.tonscan.org/tx/wOQMLWEc4NzPQLAsyFg-D2Iz6O1ZnmtG41tGWIV3FJs=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Query to endpoint
https://testnet-v4.tonhubapi.com/account/EQAbB-ykyJKBtL17EUxDOyL2H55aakn05uDVW06aH0wJNO-E/tx/parsed/22378444000001/wOQMLWEc4NzPQLAsyFg-D2Iz6O1ZnmtG41tGWIV3FJs
return data.TonClient4.getAccountTransactionsParsed
throwError: Mailformed response
Transaction found on TON Scan: https://testnet.tonscan.org/tx/wOQMLWEc4NzPQLAsyFg-D2Iz6O1ZnmtG41tGWIV3FJs=
The text was updated successfully, but these errors were encountered: