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
We currently support names (name service, nickname, KAP) in resource declarations, but not in URL query params.
For example:
curl http://localhost:3003/v1/token/koin/transfer\?from=1EnaBDVTA5hqXokC2dDzt2JT5eHv1y7ff1\&to=1LDDWoGgQ1CEa8B1d9GuziQ4fgbxcqawC3\&value=1
works, but
curl http://localhost:3003/v1/token/koin/transfer\[email protected]\&to=1LDDWoGgQ1CEa8B1d9GuziQ4fgbxcqawC3\&value=1
does not.
No response
The text was updated successfully, but these errors were encountered:
#22, #39: Resolve account names in searchParams and check existence o…
b4ca766
…f required params
mvandeberg
No branches or pull requests
Is there an existing issue for this?
New feature
We currently support names (name service, nickname, KAP) in resource declarations, but not in URL query params.
For example:
works, but
does not.
Anything else?
No response
The text was updated successfully, but these errors were encountered: