Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 822 Bytes

CLASS.md

File metadata and controls

33 lines (27 loc) · 822 Bytes

class of nem-python

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