Added getToAddress

This commit is contained in:
Timothy Lopez 2018-04-27 18:20:06 -06:00
parent 02be3f815d
commit 85dc060017

View File

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