Skip to content

Commit

Permalink
feat: cairo enums in response parser
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeR26 committed Jul 18, 2023
1 parent 1589fe0 commit ca39cb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export type Result =
| string
| boolean
| CairoEnum;
| boolean
| CairoEnum;

export type ArgsOrCalldata = RawArgsArray | [Calldata] | Calldata;
export type ArgsOrCalldataWithOptions = ArgsOrCalldata & ContractOptions;
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './lib';
export * from './provider';
export * from './signer';
export * from './typedData';
export * from './cairoEnum';

export * as RPC from './api/rpc';
export {
Expand Down

0 comments on commit ca39cb6

Please sign in to comment.