Update TransactionObject to use Blob
This commit is contained in:
parent
7ee928f5fd
commit
691adf0e23
|
@ -73,7 +73,7 @@ type
|
||||||
value*: int64 # value transferred in Wei.
|
value*: int64 # value transferred in Wei.
|
||||||
gasPrice*: GasInt # gas price provided by the sender in Wei.
|
gasPrice*: GasInt # gas price provided by the sender in Wei.
|
||||||
gas*: GasInt # gas provided by the sender.
|
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
|
LogObject* = object
|
||||||
# Returned to user
|
# Returned to user
|
||||||
|
|
Loading…
Reference in New Issue