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
If the Transaction class had an immutable option during construction, it would be possible to cache the serialized version of the transaction to optimize performance of calling toBuffer() and computing the hash of the transaction. Likewise it may also be possible to cache the buffer automatically, and then upon any update clear the cache to cause the buffer to regenerate.
The text was updated successfully, but these errors were encountered:
If the Transaction class had an immutable option during construction, it would be possible to cache the serialized version of the transaction to optimize performance of calling
toBuffer()
and computing the hash of the transaction. Likewise it may also be possible to cache the buffer automatically, and then upon any update clear the cache to cause the buffer to regenerate.The text was updated successfully, but these errors were encountered: