Transactions
Transaction manifests, lifecycle, and submission.
Transactions contains 5 pages, last updated 6d ago.
1. Transaction Manifest Language
A transaction manifest is a human-readable script that describes exactly what a transaction does β which assets move where, which components are calleβ¦
2. Transaction Lifecycle
A Radix transaction has three layers, each wrapping the previous: Layer Contains Purpose Intent Header + manifest Defines what to do and when Signed Iβ¦
3. Transaction Fees
Every transaction on Radix pays a fee in XRD , and every manifest you write has to say where that XRD comes from. That is what the lock_fee call at thβ¦
4. Radix Engine Toolkit
The Radix Engine Toolkit (RET) is the library that lets a program outside the network build, sign, and inspect Radix transactions. It is written in Ruβ¦
5. Addresses and Entity Types
On most ledgers an address is an opaque hash: nothing in it tells you whether you are looking at a wallet, a token, or a contract, and nothing tells yβ¦
