package
module
Version:
v0.0.0-...-6653c62
Opens a new window with list of versions in this module.
Published: Oct 11, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Nem-sdk-go
NEM Developer Kit for Golang based on https://github.com/QuantumMechanics/NEM-sdk
types of requests
Account gets
- Get account data from account address
- Get account data from public key
- Gets the AccountMetaDataPair of an array of accounts
Transactions gets
- Get Incoming transactions.
- Get Outgoing transactions.
- Gets the array of transactions for which an account is the sender or receiver
and which have not yet been included in a block.
- Gets all transactions of an account.
Historical gets
- Gets the AccountMetaDataPair of an account from a certain block.
- Gets the AccountMetaDataPair of an array of accounts from an historical height.
Mosaic gets
- Gets an array of mosaic objects for a given account address.
- Gets an array of mosaic definition objects for a given account address.
- Gets mosaics definitions of a namespace or sub-namespace.
- Get mosaic Supply.
Namespace gets
- Gets an array of namespace objects for a given account address.
Harvesting gets
- Get harvested blocks.
- Starts harvesting.
- Stop harvesting.
Various gets
- Apostille audit.
- Get chain height.
- Get the current last block of the chain.
- Get information about the maximum number of allowed harvesters and
how many harvesters are already using the node.
- Gets the AccountMetaDataPair of the account for which the given
account is the delegate account.
types of transactions!
- Simple transactions.
- Mosaic transactions.
- Create mosaic.
- Create namespace.
- Apostille create.
- Multi-signature transactions.
Other functions.
- Create private keys.
- Create key pairs.
- Extract public key from key pair.
- Verify a signature.
- Convert public key to an address.
- Verify address validity.
- Verify if address is from given network.
- More.
features in development!
- Type 2 messages (encrypted messages)
- WebSocket.
Installation
$ go get -u github.com/MixinNetwork/nem-sdk-go
Development
Want to contribute? Great!
Todos
License
MIT
This project is in full development and many things can change!
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
external
|
|
crypto/curve25519
Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519.
|
Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519. |
crypto/ed25519
Package ed25519 implements the Ed25519 signature algorithm.
|
Package ed25519 implements the Ed25519 signature algorithm. |
|
|
crypto/sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
|
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. |
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.