mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-05-30 04:11:01 +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
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
flowchart LR
|
|
subgraph PezkuwiSDKChain[A Pezkuwi SDK-based blockchain]
|
|
Node
|
|
Runtime
|
|
end
|
|
|
|
FRAME -.-> Runtime
|
|
PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> Node
|