interface BlockEBB {
    ancestor: string;
    era: "byron";
    height: number;
    id: string;
    type: "ebb";
}

Properties

ancestor: string
era: "byron"
height: number
id: string
type: "ebb"