mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-24 00:48:12 +00:00
Temporarily hide variant object part in lue of improving marshal macro
This commit is contained in:
parent
3878ee0ad0
commit
592acb20c2
@ -70,9 +70,10 @@ type
|
||||
contractAddress*: array[20, byte] # the contract address created, if the transaction was a contract creation, otherwise null.
|
||||
logs*: seq[string] # TODO: See Wiki for details. list of log objects, which this transaction generated.
|
||||
logsBloom*: array[256, byte] # bloom filter for light clients to quickly retrieve related logs.
|
||||
case kind*: ReceiptKind
|
||||
of rkRoot: root*: UInt256 # post-transaction stateroot (pre Byzantium).
|
||||
of rkStatus: status*: int # 1 = success, 0 = failure.
|
||||
# TODO:
|
||||
#case kind*: ReceiptKind
|
||||
#of rkRoot: root*: UInt256 # post-transaction stateroot (pre Byzantium).
|
||||
#of rkStatus: status*: int # 1 = success, 0 = failure.
|
||||
|
||||
FilterDataKind* = enum fkItem, fkList
|
||||
FilterData* = object
|
||||
|
Loading…
x
Reference in New Issue
Block a user