@cfxlabsinc/b2b-services
    Preparing search index...
    BlockchainWithdrawalQuote: Pick<
        WithdrawalQuote,
        | "entityId"
        | "deviceIpAddress"
        | "deviceLocation"
        | "status"
        | "fees"
        | "createdAt"
        | "expiresAt"
        | "id",
    > & {
        source: { accountId: string; amount: BigNumber; currency: "MOVEUSD" };
        target: {
            amount: BigNumber;
            currency: "MOVEUSD.SOL" | "MOVEUSD.ETH" | "MOVEUSD.BASE";
            paymentInstrumentId: string;
        };
        type: "BLOCKCHAIN";
    }