aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/types.ts b/src/types.ts
index 30e9b7856..28c989a0f 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -486,12 +486,6 @@ export class Contract {
@Checkable.String
fulfillment_url: string;
- @Checkable.Optional(Checkable.String)
- repurchase_correlation_id: string;
-
- @Checkable.Optional(Checkable.String)
- instance: string;
-
@Checkable.Any
extra: any;
@@ -614,13 +608,6 @@ export namespace Amounts {
}
-export interface CheckRepurchaseResult {
- isRepurchase: boolean;
- existingContractHash?: string;
- existingFulfillmentUrl?: string;
-}
-
-
export interface Notifier {
notify(): void;
}