mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
Update TransactionObject to use Blob
This commit is contained in:
parent
a5ea8c67bd
commit
b30b253653
@ -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…
x
Reference in New Issue
Block a user