Commit 6fc1e494 authored by George Hotz's avatar George Hotz

readme

parent 2fc1d517
......@@ -19,7 +19,13 @@ type Account struct {
}
// TODO: oracle for
// GetProvedBlockHeader(blockNumber, blockHash) -> Types.block
// GetProvedTransactions(blockNumber, transactionHash) -> []Types.transaction
// GetProvedAccountBytes(blockNumber, stateRoot, addr) -> rlpAccount
// GetProvedCodeBytes(blockNumber, addr, codehash) -> []byte
// GetProvedStorage(blockNumber, addr, root, key) -> common.Hash
// These functions access the backend oracle, and will assert if the proof is bad
The oracle ensures a correct output given the input, these are the high level methods
GetUnproved...need to be written also
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment