Skip to content

Commit

Permalink
chore: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 committed Nov 17, 2023
1 parent f110c2b commit f96620c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const uo = await provider.sendUserOperation(uoStruct);
### `Promise<SimulateUserOperationAssetChangesResponse>`

- `changes: SimulateAssetChange[]`
- `assetType: SimulateAssetType`
- `changeType: string`
- `assetType: SimulateAssetType (NATIVE, ERC20, ERC721, ERC1155, orSPECIAL_NFT)`
- `changeType: SimulateChangeType (APPROVE or TRANSFER)`
- `from: Address`
- `to: Address`
- `rawAmount?: string`
Expand Down

0 comments on commit f96620c

Please sign in to comment.