class of nem-python

March 4, 2018 ยท View on GitHub

Simple description of all classes.

NemConnect

from nem_python.nem_connect import NemConnect
Base class of this lib. Communicate with free APIs of SuperNode.

TransactionBuilder

from nem_python.transaction_builder import TransactionBuilder
Converter transaction object to binary.

TransactionReform

from nem_python.transaction_reform import TransactionReform
Reformat of incoming and outgoing transaction.
Single and Multi sig can be used as same.

DictMath

from nem_python.dict_math import DictMath
Mosaic amount calculator class.

Account

from nem_python.engine.account import Account
Off-chain solution. You can edit balance of many users for one address virtually.

GO BACK