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
I've been trying some of the suggested examples - but getting this bitcore error -
const privateKey = (wif format); datacash.send({ data: ["0x6d02", "Hello from datacash"], cash: { key: privateKey } });
uncaught exception: bitcore.ErrorInvalidArgument: Invalid Argument: Must provide an object from where to extract data
The text was updated successfully, but these errors were encountered:
I'm getting the same error
Sorry, something went wrong.
Looks like it needs the format
WIF Compressed (base58)
Im getting same issue. give me solution of this.
No branches or pull requests
I've been trying some of the suggested examples - but getting this bitcore error -
const privateKey = (wif format);
datacash.send({
data: ["0x6d02", "Hello from datacash"],
cash: { key: privateKey }
});
uncaught exception: bitcore.ErrorInvalidArgument: Invalid Argument: Must provide an object from where to extract data
The text was updated successfully, but these errors were encountered: