Fix method signature
This commit is contained in:
parent
acc4fc25e6
commit
c53d2235e6
|
@ -27,7 +27,7 @@ type
|
|||
method getBlockNumber*(provider: Provider): Future[UInt256] {.base.} =
|
||||
doAssert false, "not implemented"
|
||||
|
||||
method getBlock*(provider: Provider, tag: BlockTag): Future[Block] {.base.} =
|
||||
method getBlock*(provider: Provider, tag: BlockTag): Future[?Block] {.base.} =
|
||||
doAssert false, "not implemented"
|
||||
|
||||
method call*(provider: Provider, tx: Transaction): Future[seq[byte]] {.base.} =
|
||||
|
|
Loading…
Reference in New Issue