A universal protocol for managing blockchains.
Vineyard Blockchain contains no implementation code. It only exports TypeScript interfaces.
There are two sets of exported types:
-
The outdated type definitions living in the root Vineyard Blockchain namespace. (Source)
-
The newer type definitions living in the
blockchainnamespace. (Source)
Any new projects should use the newer type definitions.