Skip to content
New issue

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

Bug: Builtin type can not send as params direct. #26

Closed
rocket049 opened this issue Dec 13, 2018 · 2 comments
Closed

Bug: Builtin type can not send as params direct. #26

rocket049 opened this issue Dec 13, 2018 · 2 comments

Comments

@rocket049
Copy link

When i send Builtin type as params direct.
It report errors like this.

arith error:{"code":-32603,"message":"unsupported param type: string"}
arith error:{"code":-32603,"message":"unsupported param type: int"}

@powerman
Copy link
Owner

Allowed param types are: Array, Slice, Map or Struct plus Ptr to these types. This is required by specification.

@rocket049
Copy link
Author

Thanks, I see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants