Merge pull request #76 from sciku1/master

Added getToAddress
This commit is contained in:
Kuan-Cheng,Lai 2018-06-24 22:45:20 +08:00 committed by GitHub
commit 1fb7762eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,14 @@ class Contract
return $this->events;
}
/**
* @return string
*/
public function getToAddress()
{
return $this->toAddress;
}
/**
* getConstructor
*