Skip to content

Commit

Permalink
chore: add reopenable contract provider to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlkv committed Feb 12, 2024
1 parent 4abd24c commit 651dbd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export * from './types/_export';
export { Contract } from './contract/Contract';
export {
ContractProvider,
ContractGetMethodResult
ContractGetMethodResult,
ReopenableContractProvider,
isReopenableContractProvider
} from './contract/ContractProvider';
export { ContractState } from './contract/ContractState';
export { Sender, SenderArguments } from './contract/Sender';
Expand Down

0 comments on commit 651dbd8

Please sign in to comment.