Skip to content

Commit

Permalink
fix: remove signature params as it is handled
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBoehler committed Apr 3, 2024
1 parent 45350c1 commit dffb6f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/simpleEarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ export interface SimpleEarnProductListParams {
asset?: string;
current?: number;
size?: number;
recvWindow?: number;
timestamp: number;
}

export interface SimpleEarnFlexibleProduct {
Expand Down Expand Up @@ -56,8 +54,6 @@ export interface SimpleEarnSubscribeProductParams {
amount: number;
autoSubscribe?: boolean;
sourceAccount?: 'SPOT' | 'FUND' | 'ALL';
recvWindow?: number;
timestamp: number;
}

export interface SimpleEarnSubscribeFlexibleProductResponse {
Expand All @@ -73,8 +69,6 @@ export interface SimpleEarnSubscribeLockedProductResponse {

export interface SimpleEarnRedeemParams {
positionId: string;
recvWindow?: number;
timestamp: number;
}

export interface SimpleEarnRedeemResponse {
Expand All @@ -87,8 +81,6 @@ export interface SimpleEarnFlexibleProductPositionParams {
productId?: string;
current?: number;
size?: number;
recvWindow?: number;
timestamp: number;
}

export interface SimpleEarnLockedProductPositionParams
Expand Down

0 comments on commit dffb6f0

Please sign in to comment.