Skip to content

Commit

Permalink
udpate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Aug 17, 2023
1 parent 67f0707 commit 6d7f7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bindings/nodejs/lib/types/block/core/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import { u64 } from '../../utils/type-aliases';
enum BlockType {
/// A Basic block.
Basic = 0,
/// A Validation block.
Validation = 1,
}

abstract class Block {
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/block/core/validation-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

import { StrongParents, WeakParents, ShallowLikeParents } from '../parents';
import { Block } from './block-wrapper';
import { Block } from './block';
import { HexEncodedString } from '../../utils';

/**
Expand Down

0 comments on commit 6d7f7b7

Please sign in to comment.