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 */