mirror of
https://github.com/pezkuwichain/docs.git
synced 2026-04-30 11:38:00 +00:00
docs: add Pezkuwi-SDK documentation
- Technical documentation - SDK guides - Architecture overview - Whitepaper - Contributor guides
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
flowchart TD
|
||||
E(Extrinsic) ---> I(Inherent);
|
||||
E --> T(Transaction)
|
||||
T --> ST("Signed (aka. Transaction)")
|
||||
T --> UT(Unsigned)
|
||||
Reference in New Issue
Block a user