Skip to content

Commit

Permalink
blocks: add BURN block type
Browse files Browse the repository at this point in the history
  • Loading branch information
tammo committed Jan 29, 2021
1 parent 8b46793 commit c984af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export enum BlockType {
DEPOSIT = 'DEPOSIT',
WITHDRAWAL = 'WITHDRAWAL',
ASSET = 'ASSET',
BURN = 'BURN',
}

export class Block {
Expand Down

0 comments on commit c984af8

Please sign in to comment.