@monaco-protocol/client-account-types
v13.0.0-dev.1727991662
Published
Client types package for the Monaco Protocol accounts
Downloads
6
Keywords
Readme
Monaco Protocol Client Account Types
This package provides type declarations for most Monaco Protocol accounts. These are used by @monaco-protocol/client
but also maybe useful if using the account data generated by the client elsewhere in your stack.
It also provides Primitive variants of these types, where external types have been converted to primitive types, e.g., BN
to number
or Date
where appropriate, and PublicKey
to string
(Base58).
Documentation
The type declartions should be self documenting. documentationjs doesn't yet seem to support interface
correctly.
To generate the docs as they are you can run
npm run generateDocs