let myAccount = exchange.GetAccount() Log(‘myAccount’, myAccount)
For example, when I look at the account of a token, the logs are relatively long, with three dots left over, so how do I see all the logs?
zacharytaylorreturn cannot print logs for explicit parsing, suggesting adding log length restrictions or giving a way to view the entire log
The grass function main() { return exchange.GetRecords() }
The grassIn the debug tool, return can be seen. There is a maximum length limit in the log to save space.
zacharytaylorWhat do you think? Give me a code example, thank you!