interface LightClientBlockLiteView {
    inner_lite: BlockHeaderInnerLiteView;
    inner_rest_hash: string;
    prev_block_hash: string;
}

Properties

inner_rest_hash: string
prev_block_hash: string