Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerOrder

    Orders

    interface IndexerServerOrder {
        digest: string;
        isolated: boolean;
        subaccount: string;
        product_id: number;
        submission_idx: string;
        amount: string;
        price_x18: string;
        expiration: string;
        nonce: string;
        base_filled: string;
        quote_filled: string;
        fee: string;
    }
    Index

    Properties

    digest: string
    isolated: boolean
    subaccount: string
    product_id: number
    submission_idx: string
    amount: string
    price_x18: string
    expiration: string
    nonce: string
    base_filled: string
    quote_filled: string
    fee: string