Skip to content

Commit

Permalink
Add offchain and proof to poll params
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 30, 2023
1 parent 2b92a50 commit 78c24e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/composable/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 78c24e3

Please sign in to comment.