Skip to content

Isn't getOrderBook's return type supposed to have tick_size: TickSize? #50

@YakovL

Description

@YakovL

When I call

const orderbook = await clobClient.getOrderBook(tokenId);

the type of orderbook.tick_size is string and not TickSize. Is this a bug? Or do I have to add some kind of validation to it? When it can be different from a TickSize value?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions