Blockchain Transactions Steps
Fleetingblockchain transactions steps
To perform a transaction, one has to:
- forge the transaction, saying at least
- from what address
- to what address
- how much
- sign the transaction with a private key corresponding to the from address,
- inject the transaction
When we gather those steps, we generally say we send
the transaction.
This is the basic canvas. We can imagine all sorts of variant, with multi-signature, threshold signature or batching, but the concept remains the same anyway.