mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-25 02:15:30 +00:00
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.
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user