Skip to main content

Glossary

The following terms are used throughout the documentation.

TermDescription
hashA digital fingerprint of a sequence of bytes.
dAppDecentralized application
MHNMesh Hyper Network
MBNMesh Block Network
BootnodeBootnodes that helps MHN and MBN to register themselves in the network and to discover other nodes to connect to.
MTCMTC is the main internal transferable cryptocurrency of MeshTripleChain and is used to pay transaction fees when creating or executing operations or when transferring MTC.
Block rewardNewly issued MTC and the sum of transaction fees used in the block
MMCMeshTripleChain Mined Coin
BMCBlockChain Mined Coin
OperationA transaction container that plays a role similar to that of an existing blockchain. A transaction that can do more than just value on the MeshTripleChain Network.
accountA record in the MeshTripleChain ledger that either holds data or is an executable program. Addressable by a key, often referred to as a public key or pubkey.

The key may be one of:
- secp256k1
- secp384r1
- sect283k1
- secp521r1
account ownerThe address of the program that owns the account. Only the owning program is capable of modifying the account.
blockIt is a set of contiguous entries in the ledger. It has a 1-4-3 structure.
blockhashA unique value hash that identifies a record block.
block heightThe number of blocks beneath the current block.
genesis blockThe 0 ~ 4 block in the chain.
keypairA public key and corresponding private key for accessing an account.
private keyThe private key of a keypair.
public key (pubkey)The public key of a keypair.
signatureA signature of R and S. Each operation must have at least one signature
tokenAssets made with Instant Token System.
coinA minable crypto cuerrency registered when an independent network is formed.
walletA collection of keypairs that allows users to manage their funds.
LANGUAGE
language-icon

JavaScript

language-icon

Python

language-icon

php

language-icon

Java

language-iconGo
language-iconR
REQUEST
copied
RESPONSE
Examples

application/json

200 - Result
4XX - Result
Clear Example

Choose an example:

application/json

200-Result
4XX-Result