index
:
dexon-tests
consttransition
develop
extcodehash
init-create-revert-returndatasize
moreextcode
moresstore
retestethcfg
should-fail
stable
zeroSigTests
DEXON fork of Ethereum tests (https://github.com/dexon-foundation/tests)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
RPCTests
/
scripts
/
getLastBlock.js
blob: 5ea2efafa9ce5592b764af988e624cabc6ec8d93 (
plain
) (
blame
)
1
web3
.
eth
.
getBlock
(
"latest"
,
function
(
err
,
res
){
callback
(
err
,
res
); })