mirror of
https://github.com/pezkuwichain/docs.git
synced 2026-04-22 01:57:58 +00:00
b4dfaaf5bb
- Technical documentation - SDK guides - Architecture overview - Whitepaper - Contributor guides
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
flowchart TD
|
|
E(Extrinsic) ---> I(Inherent);
|
|
E --> T(Transaction)
|
|
T --> ST("Signed (aka. Transaction)")
|
|
T --> UT(Unsigned)
|