Skip to content

Commit

Permalink
add DeltaPrice.hmac type
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Dec 12, 2024
1 parent 83839e1 commit 95c3d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/methods/delta/getDeltaPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export type DeltaPrice = {
destUSDBeforeFee: string;
partner: string;
partnerFee: number;
hmac: string;
};

type DeltaPriceResponse = {
Expand Down

0 comments on commit 95c3d83

Please sign in to comment.