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

0.4.3 Path parameter "number" value must not be null. (parameter #2) #287

Closed
AdelaDella opened this issue Aug 5, 2023 · 1 comment
Closed

Comments

@AdelaDella
Copy link

Exception in thread "main" java.lang.IllegalArgumentException: Path parameter "number" value must not be null. (parameter #2)

@satran004
Copy link
Member

@BlockByteMath Can you please add the full stack trace here?

FYI, the high-level API in library is going to be deprecated in 0.5.0. If this is not existing code, you should use the Composable function API. Here's a getting started guide https://cardano-client.dev/docs/gettingstarted/simple-transfer and you can find many examples in example repo.

If you are using 0.5.0-alpha.4, you can also try the new Quick Tx API which provides a simple and declarative API. You can find many examples in integration tests (https://github.com/bloxbean/cardano-client-lib/blob/master/quicktx/src/it/java/com/bloxbean/cardano/client/quicktx/QuickTxBuilderIT.java)

@AdelaDella AdelaDella changed the title transactionHelperService.transfer Path parameter "number" value must not be null. (parameter #2) 0.4.3 Path parameter "number" value must not be null. (parameter #2) Aug 6, 2023
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