Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed Dec 14, 2021
1 parent 4483653 commit 2ba20d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/api/read-only/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ClarityValue } from 'micro-stacks/clarity';
import { StacksNetwork } from 'micro-stacks/network';
import type { ClarityValue } from 'micro-stacks/clarity';
import type { StacksNetwork } from 'micro-stacks/network';

export interface ReadOnlyFunctionSuccessResponse {
okay: true;
Expand Down
1 change: 0 additions & 1 deletion src/transactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export type { SpendingCondition, MessageSignature } from './authorization';
export type { Authorization, StandardAuthorization, SponsoredAuthorization } from './authorization';
export type { PostCondition } from './postcondition';

export type { ReadOnlyFunctionOptions } from './fetchers/call-read-only-function';
export type {
TxBroadcastResult,
TxBroadcastResultRejected,
Expand Down

0 comments on commit 2ba20d8

Please sign in to comment.