datacash icon indicating copy to clipboard operation
datacash copied to clipboard

uncaught exception: bitcore.ErrorInvalidArgument: Invalid Argument: Must provide an object from where to extract data

Open FreeTrade opened this issue 7 years ago • 3 comments

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

FreeTrade avatar May 27 '18 04:05 FreeTrade

I'm getting the same error

Wadis10 avatar May 31 '18 13:05 Wadis10

Looks like it needs the format

WIF Compressed (base58)

FreeTrade avatar Jun 01 '18 10:06 FreeTrade

Im getting same issue. give me solution of this.

Sidhesh009 avatar Oct 24 '18 09:10 Sidhesh009