Raindex SDK Documentation
    Preparing search index...

    Interface BatchOrderQuotesResponse

    interface BatchOrderQuotesResponse {
        blockNumber: number;
        data?: OrderQuoteValue;
        error?: string;
        pair: Pair;
        signedContext?: SignedContextV1[];
        success: boolean;
    }
    Index

    Properties

    blockNumber: number
    error?: string
    pair: Pair
    signedContext?: SignedContextV1[]
    success: boolean