Account

The page describes the structure of an Ellcrys account object.

Overview

An account is synonymous to a bank account in todays banking system. It holds information about an individual's ELL balance. Transactions alter the state of an account by either increasing or decreasing the balance.

Structure

Example:

{
    "address": "eGzzf1HtQL7M9Eh792iGHTvb6fsnnPipad",
    "balance": "100.000000000000000000",
    "nonce": 0,
    "type": 0
  }

Last updated