codechain-sdk-js icon indicating copy to clipboard operation
codechain-sdk-js copied to clipboard

SDK documentation does not parse `createStoreTransaction`'s argument well

Open majecty opened this issue 5 years ago • 0 comments

The type of params in the createStoreTransaction in the document is object | object.

image

But the code has much information in the comments and the type is not object:

image

link: https://api.codechain.io/2.0.1/classes/core.html#createstoretransaction

majecty avatar Sep 08 '20 09:09 majecty