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

Latest commit

 

History

History
28 lines (24 loc) · 870 Bytes

AlgorandBalance.md

File metadata and controls

28 lines (24 loc) · 870 Bytes

BleumiPay::AlgorandBalance

Properties

Name Type Description Notes
alg_mainnet
(Optional)
Hash<String, WalletBalance> A dictionary which gives the Wallet balances in each Algorand MainNet
alg_testnet
(Optional)
Hash<String, WalletBalance> A dictionary which gives the Wallet balances in each Algorand TestNet

Example - Algorand TestNet

{
    "balances": {
        "algorand": {
            "alg_testnet": {
                "ALGO": {
                    "blockNum": "4457461",
                    "token_balance": "10000000",
                    "balance": "10",
                    "safety": "high",
                    "token_decimals": 6
                }
            }
        }
    }
}