Interface ChainGetTipSetByHeightParams

interface ChainGetTipSetByHeightParams {
    height: number;
    tipSetKey?: null | TipSetKey;
}

Properties

Properties

height: number
tipSetKey?: null | TipSetKey