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
config, err := gosdk.NewClientConfig(rpcURL, "exchain-65", gosdk.BroadcastBlock, "0.0001okt", 200000,0, "") cli := gosdk.NewClient(config) accInfo, err := cli.Auth().QueryAccount(addr)
这时候只能拿到OKT余额。其他代币余额怎么读取 ?? 求帮助
The text was updated successfully, but these errors were encountered:
config, err := gosdk.NewClientConfig(rpcURL, "exchain-65", gosdk.BroadcastBlock, "0.0001okt", 200000,0, "") cli := gosdk.NewClient(config) accInfo, err := cli.Auth ().QueryAccount(адрес) 这时候只能拿到OKT余额。其他代币余额怎么读取 ?? 求帮助
config, err := gosdk.NewClientConfig(rpcURL, "exchain-65", gosdk.BroadcastBlock, "0.0001okt", 200000,0, "") cli := gosdk.NewClient(config) accInfo, err := cli.Auth ().QueryAccount(адрес)
Sorry, something went wrong.
No branches or pull requests
config, err := gosdk.NewClientConfig(rpcURL, "exchain-65", gosdk.BroadcastBlock, "0.0001okt", 200000,0, "")
cli := gosdk.NewClient(config)
accInfo, err := cli.Auth().QueryAccount(addr)
这时候只能拿到OKT余额。其他代币余额怎么读取 ??
求帮助
The text was updated successfully, but these errors were encountered: