github.com/syalon/bitshares-crystal
master / published Dec 3, 2022 / repository
experimental bitshares crystal library.
bitshares-crystal
TODO: Write a description here
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/bitshares-crystal/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- your-name-here - creator and maintainer
API
- Array(T)
An
Arrayis an ordered, integer-indexed collection of objects of type T. - BitShares
- Bool
扩展部分内部类。
- Enum
Enum is the base type of all enums.
- Exception
Represents errors that occur during application execution.
- FileBackend
- Graphene
- Int64
- NamedTuple(**T)
A named tuple is a fixed-size, immutable, stack-allocated mapping of a fixed set of keys to values.
- Slice(T)
=> aka Bytes
- String
A
Stringrepresents an immutable sequence of UTF-8 characters. - UInt16
- UInt32
- UInt64
- UInt8