getAddress method

String getAddress()

Get the address of the transaction output.

Implementation

String getAddress() {
  return _scriptPubKey.getAddress();
}