Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 545 Bytes

Mint (Sumus) blockchain lowlevel methods, transaction types, transactions signing, block data etc.

Structure

Folder Contains
. Primitives and basic functions like parsers, Base58 packer
amount A structure that holds tokens amount
block Block data and parser
fee Fee calculator
serializer Primary data serializer. For instance, block parser untilizes it
signer ED25519 functions wrapped into a single structure
transaction Transaction parser and constructor