UNPKG
@bitgo-forks/avalanchejs
Version:
latest (4.1.0-alpha.1)
master (4.1.0-alpha.3)
4.1.0-alpha.3
4.1.0-alpha.2
4.1.0-alpha.1
Avalanche Platform JS Library
github.com/BitGo/avalanchejs
BitGo/avalanchejs
@bitgo-forks/avalanchejs
/
src
/
serializable
/
primitives
/
primatives.ts
4 lines
(3 loc)
•
63 B
text/typescript
View Raw
1
2
3
4
export abstract
class
Primitives
{ abstract toJSON(): any; }