[][src]Type Definition tendermint_light_client::state::VerificationTrace

type VerificationTrace = HashMap<Height, HashSet<Height>>;

Records which blocks were needed to verify a target block, eg. during bisection.