SimplEE-sp is an express.js api designed to allow the retrieval of block and transaction data from a mock state provider. This project aims to provide a fundamental extensible format for implementation of a more robust state provider.
{
pre:{
state_root: string,
ee_state: []
},
post:{
state_root: string,
ee_state: []
},
transaction:{
//transaction is 3 int values sender, receiver, amount
transaction: []
}
}
{
//transaction is 3 int values sender, receiver, amount
transaction: []
}
{
state_root: string,
ee_state: []
}