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

Latest commit

 

History

History
29 lines (25 loc) · 1.43 KB

EthereumAddress.md

File metadata and controls

29 lines (25 loc) · 1.43 KB

BleumiPay::EthereumAddress

Properties

Name Type Description Notes
mainnet Hash<String, EthereumWalletAddress> A dictionary which gives the address of the wallet generated for Ethereum MainNet
goerli Hash<String, EthereumWalletAddress> A dictionary which gives the address of the wallet generated for Goerli TestNet
xdai Hash<String, EthereumWalletAddress> A dictionary which gives the address of the wallet generated for xDAI MainNet
xdai_testnet Hash<String, EthereumWalletAddress> A dictionary which gives the address of the wallet generated for xDAI TestNet

Example

{
      "xdai_testnet": {
        "0x13e4acefe6a6700604929946e70e6443e4e73447|0x13e4acefe6a6700604929946e70e6443e4e73447":{
          "addr": "0xbe1fa332f24ba568108ba55a25eccf93d882f54e",
          "inputs": {
            "buyer": "0x13e4acefe6a6700604929946e70e6443e4e73447",
            "walletLibrary": "0xb33893fdf59b634653fcbed27b5d38d86710fc40",
            "merchant": "0x13e4acefe6a6700604929946e70e6443e4e73447",
            "salt": "0x4d5afc486391108fd9af8e33cec2caa8038899c7974fae22a3c3bb0d127ab8a7",
            "walletProxy": "0xfaac6b338f79cfd8a53dfec95263f12ef046a049"
          }
        }
      }
}