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
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
graph TB
|
|
subgraph Bizinikiwi
|
|
direction LR
|
|
subgraph Node
|
|
end
|
|
|
|
subgraph Runtime
|
|
end
|
|
|
|
Node --runtime-api--> Runtime
|
|
Runtime --host-functions--> Node
|
|
end
|