Skip to content

Commit

Permalink
u64
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Sep 19, 2023
1 parent bcd8b30 commit 5234e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/nodejs/lib/types/block/core/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Payload, PayloadDiscriminator } from '../payload';
import { Type } from 'class-transformer';
import { StrongParents, WeakParents, ShallowLikeParents } from '../parents';
import { Block } from './block';
import { u64 } from '../../utils';

/**
* Basic Block layout.
Expand Down Expand Up @@ -33,5 +34,5 @@ export class BasicBlock extends Block {
* The amount of mana the Account identified by IssuerID is at most
* willing to burn for this block.
*/
readonly burnedMana!: string;
readonly burnedMana!: u64;
}

0 comments on commit 5234e92

Please sign in to comment.