chainTag and blockRef not optional
imerkle opened this issue · 1 comments
imerkle commented
In API they are optional but here not
https://github.com/vechain/thor-devkit.js/blob/master/src/transaction.ts#L104
libotony commented
Thorify will fetch chainTag
and blockRef
from the node if they are not provided while devkit
does not, comparing to thorify
, devkit
is designed to work low level