github.com/inklabsfoundation/inkchain@v0.17.1-0.20181025012015-c3cef8062f19/examples/xc/qtum/p_read.sh (about)

     1  #! /bin/bash
     2  
     3  source p_init.sh
     4  
     5  echo "INKHexAddress:  $INKHexAddress"
     6  echo "INKAddress:  $INKAddress"
     7  echo "INKOwner:  $INKOwner"
     8  echo "INKHexOwner:  $INKHexOwner"
     9  
    10  echo ""
    11  echo ""
    12  echo "XCHexAddress:  $XCHexAddress"
    13  echo "XCAddress:  $XCAddress"
    14  echo "XCHexOwner:  $XCHexOwner"
    15  echo "XCOwner:  $XCOwner"
    16  echo ""
    17  echo ""
    18  echo "XCPluginHexAddress:  $XCPluginHexAddress"
    19  echo "XCPluginAddress:  $XCPluginAddress"
    20  echo "XCPluginHexOwner:  $XCPluginHexOwner"
    21  echo "XCPluginOwner:  $XCPluginOwner"