Turbo
Seamless Blockchain Data Access
How Turbo Works
Usage
function proveHeaderProperty(
uint256 chainId,
uint256 blockNumber,
HeaderProperty property
) external {
bytes32 provenProperty = turboSwap.headers(
chainId,
blockNumber,
property
);
// Store the proven property to this contract storage
headerProperties[chainId][blockNumber][property] = provenProperty;
isProven[chainId][blockNumber][property] = true;
}Turbo Transaction Workflow

Synchronous Transactions
The Trade-off: Slightly Longer Transaction Times
Data Accessible through Turbo
Interfaces
Fees
Last updated