Skip to content

Commit 1fb7762

Browse files
authored
Merge pull request #76 from sciku1/master
Added getToAddress
2 parents 87dbe23 + 85dc060 commit 1fb7762

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Contract.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@ public function getEvents()
235235
return $this->events;
236236
}
237237

238+
/**
239+
* @return string
240+
*/
241+
public function getToAddress()
242+
{
243+
return $this->toAddress;
244+
}
245+
238246
/**
239247
* getConstructor
240248
*

0 commit comments

Comments
 (0)