Raindex SDK Documentation
    Preparing search index...

    Interface RaindexOrderQuote

    interface RaindexOrderQuote {
        blockNumber: number;
        data?: RaindexOrderQuoteValue;
        error?: string;
        pair: Pair;
        success: boolean;
    }
    Index

    Properties

    blockNumber: number
    error?: string
    pair: Pair
    success: boolean