Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerOrder

    interface EngineServerOrder {
        product_id: number;
        sender: string;
        price_x18: string;
        amount: string;
        expiration: string;
        nonce: string;
        unfilled_amount: string;
        digest: string;
        placed_at: number;
        order_type: string;
        margin: null | string;
    }
    Index

    Properties

    product_id: number
    sender: string
    price_x18: string
    amount: string
    expiration: string
    nonce: string
    unfilled_amount: string
    digest: string
    placed_at: number
    order_type: string
    margin: null | string