Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
build: expose request items
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Feb 9, 2023
1 parent 25e42fb commit 1f2113f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lib/IO/request-items/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export * from './login'
export * from './one-time-accounts'
export * from './one-time-persona-data'
export * from './ongoing-accounts'
export * from './ongoing-persona-data'
export * from './request-item'
export * from './send-transaction'
export * from './use-persona'
2 changes: 1 addition & 1 deletion lib/wallet-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export default WalletSdk
export { ManifestBuilder } from './manifest-builder'
export * from './scrypto-value'
export { requestBuilder } from './request-builder'
export { requestItem } from './IO/request-items/request-item'
export * from './IO/request-items'
export * from './IO/schemas'

0 comments on commit 1f2113f

Please sign in to comment.