You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hm it is not trivial in context of multicontract spend to figure out the tx size
it is like for each contract spend in context of builder I need to build simple contract spend to figure out the input size
currently for fee management you'd have to get the current transaction size this way:
@mainnet-pat mentioned an issue on telegram (https://t.me/bch_compilers/8024)
currently for fee management you'd have to get the current transaction size this way:
we might want to create fee estimation utilities but we'd need to think what they would look like
bch-js has this
this would obviously be too simple for cashscript but maybe the idea to make it easy to check bytecount for different tx shapes makes sense.
maybe something like
The text was updated successfully, but these errors were encountered: