Store
's set function can return inputs
and outputs
#188
Labels
documentation
Improvements or additions to documentation
If
Store
's set function can returninputs
andoutputs
, it can't deduct the tx fee when returned. How about letting the tx fee calculate by developers in business code?On the other hand, shall we let the
set
function can be calling with chains? Likestore.set().set().set()
? If so, we maybe need to provide another function to get theinputs
andoutputs
, ex.store.set().set().set().submit()
Can you help me provide any suggestions?
The text was updated successfully, but these errors were encountered: