From 78c24e3df29d081a63ee203636d85bd909fededb Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Wed, 30 Aug 2023 17:58:27 +0100 Subject: [PATCH] Add offchain and proof to poll params --- src/composable/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/composable/types.ts b/src/composable/types.ts index 09fb0826..67f44ce0 100644 --- a/src/composable/types.ts +++ b/src/composable/types.ts @@ -88,6 +88,9 @@ export type OwnerContext = { } export type PollParams = OwnerContext & { + offchainInput: string + proof: string[] + /** * If present, it can be used for custom conditional order validations. If not present, the orders will need to get the block info themselves */