pub async fn run_storage_program<P: Provider<AnyNetwork>>(
provider: &P,
block: BlockId,
program: &StorageProgram,
) -> StorageFetchResult<Bytes>Expand description
Execute one StorageProgram via eth_call and return its raw output.
pub async fn run_storage_program<P: Provider<AnyNetwork>>(
provider: &P,
block: BlockId,
program: &StorageProgram,
) -> StorageFetchResult<Bytes>Execute one StorageProgram via eth_call and return its raw output.