synaptic-types
v0.2.1
Published
Synaptic types
Downloads
5
Readme
JavaScript synaptic types definition table
This package provides JavaScript definition table of IPFN synaptic types.
Synaptic types
Currently this relies heavily on protocol buffers and it's clearly work-in-progress.
| Name | Type | Done | |-----------|------------|------| | bool | boolean | ✓ | | number | number | ✓ | | string | string | ✓ | | float | Number | ✗ | | double | Number | ✗ | | sfixed32 | Number | ✗ | | fixed32 | Number | ✗ | | int32 | Number | ✗ | | int64 | Number | ✗ | | uint32 | Number | ✗ | | uint64 | Number | ✗ | | uint128 | BigNumber | ✗ | | uint256 | BigNumber | ✗ | | sint64 | Number | ✗ | | sint32 | Number | ✗ | | varint | Number | ✗ |
Install
To include in node.js project in its directory run:
$ npm install --save synaptic-types
Notes
Possibilites in the future include enum
.
References
License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/