Skip to content

there is no ImportanceBlockInfo in src/model/blockchain/ #744

Open
@xembook

Description

@xembook
block = await blockRepo.getBlockByHeight(265860).toPromise()
console.log(block.constructor.name);

output is 'NormalBlockInfo'
I think block height 265860 is ImportanceBlock.
but there is no ImportanceBlockInfo in src/model/blockchain/

How should I know blockinfo is NormalBlock or ImportanceBlock?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions