Raindex SDK Documentation
    Preparing search index...

    Interface QuoteSpec

    interface QuoteSpec {
        inputIOIndex: number;
        orderbook: string;
        orderHash: string;
        outputIOIndex: number;
        signedContext: SignedContextV1[];
    }
    Index

    Properties

    inputIOIndex: number
    orderbook: string
    orderHash: string
    outputIOIndex: number
    signedContext: SignedContextV1[]