mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 10:17:54 +00:00
1295c36241
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
21 lines
279 B
Plaintext
21 lines
279 B
Plaintext
graph TB
|
|
subgraph Bizinikiwi
|
|
direction LR
|
|
subgraph Node
|
|
Database
|
|
Networking
|
|
Consensus
|
|
end
|
|
subgraph Runtime
|
|
subgraph FRAME
|
|
direction LR
|
|
Governance
|
|
Currency
|
|
Staking
|
|
Identity
|
|
end
|
|
end
|
|
Node --runtime-api--> Runtime
|
|
Runtime --host-functions--> Node
|
|
end
|