Update TransactionObject to use Blob

This commit is contained in:
coffeepots 2018-08-16 20:25:50 +01:00
parent a5ea8c67bd
commit b30b253653
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ type
value*: int64 # value transferred in Wei.
gasPrice*: GasInt # gas price provided by the sender in Wei.
gas*: GasInt # gas provided by the sender.
input*: HexDataStr # the data send along with the transaction.
input*: Blob # the data send along with the transaction.
LogObject* = object
# Returned to user