@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;
            chain: WalletChain;
            currency: "MOVEUSD";
            paymentInstrumentId: string;
        };
        type: "BLOCKCHAIN";
    }