Skip to content

Commit 86e1cb5

Browse files
committed
chore: typing
1 parent 4b8a316 commit 86e1cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ export interface ApiVersion {
354354
reward_spend_min_blocks: number;
355355
max_number_inputs: number;
356356
max_number_outputs: number;
357+
native_token: Omit<ITokenData, 'uid'>>|null|undefined;
357358
}
358359

359360
export interface IStore {

0 commit comments

Comments
 (0)