Skip to content

Commit

Permalink
chore(aptos): export resource change (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Sep 30, 2024
1 parent b12d3b4 commit bbfd8e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/sdk/src/aptos/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
export type { TypedEventInstance, TypedFunctionPayload, TypedMoveResource } from './models.js'
export { AptosBaseProcessor, AptosResourcesProcessor, AptosModulesProcessor } from './aptos-processor.js'
export {
AptosBaseProcessor,
AptosResourcesProcessor,
AptosModulesProcessor,
type ResourceChange
} from './aptos-processor.js'
export { AptosResourceProcessorTemplate } from './aptos-resource-processor-template.js'
export { AptosContext, AptosResourcesContext } from './context.js'
export { AptosBindOptions, AptosNetwork } from './network.js'
Expand Down

0 comments on commit bbfd8e3

Please sign in to comment.