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
Note that this may include several objects. First pass at an architecture:
TransactionInput - a Key, plus an amount to send TransactionOutput - a Key, plus an amount to receive Transaction - a collection of inputs and outputs. Includes validation that inputs are equal to outputs and that the transaction is syntactically valid.
For complex transactions, a TransactionScriptNode abstract object would have a number of subclasses, each of which represented a single script operation to be included.
Define how transactions will be built and signed.
The text was updated successfully, but these errors were encountered: