Skip to content

Commit

Permalink
problem: missing export for token api client
Browse files Browse the repository at this point in the history
  • Loading branch information
BOOMER74 authored and kanazirsky committed Sep 5, 2023
1 parent 495a79f commit 0e69d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export { AddressClient } from './wrapped/AddressClient';
export { BlockchainClient } from './wrapped/BlockchainClient';
export { MarketClient } from './wrapped/MarketClient';
export { MonitoringClient } from './wrapped/MonitoringClient';
export { TokenClient } from './wrapped/TokenClient';
export { TransactionClient } from './wrapped/TransactionClient';

0 comments on commit 0e69d83

Please sign in to comment.