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

Please make sure you have put all function params and callback. #355

Open
satriawisesa03 opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@satriawisesa03
Copy link

$contract->at($contractAddress)->send('createSertifikat',[$nama, $deskripsi, $base64Image], function ($err, $txHash) {
    if ($err !== null) {
        dd($err->getMessage());
    }
    echo 'Transaction Hash: ' . $txHash;
});

still got an error
InvalidArgumentException
Please make sure you have put all function params and callback.

@satriawisesa03 satriawisesa03 changed the title help me fix his Please make sure you have put all function params and callback. Apr 30, 2024
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

1 participant