@renegade-fi/renegade-sdk
    Preparing search index...

    Interface AssembleExternalMatchRequest

    interface AssembleExternalMatchRequest {
        allow_shared?: boolean;
        do_gas_estimation?: boolean;
        receiver_address?: string;
        signed_quote: ApiSignedExternalQuote;
        updated_order?: ExternalOrder;
    }
    Index

    Properties

    allow_shared?: boolean
    do_gas_estimation?: boolean
    receiver_address?: string
    updated_order?: ExternalOrder