Skip to content

Commit

Permalink
Merge pull request #76 from sciku1/master
Browse files Browse the repository at this point in the history
Added getToAddress
  • Loading branch information
sc0Vu authored Jun 24, 2018
2 parents 87dbe23 + 85dc060 commit 1fb7762
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Contract.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@ public function getEvents()
return $this->events;
}

/**
* @return string
*/
public function getToAddress()
{
return $this->toAddress;
}

/**
* getConstructor
*
Expand Down

0 comments on commit 1fb7762

Please sign in to comment.