typescript-sdk icon indicating copy to clipboard operation
typescript-sdk copied to clipboard

Return types for getOptionsContracts is outdated

Open Al0ngsy opened this issue 1 year ago • 0 comments
trafficstars

The return type of getOptionsContracts is outdated and should be

Promise<{ next_page_token: string; option_contracts: OptionsContract[]; }>

instead of

Promise<OptionsContract[]}>

image

Al0ngsy avatar Nov 15 '24 16:11 Al0ngsy