Added getToAddress
This commit is contained in:
parent
02be3f815d
commit
85dc060017
@ -233,6 +233,14 @@ class Contract
|
|||||||
return $this->events;
|
return $this->events;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getToAddress()
|
||||||
|
{
|
||||||
|
return $this->toAddress;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* getConstructor
|
* getConstructor
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user