Skip to content

Commit

Permalink
Rename OnAssetConversionReturn to OnAssetConversionResponse
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
  • Loading branch information
danroc and FrederikBolding authored Jan 14, 2025
1 parent 2219c5d commit 16bea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIPS/sip-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type FromAsset = Conversion["from"];

type ToAsset = Conversion["to"];

type OnAssetConversionReturn = {
type OnAssetConversionResponse = {
conversionRates: Record<From, Record<To, AssetConversionRate>>;
};
```
Expand Down

0 comments on commit 16bea28

Please sign in to comment.