Type Alias risc0_steel::beacon::BeaconInput

source ·
pub type BeaconInput<H> = ComposeInput<H, BeaconCommit>;
Expand description

Input committing to the corresponding Beacon Chain block root.

Aliased Type§

struct BeaconInput<H> { /* private fields */ }