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
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
flowchart LR
|
|
subgraph TeyrChain[A Pezkuwi TeyrChain]
|
|
TeyrChainNode[TeyrChain Node]
|
|
TeyrChainRuntime[TeyrChain Runtime]
|
|
end
|
|
|
|
FRAME -.-> TeyrChainRuntime
|
|
PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> TeyrChainNode
|
|
|
|
CumulusC[Pezcumulus Node Libraries] -.-> TeyrChainNode
|
|
CumulusR[Pezcumulus Runtime Libraries] -.-> TeyrChainRuntime
|