Skip to content

Commit

Permalink
fix: swaps status (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Dec 14, 2023
1 parent ce3fedc commit 2fa81ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export type BaseWebhookEndpointResponse = {
};

export type SwapInfoResponse = {
available: boolean;
service_fee_percentage: number;
network_fee: number;
sats_per_vbyte: number;
Expand Down

0 comments on commit 2fa81ed

Please sign in to comment.