package externalapi // PruningPointProof is the data structure holding the pruning point proof type PruningPointProof struct { Headers [][]BlockHeader }