Skip to content

Commit

Permalink
tweak: export types for inference
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 2, 2024
1 parent 0567717 commit 31e302f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/experimental/decorators/eip5792.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('smoke test', () => {
"blockNumber": 1n,
"gasUsed": 1n,
"logs": [],
"status": "0x1",
"status": "success",
"transactionHash": "0x66a7b39a0c4635c2f30cd191d7e1fb0bd370c11dd93199f236c5bdacfc9136b3",
},
],
Expand Down
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -999,10 +999,15 @@ export type {
RpcSchema,
RpcSchemaOverride,
TestRpcSchema,
WatchAssetParams,
WalletCapabilities,
WalletCapabilitiesRecord,
WalletGetCallsStatusReceipt,
WalletGetCallsStatusReturnType,
WalletSendCallsParameters,
WalletPermissionCaveat,
WalletPermission,
WalletRpcSchema,
WatchAssetParams,
} from './types/eip1193.js'
export type { BlobSidecar, BlobSidecars } from './types/eip4844.js'
export type {
Expand Down

0 comments on commit 31e302f

Please sign in to comment.