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) · 852 Bytes

RskBalance.md

File metadata and controls

28 lines (24 loc) · 852 Bytes

BleumiPay::RskBalance

Properties

Name Type Description Notes
rsk
(Optional)
Hash<String, WalletBalance> A dictionary which gives the token balances in RSK MainNet
rsk_testnet
(Optional)
Hash<String, WalletBalance> A dictionary which gives the token balances in RSK TestNet

Example - TestNet

{
    "balances": {
        "rsk": {
            "rsk_testnet": {
                "0x1efeabf46ca3270a9a41d324350692664f1ea105": {
                    "blockNum": "889362",
                    "token_balance": "300",
                    "balance": "3",
                    "safety": "high",
                    "token_decimals": 2
                }
            }
        }
    }
}